1. 84fc4e0 Process curve name when loading EC keys. Fixes #1336 by Paul Kehrer · 10 years ago
  2. 58f63ed Merge pull request #1331 from michael-hart/public_key_pem by Paul Kehrer · 10 years ago
  3. ebba1b0 Merge branch 'public_key_pem' of https://github.com/michael-hart/cryptography into public_key_pem by michael-hart · 10 years ago
  4. df1e16d Added missing newline, corrected changes by michael-hart · 10 years ago
  5. b5c4480 Update multibackend.py by michael-hart · 10 years ago
  6. 48060f2 flake8 by michael-hart · 10 years ago
  7. bdceabc Added code and tests of EC public keys by michael-hart · 10 years ago
  8. 0a4c401 Corrected tests by michael-hart · 10 years ago
  9. 254811f Added all changes lost in merge reset by michael-hart · 10 years ago
  10. 2ca8991 Part 1 of rebase, with corrections for pep8 by michael-hart · 10 years ago
  11. fe2cd08 Corrected tests by michael-hart · 10 years ago
  12. 801e8c1 Added all changes lost in merge reset by michael-hart · 10 years ago
  13. b45731b Part 1 of rebase, with corrections for pep8 by michael-hart · 10 years ago
  14. 190e0d4 Added missing newline, corrected changes by michael-hart · 10 years ago
  15. f5362b2 Update multibackend.py by michael-hart · 10 years ago
  16. 0520a25 Merge pull request #1354 from alex/cleanup-travis-install by Paul Kehrer · 10 years ago
  17. 8f6096c Remove (apparently) unneeded line by Alex Gaynor · 10 years ago
  18. 2b6682c Merge pull request #1351 from alex/pypy-2.4 by Paul Kehrer · 10 years ago
  19. a8a3afb Merge branch 'public_key_pem' of https://github.com/michael-hart/cryptography into public_key_pem by michael-hart · 10 years ago
  20. 606f5f6 flake8 by michael-hart · 10 years ago
  21. 8fee604 Added code and tests of EC public keys by michael-hart · 10 years ago
  22. 15b59ee Corrected tests by michael-hart · 10 years ago
  23. 5e80fcc Added all changes lost in merge reset by michael-hart · 10 years ago
  24. b72f0f1 Part 1 of rebase, with corrections for pep8 by michael-hart · 10 years ago
  25. 2f3ac85 bleh update first by Alex Gaynor · 10 years ago
  26. 030f26b bump pyenv version by Alex Gaynor · 10 years ago
  27. 5ab32d0 Merge pull request #1350 from michael-hart/ec_vectors by Alex Gaynor · 10 years ago
  28. 61a5bc1 fixes #1340 -- use pypy 2.4.0 now that it's out by Alex Gaynor · 10 years ago
  29. 00ef605 Added missing vector file by michael-hart · 10 years ago
  30. b53fab7 Corrected tests by michael-hart · 10 years ago
  31. cd76c42 Added all changes lost in merge reset by michael-hart · 10 years ago
  32. ebcb0a2 Merge pull request #1349 from reaperhulk/more-ctx-mger by Alex Gaynor · 10 years ago
  33. a3204ba Part 1 of rebase, with corrections for pep8 by michael-hart · 10 years ago
  34. 610da6e switch truncate_digest_for_ecdsa to context manager by Paul Kehrer · 10 years ago
  35. d314460 Merge pull request #1347 from reaperhulk/doc-cleanup by Alex Gaynor · 10 years ago
  36. 903a2b4 Merge pull request #1344 from reaperhulk/bn-ctx-fix by Alex Gaynor · 10 years ago
  37. 9f7ad19 small cleanup to docs by Paul Kehrer · 10 years ago
  38. cede72d Merge pull request #1341 from michael-hart/ec_vectors by Paul Kehrer · 10 years ago
  39. 49b9fdf try/finally the bn_ctx manager by Paul Kehrer · 10 years ago
  40. 1a7bdab switch to a BN_CTX context manager. by Paul Kehrer · 10 years ago
  41. 7289496 Updated spelling_wordlist.txt by michael-hart · 10 years ago
  42. 3a55b55 extraneous newline murdered by Paul Kehrer · 10 years ago
  43. 17b4aa4 put BN_CTX_end in a finally to ensure it is invoked by Paul Kehrer · 10 years ago
  44. d5701ed start and end BN_CTX so BN_CTX can track func owner of temporary BNs by Paul Kehrer · 10 years ago
  45. 83c67e1 Update spelling_wordlist.txt by michael-hart · 10 years ago
  46. 59f7219 Update test-vectors.rst by michael-hart · 10 years ago
  47. 2e1f738 Test Vector changes by michael-hart · 10 years ago
  48. 506f65b Merge pull request #1330 from reaperhulk/fix-commoncrypto-gcm by Alex Gaynor · 10 years ago
  49. 7a5629a Merge pull request #1332 from michael-hart/add_to_authors by Alex Gaynor · 10 years ago
  50. 5f47335 Merge pull request #1328 from michael-hart/master by Paul Kehrer · 10 years ago
  51. acda044 Added PKCS8 encoded private keys to tests by Michael Hart · 10 years ago
  52. 9a11c00 resolve GCM tag issue with AAD only on OpenSSL 1.0.1 in Ubuntu 12.04 by Paul Kehrer · 10 years ago
  53. d5565f3 Added to AUTHORS.rst by Michael · 10 years ago
  54. ed2a510 Reorganised imports by Michael · 10 years ago
  55. 909f822 Changed EC curve type and add test markers by Michael · 10 years ago
  56. f0ec609 Further formatting changes by michael-hart · 10 years ago
  57. faa35a8 Corrected formatting by unknown · 10 years ago
  58. 8400593 Adjusted formatting and added EC check by unknown · 10 years ago
  59. c48abb0 moved GCM tests to be run against all backends, added radar bug numbers by Paul Kehrer · 10 years ago
  60. ed54991 byte strings are byte strings by Paul Kehrer · 10 years ago
  61. 270b9d4 Fix two bugs with CommonCrypto GCM that can result in invalid output. by Paul Kehrer · 10 years ago
  62. 04e783f Implemented support for loading EC private keys by unknown · 10 years ago
  63. b8599c0 Merge pull request #1326 from alex/pem-serialization-backend by Paul Kehrer · 10 years ago
  64. 4e5d1ee Grammar from @reaperhulk by Alex Gaynor · 10 years ago
  65. ac83b39 Try a different phrasing by Alex Gaynor · 10 years ago
  66. a54d342 multibacken for docs by Alex Gaynor · 10 years ago
  67. 79e51a9 remove duplicate argument by Alex Gaynor · 10 years ago
  68. 38d3b35 Explicitly deprecate these as well by Alex Gaynor · 10 years ago
  69. e53677a fixes by Alex Gaynor · 10 years ago
  70. f0ca2e8 Start moving everything to the new API by Alex Gaynor · 10 years ago
  71. 86dd834 Merge pull request #1276 from alex/pem-loading-backend by Paul Kehrer · 10 years ago
  72. 99e61ea typo fix by Alex Gaynor · 10 years ago
  73. 38b11cc Merge branch 'master' into pem-loading-backend by Alex Gaynor · 10 years ago
  74. e9d027a Merge pull request #1321 from alex/check-padding by Paul Kehrer · 10 years ago
  75. 35bb89a Verify that padding is an instance of AsymmetircPadding before trying to use it; fixes #1318 by Alex Gaynor · 10 years ago
  76. dda54aa All the other pages use sentence case titles. by Alex Stapleton · 10 years ago
  77. f1b0bcd Merge pull request #1302 from alex/move-to-files by Alex Stapleton · 10 years ago
  78. 567d82e Merge pull request #1314 from reaperhulk/yosemite-fix by Alex Gaynor · 10 years ago
  79. f4fbf39 add changelog entry by Paul Kehrer · 10 years ago
  80. 584cab6 link corefoundation in the CC binding. by Paul Kehrer · 10 years ago
  81. 22bc06a Merge pull request #1313 from reaperhulk/0.5.4-changelog by Alex Gaynor · 10 years ago
  82. 12e4742 add the spelling wordlist additions as well by Paul Kehrer · 10 years ago
  83. 01f0c67 port 0.5.4 changelog to master by Paul Kehrer · 10 years ago
  84. 7154fa6 Merge pull request #1309 from alex/doc8-extension by Paul Kehrer · 10 years ago
  85. 95f2c2b only run doc8 over things with a rst extension by Alex Gaynor · 10 years ago
  86. 3f512f7 Merge pull request #1304 from reaperhulk/fix-partial-chain-declaration by Alex Stapleton · 10 years ago
  87. 32df651 Merge pull request #1298 from public/dh-vector-loader by Paul Kehrer · 10 years ago
  88. 68c0a0c conditionally declare X509_V_FLAG_PARTIAL_CHAIN by Paul Kehrer · 10 years ago
  89. 0541d40 Merge pull request #1303 from alex/add-d2i_PKCS7_bio by David Reid · 10 years ago
  90. 89e726e Added d2i_PKCS7_bio to bindings by Alex Gaynor · 10 years ago
  91. 9226ac4 Added back license headers by Alex Gaynor · 10 years ago
  92. c6361b3 Revert "Added include guards, and license headers" by Alex Gaynor · 10 years ago
  93. a4902b6 Added include guards, and license headers by Alex Gaynor · 10 years ago
  94. e23dd3a Fix? by Alex Gaynor · 10 years ago
  95. 363d284 Simplify, thanks @dstufft by Alex Gaynor · 10 years ago
  96. 8ba0c3d Refs #1301 -- moved constant time code into it's own .c and .h files by Alex Gaynor · 10 years ago
  97. 839c09d KASVS vector loader by Alex Stapleton · 10 years ago
  98. ff9bafe Merge pull request #1297 from reaperhulk/update-openssl by Alex Gaynor · 10 years ago
  99. 09df969 Merge pull request #1296 from reaperhulk/fix-1295 by Alex Gaynor · 10 years ago
  100. e683dee add OpenSSL from RHEL/CentOS 7 to testing list by Paul Kehrer · 10 years ago