1. e6fc94d Fixed #1614 -- don't cause warnings with the latest setuptools by Alex Gaynor · 10 years ago
  2. 89ad8bd Merge pull request #1613 from alex/bump-year by Paul Kehrer · 10 years ago
  3. 9f6aa0f Bump some more years by Alex Gaynor · 10 years ago
  4. 20c4404 Increase the year in some of our docs by Alex Gaynor · 10 years ago
  5. 756a897 Merge pull request #1607 from reaperhulk/add-der-keys by Alex Stapleton · 10 years ago
  6. 4b8abc3 fix path mistake by Paul Kehrer · 10 years ago
  7. b1893e8 Merge pull request #1611 from reaperhulk/new-pkcs8-bindings by Alex Gaynor · 10 years ago
  8. 4e9d01d add some new bindings for using the PKCS8_PRIV_KEY_INFO struct by Paul Kehrer · 10 years ago
  9. 10831a0 add DER asymmetric keys by Paul Kehrer · 10 years ago
  10. fc89b55 Merge pull request #1606 from reaperhulk/doc-dsa-keys by Donald Stufft · 10 years ago
  11. a36661e fix a doc8 violation by Paul Kehrer · 10 years ago
  12. 0205162 Merge pull request #1593 from greghaynes/feature/make-symmetric-enc-example-an-example by Paul Kehrer · 10 years ago
  13. e591778 IV should be 16 bytes by Gregory Haynes · 10 years ago
  14. a673dcc document DSA keys we added long ago by Paul Kehrer · 10 years ago
  15. 7e28fbb iv should be 32 bytes by Gregory Haynes · 10 years ago
  16. e261d94 Assign iv to var and remove testsetup block by Gregory Haynes · 10 years ago
  17. aac0928 Merge pull request #1603 from reaperhulk/fix-1521 by Alex Stapleton · 10 years ago
  18. b23a554 Merge pull request #1600 from alex/deprecated by Alex Stapleton · 10 years ago
  19. 75341e1 get coverage up to 100% by Alex Gaynor · 10 years ago
  20. 5ffea40 Merge pull request #1602 from reaperhulk/dn-nids by Alex Gaynor · 10 years ago
  21. d27856c Added some tests by Alex Gaynor · 10 years ago
  22. 0498d4c provide paths from the cryptography vectors root for custom asym vectors by Paul Kehrer · 10 years ago
  23. 9f1ef93 Merge pull request #1601 from greghaynes/feature/add-greghaynes-to-authors by Alex Gaynor · 10 years ago
  24. 43c430e add NIDs for x509 name parsing by Paul Kehrer · 10 years ago
  25. 408fc4e flake8 by Alex Gaynor · 10 years ago
  26. 520a1a8 Add greghaynes to Authors by Gregory Haynes · 10 years ago
  27. 307939e Added a utility for deprecating a module attribute by Alex Gaynor · 10 years ago
  28. b522c99 Merge pull request #1595 from greghaynes/feature/split-out-primitives-interfaces-ciphers by Paul Kehrer · 10 years ago
  29. 8fbba2e Merge pull request #1599 from alex/bump-year by Alex Stapleton · 10 years ago
  30. 87ff01a Fixed #1598 -- "it's 2015 somewhere" by Alex Gaynor · 10 years ago
  31. cdf3d67 Style fixes for interfaces imports by Gregory Haynes · 10 years ago
  32. 54a6ada Merge pull request #1597 from public/2015 by Alex Gaynor · 10 years ago
  33. 5e398d0 Update copyright for 2015 by Alex Stapleton · 10 years ago
  34. 6324f4f Fix import ordering in interfaces by Gregory Haynes · 10 years ago
  35. 8487266 Move ModeAuthenticationWithTag into ciphers by Gregory Haynes · 10 years ago
  36. 6829d7e Start splitting out interfaces with ciphers by Gregory Haynes · 10 years ago
  37. 0f98611 Make the symmetric-enc example an example by Gregory Haynes · 10 years ago
  38. 0d7aead Merge pull request #1589 from reaperhulk/port-0.7.1-changelog by Alex Gaynor · 10 years ago
  39. 5ebe793 Merge pull request #1586 from reaperhulk/more-supported-platforms by Alex Gaynor · 10 years ago
  40. 842e58a add 0.7.1 changelog to master by Paul Kehrer · 10 years ago
  41. 698e806 update supported platforms by Paul Kehrer · 10 years ago
  42. ad3947a Merge pull request #1585 from reaperhulk/revert-1512 by Alex Gaynor · 10 years ago
  43. 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 · 10 years ago
  44. 148b5a8 Merge pull request #1584 from Ayrx/fix-openssl-backend-docs by Alex Stapleton · 10 years ago
  45. 7b59df1 Update OpenSSL backend docs. by Terry Chia · 10 years ago
  46. 2fe48f6 Merge pull request #1581 from alex/grammar by Paul Kehrer · 10 years ago
  47. fecf644 Fixed some grammar in the docs by Alex Gaynor · 10 years ago
  48. a25445f Merge pull request #1576 from alex/openssh-elliptic-curve by Paul Kehrer · 10 years ago
  49. 5d66ca5 Added a changelog entry by Alex Gaynor · 10 years ago
  50. 9dd8005 Get us up to 100% coverage by Alex Gaynor · 10 years ago
  51. 8165db5 Added test cases for NIST P-384 and 521. Fixed handling of key sizes which aren't divisibly by 8 by Alex Gaynor · 10 years ago
  52. abc4666 Write some tests for failure cases by Alex Gaynor · 10 years ago
  53. f05763c Merge branch 'master' into openssh-elliptic-curve by Alex Gaynor · 10 years ago
  54. c8b63d1 Merge pull request #1578 from alex/remove-deprecated-docs by Paul Kehrer · 10 years ago
  55. 30e409d Merge pull request #1577 from alex/remove-deprecated by Paul Kehrer · 10 years ago
  56. bf4817e this test requires a specific curve by Alex Gaynor · 10 years ago
  57. eeb8143 Bring back text about unsupported formats by Alex Gaynor · 10 years ago
  58. e710dd9 Removed documentation for features which were removed by Alex Gaynor · 10 years ago
  59. c360dee Removed some deprecated code by Alex Gaynor · 10 years ago
  60. 4b22343 Improved docstring by Alex Gaynor · 10 years ago
  61. 1a7d64e THese are bytes for py3k by Alex Gaynor · 10 years ago
  62. d9aa3fb Reduce the duplication by Alex Gaynor · 10 years ago
  63. a4d59a9 Attempt to remove some duplication by Alex Gaynor · 10 years ago
  64. 6db8f98 Update the docs a bit by Alex Gaynor · 10 years ago
  65. 2c2d182 Fixes #1533 -- Initial work at parsing ECDSA public keys in OpenSSH format by Alex Gaynor · 10 years ago
  66. 06f6a4e Merge pull request #1575 from reaperhulk/more-delay by Alex Gaynor · 10 years ago
  67. d755e66 increase delay waiting for wheel job to start by Paul Kehrer · 10 years ago
  68. ea11332 Merge pull request #1574 from reaperhulk/license-files-are-hard by Alex Gaynor · 10 years ago
  69. d12ba6b who can remember where all these files belong? nobody. by Paul Kehrer · 10 years ago
  70. b0e7fb0 Merge pull request #1570 from reaperhulk/final-consolidation by Alex Gaynor · 10 years ago
  71. 1a33984 add both types of EC key formats to parametrized test by Paul Kehrer · 10 years ago
  72. 35d2931 final cleanup for PEM serialization by Paul Kehrer · 10 years ago
  73. 5bdf1a8 Merge pull request #1572 from alex/delete-duplicate by Paul Kehrer · 10 years ago
  74. 293852a Merge pull request #1571 from reaperhulk/add-pypy3 by Alex Gaynor · 10 years ago
  75. d2fbbc2 Combined duplicated serialization tests by Alex Gaynor · 10 years ago
  76. defa460 don't do coverage under pypy3 by Paul Kehrer · 10 years ago
  77. 9d24f6c add a comment explaining why we're excluding pypy3 on linux by Paul Kehrer · 10 years ago
  78. 070678a also exclude 0.9.8 pypy3 on linux for now by Paul Kehrer · 10 years ago
  79. ad23067 add pypy3 to build matrix by Paul Kehrer · 10 years ago
  80. a4cc745 Merge pull request #1567 from reaperhulk/consolidate-more by Alex Stapleton · 10 years ago
  81. b426b20 Merge pull request #1568 from reaperhulk/consolidate-even-more by Alex Stapleton · 10 years ago
  82. cf6e6d6 parametrize some more serialization tests by Paul Kehrer · 10 years ago
  83. 85c1106 consolidate dsa serialization loading tests and improve verifier by Paul Kehrer · 10 years ago
  84. 217d417 Merge pull request #1566 from alex/reduce-duplication by Paul Kehrer · 10 years ago
  85. 6e9a42d Reduce duplication in the serialization tests -- refs #1564 by Alex Gaynor · 10 years ago
  86. 7dc5098 Merge pull request #1565 from alex/flesh-out-asymmetric-index by Paul Kehrer · 10 years ago
  87. 6596b32 Provide background on asymmetric crypto in index by Alex Gaynor · 10 years ago
  88. 7128ab9 Merge pull request #1563 from alex/serialized-rsa by Paul Kehrer · 10 years ago
  89. 1a8ccf7 Missing char by Alex Gaynor · 10 years ago
  90. 78515f2 Describe key generation and key loading in the RSA docs by Alex Gaynor · 10 years ago
  91. c663894 Merge pull request #1562 from alex/spruce-it-up by Paul Kehrer · 10 years ago
  92. c444254 Fixed reST mistake by Alex Gaynor · 10 years ago
  93. 4fe8fe1 Merge pull request #1561 from alex/link-random by lvh · 10 years ago
  94. 46cb990 SPelling by Alex Gaynor · 10 years ago
  95. fc83ffc Spruced up teh RSA docs. Contains a bit more prose and hopefully helps people make better life decisions by Alex Gaynor · 10 years ago
  96. 1d50e42 Merge pull request #1560 from alex/padding-move-docs by lvh · 10 years ago
  97. 9b6fd8e Anywhere we tell someone to randomly generate something, link the RNG docs. Fixes #1559 by Alex Gaynor · 10 years ago
  98. 7212790 Fixed #1555 and fixed #1556 -- moved the RSA padding docs into the primary RSA doc, and tell people that PKCS1v15 isn't great by Alex Gaynor · 10 years ago
  99. e4a0e8a Merge pull request #1554 from alex/reasons-enum by Paul Kehrer · 10 years ago
  100. 850dab4 Merge pull request #1558 from alex/full-details2 by Alex Stapleton · 10 years ago