1. 912d3fb add attribute and objectidentifier classes for x509 name by Paul Kehrer · 11 years ago
  2. efec065 Merge pull request #1592 from public/move-rsa-interfaces by Paul Kehrer · 11 years ago
  3. f79c231 Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa by Alex Stapleton · 11 years ago
  4. b9690ab Merge pull request #1634 from public/deprecate-dsa by Paul Kehrer · 11 years ago
  5. 418053a Merge pull request #1638 from reaperhulk/102-final-doc by Alex Gaynor · 11 years ago
  6. 4994597 we now test against 1.0.2 final by Paul Kehrer · 11 years ago
  7. d76aa47 Move around bits of the EC test suite to work around awful PyPy bug by Alex Stapleton · 11 years ago
  8. f48f69d Move DSA* interfaces to interfaces.dsa module by Alex Stapleton · 11 years ago
  9. 7b672ca Merge pull request #1633 from reaperhulk/fix-975 by Alex Gaynor · 11 years ago
  10. 65637eb doc update by Paul Kehrer · 11 years ago
  11. 1f6765d move attempts to a constant and add a comment about it by Paul Kehrer · 11 years ago
  12. aca05e6 various improvements to rsa_recover_prime_factors per review feedback by Paul Kehrer · 11 years ago
  13. 836b830 recover (p, q) given (n, e, d). fixes #975 by Paul Kehrer · 11 years ago
  14. 2ca4a77 Merge pull request #1632 from reaperhulk/add-new-x509-certs by Alex Gaynor · 11 years ago
  15. 6392b4b add utf8 certificate by Paul Kehrer · 11 years ago
  16. 1207d15 wrap a thing by Paul Kehrer · 11 years ago
  17. 2221720 add two custom certificates for x509 name parsing tests by Paul Kehrer · 11 years ago
  18. 4f27959 Merge pull request #1609 from reaperhulk/der-multibackend by Alex Gaynor · 11 years ago
  19. 170f1da add multibackend support for DERSerializationBackend by Paul Kehrer · 11 years ago
  20. 2dcdf87 Merge pull request #1608 from reaperhulk/der-backend-interfaces by Alex Gaynor · 11 years ago
  21. ec8a4cd Merge pull request #1605 from greghaynes/feature/split-out-interfaces-asymmetric by Paul Kehrer · 11 years ago
  22. e788fa9 fix spelling error by Paul Kehrer · 11 years ago
  23. 43edfa8 Merge pull request #1630 from reaperhulk/add-0.7.2-changelog by Alex Gaynor · 11 years ago
  24. 72572f9 add 0.7.2 changelog to master by Paul Kehrer · 11 years ago
  25. d359c2f Merge pull request #1626 from reaperhulk/fix-1624 by Alex Gaynor · 11 years ago
  26. 8e6e245 use setenv so we don't have to import os by Paul Kehrer · 11 years ago
  27. b77075d monkeypatch PYCA_WINDOWS_LINK_TYPE in the tests to fix #1624 by Paul Kehrer · 11 years ago
  28. 539dda8 Merge pull request #1619 from richmoore/session-tls-version by Alex Gaynor · 11 years ago
  29. 6223796 Add support for querying the negotiated TLS/SSL version. by Richard J. Moore · 11 years ago
  30. dc85100 Merge pull request #1617 from alex/fix-go-file by Paul Kehrer · 11 years ago
  31. 3cf1766 Fixed the paths in the go cast verifier. by Alex Gaynor · 11 years ago
  32. d1bb77f Merge pull request #1615 from alex/setuptools-warnings by Paul Kehrer · 11 years ago
  33. f8da8e2 Line length and typo by Alex Gaynor · 11 years ago
  34. d334e2f Added a comment by Alex Gaynor · 11 years ago
  35. e6fc94d Fixed #1614 -- don't cause warnings with the latest setuptools by Alex Gaynor · 11 years ago
  36. 89ad8bd Merge pull request #1613 from alex/bump-year by Paul Kehrer · 11 years ago
  37. 9f6aa0f Bump some more years by Alex Gaynor · 11 years ago
  38. 20c4404 Increase the year in some of our docs by Alex Gaynor · 11 years ago
  39. 756a897 Merge pull request #1607 from reaperhulk/add-der-keys by Alex Stapleton · 11 years ago
  40. 4b8abc3 fix path mistake by Paul Kehrer · 11 years ago
  41. b1893e8 Merge pull request #1611 from reaperhulk/new-pkcs8-bindings by Alex Gaynor · 11 years ago
  42. 4e9d01d add some new bindings for using the PKCS8_PRIV_KEY_INFO struct by Paul Kehrer · 11 years ago
  43. 76da86a add DER backend interfaces by Paul Kehrer · 11 years ago
  44. 10831a0 add DER asymmetric keys by Paul Kehrer · 11 years ago
  45. fc89b55 Merge pull request #1606 from reaperhulk/doc-dsa-keys by Donald Stufft · 11 years ago
  46. a36661e fix a doc8 violation by Paul Kehrer · 11 years ago
  47. 0205162 Merge pull request #1593 from greghaynes/feature/make-symmetric-enc-example-an-example by Paul Kehrer · 11 years ago
  48. e591778 IV should be 16 bytes by Gregory Haynes · 11 years ago
  49. a673dcc document DSA keys we added long ago by Paul Kehrer · 11 years ago
  50. cc90f60 Only split out ec and dsa by Gregory Haynes · 11 years ago
  51. 7e28fbb iv should be 32 bytes by Gregory Haynes · 11 years ago
  52. e261d94 Assign iv to var and remove testsetup block by Gregory Haynes · 11 years ago
  53. aac0928 Merge pull request #1603 from reaperhulk/fix-1521 by Alex Stapleton · 11 years ago
  54. b23a554 Merge pull request #1600 from alex/deprecated by Alex Stapleton · 11 years ago
  55. 75341e1 get coverage up to 100% by Alex Gaynor · 11 years ago
  56. 480b4f5 Split out asymmetric key interfaces by Gregory Haynes · 11 years ago
  57. 5ffea40 Merge pull request #1602 from reaperhulk/dn-nids by Alex Gaynor · 11 years ago
  58. d27856c Added some tests by Alex Gaynor · 11 years ago
  59. 0498d4c provide paths from the cryptography vectors root for custom asym vectors by Paul Kehrer · 11 years ago
  60. 9f1ef93 Merge pull request #1601 from greghaynes/feature/add-greghaynes-to-authors by Alex Gaynor · 11 years ago
  61. 43c430e add NIDs for x509 name parsing by Paul Kehrer · 11 years ago
  62. 408fc4e flake8 by Alex Gaynor · 11 years ago
  63. 520a1a8 Add greghaynes to Authors by Gregory Haynes · 11 years ago
  64. 307939e Added a utility for deprecating a module attribute by Alex Gaynor · 11 years ago
  65. b522c99 Merge pull request #1595 from greghaynes/feature/split-out-primitives-interfaces-ciphers by Paul Kehrer · 11 years ago
  66. 8fbba2e Merge pull request #1599 from alex/bump-year by Alex Stapleton · 11 years ago
  67. 87ff01a Fixed #1598 -- "it's 2015 somewhere" by Alex Gaynor · 11 years ago
  68. cdf3d67 Style fixes for interfaces imports by Gregory Haynes · 11 years ago
  69. 54a6ada Merge pull request #1597 from public/2015 by Alex Gaynor · 11 years ago
  70. 5e398d0 Update copyright for 2015 by Alex Stapleton · 11 years ago
  71. 6324f4f Fix import ordering in interfaces by Gregory Haynes · 11 years ago
  72. 8487266 Move ModeAuthenticationWithTag into ciphers by Gregory Haynes · 11 years ago
  73. 6829d7e Start splitting out interfaces with ciphers by Gregory Haynes · 11 years ago
  74. 0f98611 Make the symmetric-enc example an example by Gregory Haynes · 11 years ago
  75. 0d7aead Merge pull request #1589 from reaperhulk/port-0.7.1-changelog by Alex Gaynor · 11 years ago
  76. 5ebe793 Merge pull request #1586 from reaperhulk/more-supported-platforms by Alex Gaynor · 11 years ago
  77. 842e58a add 0.7.1 changelog to master by Paul Kehrer · 11 years ago
  78. 698e806 update supported platforms by Paul Kehrer · 11 years ago
  79. ad3947a Merge pull request #1585 from reaperhulk/revert-1512 by Alex Gaynor · 11 years ago
  80. 8ef0809 Revert "Fixed #1494 -- switch which define we look for for SSLv3 disabled. We're now using the same one as CPython." by Paul Kehrer · 11 years ago
  81. 148b5a8 Merge pull request #1584 from Ayrx/fix-openssl-backend-docs by Alex Stapleton · 11 years ago
  82. 7b59df1 Update OpenSSL backend docs. by Terry Chia · 11 years ago
  83. 2fe48f6 Merge pull request #1581 from alex/grammar by Paul Kehrer · 11 years ago
  84. fecf644 Fixed some grammar in the docs by Alex Gaynor · 11 years ago
  85. a25445f Merge pull request #1576 from alex/openssh-elliptic-curve by Paul Kehrer · 11 years ago
  86. 5d66ca5 Added a changelog entry by Alex Gaynor · 11 years ago
  87. 9dd8005 Get us up to 100% coverage by Alex Gaynor · 11 years ago
  88. 8165db5 Added test cases for NIST P-384 and 521. Fixed handling of key sizes which aren't divisibly by 8 by Alex Gaynor · 11 years ago
  89. abc4666 Write some tests for failure cases by Alex Gaynor · 11 years ago
  90. f05763c Merge branch 'master' into openssh-elliptic-curve by Alex Gaynor · 11 years ago
  91. c8b63d1 Merge pull request #1578 from alex/remove-deprecated-docs by Paul Kehrer · 11 years ago
  92. 30e409d Merge pull request #1577 from alex/remove-deprecated by Paul Kehrer · 11 years ago
  93. bf4817e this test requires a specific curve by Alex Gaynor · 11 years ago
  94. eeb8143 Bring back text about unsupported formats by Alex Gaynor · 11 years ago
  95. e710dd9 Removed documentation for features which were removed by Alex Gaynor · 11 years ago
  96. c360dee Removed some deprecated code by Alex Gaynor · 11 years ago
  97. 4b22343 Improved docstring by Alex Gaynor · 11 years ago
  98. 1a7d64e THese are bytes for py3k by Alex Gaynor · 11 years ago
  99. d9aa3fb Reduce the duplication by Alex Gaynor · 11 years ago
  100. a4d59a9 Attempt to remove some duplication by Alex Gaynor · 11 years ago