1. cd34ca6 re-add line I accidentally removed by hitting dd one too many times by Paul Kehrer · 10 years ago
  2. b525adf add an ignore path for doc8 + fix a long line causing failures by Paul Kehrer · 10 years ago
  3. 147805a Merge pull request #1359 from alex/purge-pypi by Paul Kehrer · 10 years ago
  4. b42eb9d Merge pull request #1364 from public/remove-curve by Paul Kehrer · 10 years ago
  5. b44158e Added an explanatory comment. by Alex Gaynor · 10 years ago
  6. 77de1fc Merge pull request #1365 from reaperhulk/fix-ecnumbers-changelog by Alex Gaynor · 10 years ago
  7. 5f11d8d fix links to ECWithNumbers classes in changelog by Paul Kehrer · 10 years ago
  8. 2d2ee52 Move _ec_key_curve_sn to openssl/ec.py by Alex Stapleton · 10 years ago
  9. 9c2227b Rename some ctx vars to ec_cdata by Alex Stapleton · 10 years ago
  10. 68c9826 Remove curve parameter from OpenSSL EC keys by Alex Stapleton · 10 years ago
  11. 8a36630 Merge pull request #1361 from reaperhulk/more-changelog by Alex Gaynor · 10 years ago
  12. 5a47738 Merge pull request #1345 from reaperhulk/ec-withnumbers by Alex Gaynor · 10 years ago
  13. 774b77f Merge pull request #1362 from reaperhulk/add-docs-badge by Alex Gaynor · 10 years ago
  14. e0f12bc Merge pull request #1360 from alex/missing-from-changelog by Paul Kehrer · 10 years ago
  15. 77beba93 add readthedocs badge by Paul Kehrer · 10 years ago
  16. f378e40 make it more obvious that the GCM bugs are with the C backends by Paul Kehrer · 10 years ago
  17. 4c77365 more changelog entries from the 0.6 cycle by Paul Kehrer · 10 years ago
  18. ef82334 Added changelog entry for serialization stuff by Alex Gaynor · 10 years ago
  19. e9022fe Merge pull request #1348 from reaperhulk/improve-naming-consistency by Alex Gaynor · 10 years ago
  20. cff58d8 EC public/private key loader functions try deprecated as fallback by Paul Kehrer · 10 years ago
  21. e04f6fc remove duplicate _skip_curve_unsupported by Paul Kehrer · 10 years ago
  22. 77c1a02 return from deprecated method by Paul Kehrer · 10 years ago
  23. 07fa710 fix test coverage on multibackend deprecated methods by Paul Kehrer · 10 years ago
  24. 861ddfc multibackend deprecated method needs to call the backend deprecated method by Paul Kehrer · 10 years ago
  25. 25228af skip deprecated tests on platforms that don't support ec (old rhel) by Paul Kehrer · 10 years ago
  26. 77e95a0 deprecate backend method names for elliptic curve number loading by Paul Kehrer · 10 years ago
  27. 7ee7d5b fix invalid dict reference in test by Paul Kehrer · 10 years ago
  28. 1061453 refactor to use ctx manager and share logic with set_public_key_affine by Paul Kehrer · 10 years ago
  29. 5cfd211 fix naming mistake in the docs (for DSA and the new EC docs) by Paul Kehrer · 10 years ago
  30. c6323f1 Support EC WithNumbers on OpenSSL backend + tests by Paul Kehrer · 10 years ago
  31. e025be2 add EC WithNumbers interfaces and docs by Paul Kehrer · 10 years ago
  32. 0f74a2c line length by Alex Gaynor · 10 years ago
  33. 9ca7f03 Refs #1224 -- try to purge PyPI after new tarball is uploaded by Alex Gaynor · 10 years ago
  34. 45d4c59 Merge pull request #1346 from reaperhulk/fix-pkcs8-ec-load by Alex Gaynor · 10 years ago
  35. e0b8e84 Merge pull request #1357 from alex/rename-bn-cntx by Paul Kehrer · 10 years ago
  36. afca2d5 use NID_undef instead of literal value by Paul Kehrer · 10 years ago
  37. c45cb75 Renamed _bn_ctx_manager(). by Alex Gaynor · 10 years ago
  38. 768a281 fix indentation by Paul Kehrer · 10 years ago
  39. 28edb8f Merge pull request #1356 from alex/docs-cleanup by Paul Kehrer · 10 years ago
  40. 0bcfa2d add curve name parsing to public key loader by Paul Kehrer · 10 years ago
  41. b818818 Merge pull request #1355 from reaperhulk/fix-1352 by Alex Gaynor · 10 years ago
  42. fc5f4f9 CURVE_TYPES back to private, removed unneeded point creation by Paul Kehrer · 10 years ago
  43. c5e4342 learn to pep8 by Paul Kehrer · 10 years ago
  44. 84fc4e0 Process curve name when loading EC keys. Fixes #1336 by Paul Kehrer · 10 years ago
  45. 281d6b2 Slight clarification of the load_pem_public_key docs by Alex Gaynor · 10 years ago
  46. 58f63ed Merge pull request #1331 from michael-hart/public_key_pem by Paul Kehrer · 10 years ago
  47. dc6b1cf test_ssl_mode should get current mode as well by Paul Kehrer · 10 years ago
  48. ebba1b0 Merge branch 'public_key_pem' of https://github.com/michael-hart/cryptography into public_key_pem by michael-hart · 10 years ago
  49. df1e16d Added missing newline, corrected changes by michael-hart · 10 years ago
  50. b5c4480 Update multibackend.py by michael-hart · 10 years ago
  51. 48060f2 flake8 by michael-hart · 10 years ago
  52. bdceabc Added code and tests of EC public keys by michael-hart · 10 years ago
  53. 0a4c401 Corrected tests by michael-hart · 10 years ago
  54. 254811f Added all changes lost in merge reset by michael-hart · 10 years ago
  55. 2ca8991 Part 1 of rebase, with corrections for pep8 by michael-hart · 10 years ago
  56. fe2cd08 Corrected tests by michael-hart · 10 years ago
  57. 801e8c1 Added all changes lost in merge reset by michael-hart · 10 years ago
  58. b45731b Part 1 of rebase, with corrections for pep8 by michael-hart · 10 years ago
  59. d07a002 In tests for setting SSL and SSL_CTX options, get current options first by Paul Kehrer · 10 years ago
  60. 190e0d4 Added missing newline, corrected changes by michael-hart · 10 years ago
  61. f5362b2 Update multibackend.py by michael-hart · 10 years ago
  62. 0520a25 Merge pull request #1354 from alex/cleanup-travis-install by Paul Kehrer · 10 years ago
  63. 8f6096c Remove (apparently) unneeded line by Alex Gaynor · 10 years ago
  64. 2b6682c Merge pull request #1351 from alex/pypy-2.4 by Paul Kehrer · 10 years ago
  65. a8a3afb Merge branch 'public_key_pem' of https://github.com/michael-hart/cryptography into public_key_pem by michael-hart · 10 years ago
  66. 606f5f6 flake8 by michael-hart · 10 years ago
  67. 8fee604 Added code and tests of EC public keys by michael-hart · 10 years ago
  68. 15b59ee Corrected tests by michael-hart · 10 years ago
  69. 5e80fcc Added all changes lost in merge reset by michael-hart · 10 years ago
  70. b72f0f1 Part 1 of rebase, with corrections for pep8 by michael-hart · 10 years ago
  71. 2f3ac85 bleh update first by Alex Gaynor · 10 years ago
  72. 030f26b bump pyenv version by Alex Gaynor · 10 years ago
  73. 5ab32d0 Merge pull request #1350 from michael-hart/ec_vectors by Alex Gaynor · 10 years ago
  74. 61a5bc1 fixes #1340 -- use pypy 2.4.0 now that it's out by Alex Gaynor · 10 years ago
  75. 00ef605 Added missing vector file by michael-hart · 10 years ago
  76. b53fab7 Corrected tests by michael-hart · 10 years ago
  77. cd76c42 Added all changes lost in merge reset by michael-hart · 10 years ago
  78. ebcb0a2 Merge pull request #1349 from reaperhulk/more-ctx-mger by Alex Gaynor · 10 years ago
  79. a3204ba Part 1 of rebase, with corrections for pep8 by michael-hart · 10 years ago
  80. 610da6e switch truncate_digest_for_ecdsa to context manager by Paul Kehrer · 10 years ago
  81. d314460 Merge pull request #1347 from reaperhulk/doc-cleanup by Alex Gaynor · 10 years ago
  82. 903a2b4 Merge pull request #1344 from reaperhulk/bn-ctx-fix by Alex Gaynor · 10 years ago
  83. 9f7ad19 small cleanup to docs by Paul Kehrer · 10 years ago
  84. cede72d Merge pull request #1341 from michael-hart/ec_vectors by Paul Kehrer · 10 years ago
  85. 49b9fdf try/finally the bn_ctx manager by Paul Kehrer · 10 years ago
  86. 1a7bdab switch to a BN_CTX context manager. by Paul Kehrer · 10 years ago
  87. 7289496 Updated spelling_wordlist.txt by michael-hart · 10 years ago
  88. 3a55b55 extraneous newline murdered by Paul Kehrer · 10 years ago
  89. 17b4aa4 put BN_CTX_end in a finally to ensure it is invoked by Paul Kehrer · 10 years ago
  90. d5701ed start and end BN_CTX so BN_CTX can track func owner of temporary BNs by Paul Kehrer · 10 years ago
  91. 83c67e1 Update spelling_wordlist.txt by michael-hart · 10 years ago
  92. 59f7219 Update test-vectors.rst by michael-hart · 10 years ago
  93. 2e1f738 Test Vector changes by michael-hart · 10 years ago
  94. 506f65b Merge pull request #1330 from reaperhulk/fix-commoncrypto-gcm by Alex Gaynor · 10 years ago
  95. 7a5629a Merge pull request #1332 from michael-hart/add_to_authors by Alex Gaynor · 10 years ago
  96. 5f47335 Merge pull request #1328 from michael-hart/master by Paul Kehrer · 10 years ago
  97. acda044 Added PKCS8 encoded private keys to tests by Michael Hart · 10 years ago
  98. 9a11c00 resolve GCM tag issue with AAD only on OpenSSL 1.0.1 in Ubuntu 12.04 by Paul Kehrer · 10 years ago
  99. d5565f3 Added to AUTHORS.rst by Michael · 10 years ago
  100. ed2a510 Reorganised imports by Michael · 10 years ago