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