1. 942e91d Use readme to ensure the long description renders on PyPI by Donald Stufft · 10 years ago
  2. cd9bdcd Merge pull request #1656 from reaperhulk/nameattribute-repr by Donald Stufft · 10 years ago
  3. a9c1317 Merge pull request #1655 from reaperhulk/x509-interface-what by Alex Gaynor · 10 years ago
  4. a498be8 add repr for x509.NameAttribute by Paul Kehrer · 10 years ago
  5. 13b6aff remove unused X509 certificate interface by Paul Kehrer · 10 years ago
  6. b41c80b Merge pull request #1652 from reaperhulk/move-ec by Alex Stapleton · 10 years ago
  7. dff7e72 Merge pull request #1653 from reaperhulk/dsa-interface-move-docs by Alex Stapleton · 10 years ago
  8. d2fa7d2 document that we moved the DSA interfaces by Paul Kehrer · 10 years ago
  9. fb88e18 add changelog entry for EC move by Paul Kehrer · 10 years ago
  10. 3bc87ab move EC interfaces by Paul Kehrer · 10 years ago
  11. c39abdb Merge pull request #1650 from alex/x509-cov by Paul Kehrer · 10 years ago
  12. a56ff41 Added test coverage for missing branch. by Alex Gaynor · 10 years ago
  13. cd18ac0 Merge pull request #1645 from reaperhulk/x509-attrs by Alex Gaynor · 10 years ago
  14. 4bb4649 note that the OIDs listed are typically seen in x.509 names by Paul Kehrer · 10 years ago
  15. fb5ac9e more x509 oid doc updates by Paul Kehrer · 10 years ago
  16. fedf4f4 whoops by Paul Kehrer · 10 years ago
  17. 834d22f more doc fixes by Paul Kehrer · 10 years ago
  18. 858b9b7 add descriptions to each OID constant, update object to instance by Paul Kehrer · 10 years ago
  19. d44f9a6 rename ObjectIdentifier.value to dotted_string by Paul Kehrer · 10 years ago
  20. 76c6990 fix some formatting in the docs by Paul Kehrer · 10 years ago
  21. a433bb3 UnknownNameAttribute is not needed now by Paul Kehrer · 10 years ago
  22. 806bfb2 rename Attribute to NameAttribute and remove name from OID by Paul Kehrer · 10 years ago
  23. 5b0a8d6 add some prose trying to explain Attribute and ObjectIdentifier by Paul Kehrer · 10 years ago
  24. d5852cb update docs by Paul Kehrer · 10 years ago
  25. 912d3fb add attribute and objectidentifier classes for x509 name by Paul Kehrer · 10 years ago
  26. 7d93ad6 Merge pull request #1642 from alex/not-all-pems by Paul Kehrer · 10 years ago
  27. 1a3203b Have the pem public/private key loading docs point to x.509 by Alex Gaynor · 10 years ago
  28. 7466c2e Merge pull request #1641 from alex/public-key-example by Paul Kehrer · 10 years ago
  29. 514c730 Include an example of loading a public key by Alex Gaynor · 10 years ago
  30. efec065 Merge pull request #1592 from public/move-rsa-interfaces by Paul Kehrer · 10 years ago
  31. f79c231 Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa by Alex Stapleton · 10 years ago
  32. b9690ab Merge pull request #1634 from public/deprecate-dsa by Paul Kehrer · 10 years ago
  33. 418053a Merge pull request #1638 from reaperhulk/102-final-doc by Alex Gaynor · 10 years ago
  34. 4994597 we now test against 1.0.2 final by Paul Kehrer · 10 years ago
  35. d76aa47 Move around bits of the EC test suite to work around awful PyPy bug by Alex Stapleton · 10 years ago
  36. f48f69d Move DSA* interfaces to interfaces.dsa module by Alex Stapleton · 10 years ago
  37. 7b672ca Merge pull request #1633 from reaperhulk/fix-975 by Alex Gaynor · 10 years ago
  38. 65637eb doc update by Paul Kehrer · 10 years ago
  39. 1f6765d move attempts to a constant and add a comment about it by Paul Kehrer · 10 years ago
  40. aca05e6 various improvements to rsa_recover_prime_factors per review feedback by Paul Kehrer · 10 years ago
  41. 836b830 recover (p, q) given (n, e, d). fixes #975 by Paul Kehrer · 10 years ago
  42. 2ca4a77 Merge pull request #1632 from reaperhulk/add-new-x509-certs by Alex Gaynor · 10 years ago
  43. 6392b4b add utf8 certificate by Paul Kehrer · 10 years ago
  44. 1207d15 wrap a thing by Paul Kehrer · 10 years ago
  45. 2221720 add two custom certificates for x509 name parsing tests by Paul Kehrer · 10 years ago
  46. 4f27959 Merge pull request #1609 from reaperhulk/der-multibackend by Alex Gaynor · 10 years ago
  47. 170f1da add multibackend support for DERSerializationBackend by Paul Kehrer · 10 years ago
  48. 2dcdf87 Merge pull request #1608 from reaperhulk/der-backend-interfaces by Alex Gaynor · 10 years ago
  49. ec8a4cd Merge pull request #1605 from greghaynes/feature/split-out-interfaces-asymmetric by Paul Kehrer · 10 years ago
  50. e788fa9 fix spelling error by Paul Kehrer · 10 years ago
  51. 43edfa8 Merge pull request #1630 from reaperhulk/add-0.7.2-changelog by Alex Gaynor · 10 years ago
  52. 72572f9 add 0.7.2 changelog to master by Paul Kehrer · 10 years ago
  53. d359c2f Merge pull request #1626 from reaperhulk/fix-1624 by Alex Gaynor · 10 years ago
  54. 8e6e245 use setenv so we don't have to import os by Paul Kehrer · 10 years ago
  55. b77075d monkeypatch PYCA_WINDOWS_LINK_TYPE in the tests to fix #1624 by Paul Kehrer · 10 years ago
  56. 539dda8 Merge pull request #1619 from richmoore/session-tls-version by Alex Gaynor · 10 years ago
  57. 6223796 Add support for querying the negotiated TLS/SSL version. by Richard J. Moore · 10 years ago
  58. dc85100 Merge pull request #1617 from alex/fix-go-file by Paul Kehrer · 10 years ago
  59. 3cf1766 Fixed the paths in the go cast verifier. by Alex Gaynor · 10 years ago
  60. d1bb77f Merge pull request #1615 from alex/setuptools-warnings by Paul Kehrer · 10 years ago
  61. f8da8e2 Line length and typo by Alex Gaynor · 10 years ago
  62. d334e2f Added a comment by Alex Gaynor · 10 years ago
  63. e6fc94d Fixed #1614 -- don't cause warnings with the latest setuptools by Alex Gaynor · 10 years ago
  64. 89ad8bd Merge pull request #1613 from alex/bump-year by Paul Kehrer · 10 years ago
  65. 9f6aa0f Bump some more years by Alex Gaynor · 10 years ago
  66. 20c4404 Increase the year in some of our docs by Alex Gaynor · 10 years ago
  67. 756a897 Merge pull request #1607 from reaperhulk/add-der-keys by Alex Stapleton · 10 years ago
  68. 4b8abc3 fix path mistake by Paul Kehrer · 10 years ago
  69. b1893e8 Merge pull request #1611 from reaperhulk/new-pkcs8-bindings by Alex Gaynor · 10 years ago
  70. 4e9d01d add some new bindings for using the PKCS8_PRIV_KEY_INFO struct by Paul Kehrer · 10 years ago
  71. 76da86a add DER backend interfaces by Paul Kehrer · 10 years ago
  72. 10831a0 add DER asymmetric keys by Paul Kehrer · 10 years ago
  73. fc89b55 Merge pull request #1606 from reaperhulk/doc-dsa-keys by Donald Stufft · 10 years ago
  74. a36661e fix a doc8 violation by Paul Kehrer · 10 years ago
  75. 0205162 Merge pull request #1593 from greghaynes/feature/make-symmetric-enc-example-an-example by Paul Kehrer · 10 years ago
  76. e591778 IV should be 16 bytes by Gregory Haynes · 10 years ago
  77. a673dcc document DSA keys we added long ago by Paul Kehrer · 10 years ago
  78. cc90f60 Only split out ec and dsa by Gregory Haynes · 10 years ago
  79. 7e28fbb iv should be 32 bytes by Gregory Haynes · 10 years ago
  80. e261d94 Assign iv to var and remove testsetup block by Gregory Haynes · 10 years ago
  81. aac0928 Merge pull request #1603 from reaperhulk/fix-1521 by Alex Stapleton · 10 years ago
  82. b23a554 Merge pull request #1600 from alex/deprecated by Alex Stapleton · 10 years ago
  83. 75341e1 get coverage up to 100% by Alex Gaynor · 10 years ago
  84. 480b4f5 Split out asymmetric key interfaces by Gregory Haynes · 10 years ago
  85. 5ffea40 Merge pull request #1602 from reaperhulk/dn-nids by Alex Gaynor · 10 years ago
  86. d27856c Added some tests by Alex Gaynor · 10 years ago
  87. 0498d4c provide paths from the cryptography vectors root for custom asym vectors by Paul Kehrer · 10 years ago
  88. 9f1ef93 Merge pull request #1601 from greghaynes/feature/add-greghaynes-to-authors by Alex Gaynor · 10 years ago
  89. 43c430e add NIDs for x509 name parsing by Paul Kehrer · 10 years ago
  90. 408fc4e flake8 by Alex Gaynor · 10 years ago
  91. 520a1a8 Add greghaynes to Authors by Gregory Haynes · 10 years ago
  92. 307939e Added a utility for deprecating a module attribute by Alex Gaynor · 10 years ago
  93. b522c99 Merge pull request #1595 from greghaynes/feature/split-out-primitives-interfaces-ciphers by Paul Kehrer · 10 years ago
  94. 8fbba2e Merge pull request #1599 from alex/bump-year by Alex Stapleton · 10 years ago
  95. 87ff01a Fixed #1598 -- "it's 2015 somewhere" by Alex Gaynor · 10 years ago
  96. cdf3d67 Style fixes for interfaces imports by Gregory Haynes · 10 years ago
  97. 54a6ada Merge pull request #1597 from public/2015 by Alex Gaynor · 10 years ago
  98. 5e398d0 Update copyright for 2015 by Alex Stapleton · 10 years ago
  99. 6324f4f Fix import ordering in interfaces by Gregory Haynes · 10 years ago
  100. 8487266 Move ModeAuthenticationWithTag into ciphers by Gregory Haynes · 10 years ago