1. b45731b Part 1 of rebase, with corrections for pep8 by michael-hart · 10 years ago
  2. 0520a25 Merge pull request #1354 from alex/cleanup-travis-install by Paul Kehrer · 10 years ago
  3. 8f6096c Remove (apparently) unneeded line by Alex Gaynor · 10 years ago
  4. 2b6682c Merge pull request #1351 from alex/pypy-2.4 by Paul Kehrer · 10 years ago
  5. 2f3ac85 bleh update first by Alex Gaynor · 10 years ago
  6. 030f26b bump pyenv version by Alex Gaynor · 10 years ago
  7. 5ab32d0 Merge pull request #1350 from michael-hart/ec_vectors by Alex Gaynor · 10 years ago
  8. 61a5bc1 fixes #1340 -- use pypy 2.4.0 now that it's out by Alex Gaynor · 10 years ago
  9. 00ef605 Added missing vector file by michael-hart · 10 years ago
  10. ebcb0a2 Merge pull request #1349 from reaperhulk/more-ctx-mger by Alex Gaynor · 10 years ago
  11. 610da6e switch truncate_digest_for_ecdsa to context manager by Paul Kehrer · 10 years ago
  12. d314460 Merge pull request #1347 from reaperhulk/doc-cleanup by Alex Gaynor · 10 years ago
  13. 903a2b4 Merge pull request #1344 from reaperhulk/bn-ctx-fix by Alex Gaynor · 10 years ago
  14. 9f7ad19 small cleanup to docs by Paul Kehrer · 10 years ago
  15. cede72d Merge pull request #1341 from michael-hart/ec_vectors by Paul Kehrer · 10 years ago
  16. 49b9fdf try/finally the bn_ctx manager by Paul Kehrer · 10 years ago
  17. 1a7bdab switch to a BN_CTX context manager. by Paul Kehrer · 10 years ago
  18. 7289496 Updated spelling_wordlist.txt by michael-hart · 10 years ago
  19. 3a55b55 extraneous newline murdered by Paul Kehrer · 10 years ago
  20. 17b4aa4 put BN_CTX_end in a finally to ensure it is invoked by Paul Kehrer · 10 years ago
  21. d5701ed start and end BN_CTX so BN_CTX can track func owner of temporary BNs by Paul Kehrer · 10 years ago
  22. 83c67e1 Update spelling_wordlist.txt by michael-hart · 10 years ago
  23. 59f7219 Update test-vectors.rst by michael-hart · 10 years ago
  24. 2e1f738 Test Vector changes by michael-hart · 10 years ago
  25. 506f65b Merge pull request #1330 from reaperhulk/fix-commoncrypto-gcm by Alex Gaynor · 10 years ago
  26. 7a5629a Merge pull request #1332 from michael-hart/add_to_authors by Alex Gaynor · 10 years ago
  27. 5f47335 Merge pull request #1328 from michael-hart/master by Paul Kehrer · 10 years ago
  28. acda044 Added PKCS8 encoded private keys to tests by Michael Hart · 10 years ago
  29. 9a11c00 resolve GCM tag issue with AAD only on OpenSSL 1.0.1 in Ubuntu 12.04 by Paul Kehrer · 10 years ago
  30. d5565f3 Added to AUTHORS.rst by Michael · 10 years ago
  31. ed2a510 Reorganised imports by Michael · 10 years ago
  32. 909f822 Changed EC curve type and add test markers by Michael · 10 years ago
  33. f0ec609 Further formatting changes by michael-hart · 10 years ago
  34. faa35a8 Corrected formatting by unknown · 10 years ago
  35. 8400593 Adjusted formatting and added EC check by unknown · 10 years ago
  36. c48abb0 moved GCM tests to be run against all backends, added radar bug numbers by Paul Kehrer · 10 years ago
  37. ed54991 byte strings are byte strings by Paul Kehrer · 10 years ago
  38. 270b9d4 Fix two bugs with CommonCrypto GCM that can result in invalid output. by Paul Kehrer · 10 years ago
  39. 04e783f Implemented support for loading EC private keys by unknown · 10 years ago
  40. b8599c0 Merge pull request #1326 from alex/pem-serialization-backend by Paul Kehrer · 10 years ago
  41. 4e5d1ee Grammar from @reaperhulk by Alex Gaynor · 10 years ago
  42. ac83b39 Try a different phrasing by Alex Gaynor · 10 years ago
  43. a54d342 multibacken for docs by Alex Gaynor · 10 years ago
  44. 79e51a9 remove duplicate argument by Alex Gaynor · 10 years ago
  45. 38d3b35 Explicitly deprecate these as well by Alex Gaynor · 10 years ago
  46. e53677a fixes by Alex Gaynor · 10 years ago
  47. f0ca2e8 Start moving everything to the new API by Alex Gaynor · 10 years ago
  48. 86dd834 Merge pull request #1276 from alex/pem-loading-backend by Paul Kehrer · 10 years ago
  49. 99e61ea typo fix by Alex Gaynor · 10 years ago
  50. 38b11cc Merge branch 'master' into pem-loading-backend by Alex Gaynor · 10 years ago
  51. e9d027a Merge pull request #1321 from alex/check-padding by Paul Kehrer · 10 years ago
  52. 35bb89a Verify that padding is an instance of AsymmetircPadding before trying to use it; fixes #1318 by Alex Gaynor · 10 years ago
  53. dda54aa All the other pages use sentence case titles. by Alex Stapleton · 10 years ago
  54. f1b0bcd Merge pull request #1302 from alex/move-to-files by Alex Stapleton · 10 years ago
  55. 567d82e Merge pull request #1314 from reaperhulk/yosemite-fix by Alex Gaynor · 10 years ago
  56. f4fbf39 add changelog entry by Paul Kehrer · 10 years ago
  57. 584cab6 link corefoundation in the CC binding. by Paul Kehrer · 10 years ago
  58. 22bc06a Merge pull request #1313 from reaperhulk/0.5.4-changelog by Alex Gaynor · 10 years ago
  59. 12e4742 add the spelling wordlist additions as well by Paul Kehrer · 10 years ago
  60. 01f0c67 port 0.5.4 changelog to master by Paul Kehrer · 10 years ago
  61. 7154fa6 Merge pull request #1309 from alex/doc8-extension by Paul Kehrer · 10 years ago
  62. 95f2c2b only run doc8 over things with a rst extension by Alex Gaynor · 10 years ago
  63. 3f512f7 Merge pull request #1304 from reaperhulk/fix-partial-chain-declaration by Alex Stapleton · 10 years ago
  64. 32df651 Merge pull request #1298 from public/dh-vector-loader by Paul Kehrer · 10 years ago
  65. 68c0a0c conditionally declare X509_V_FLAG_PARTIAL_CHAIN by Paul Kehrer · 10 years ago
  66. 0541d40 Merge pull request #1303 from alex/add-d2i_PKCS7_bio by David Reid · 10 years ago
  67. 89e726e Added d2i_PKCS7_bio to bindings by Alex Gaynor · 10 years ago
  68. 9226ac4 Added back license headers by Alex Gaynor · 10 years ago
  69. c6361b3 Revert "Added include guards, and license headers" by Alex Gaynor · 10 years ago
  70. a4902b6 Added include guards, and license headers by Alex Gaynor · 10 years ago
  71. e23dd3a Fix? by Alex Gaynor · 10 years ago
  72. 363d284 Simplify, thanks @dstufft by Alex Gaynor · 10 years ago
  73. 8ba0c3d Refs #1301 -- moved constant time code into it's own .c and .h files by Alex Gaynor · 10 years ago
  74. 839c09d KASVS vector loader by Alex Stapleton · 10 years ago
  75. ff9bafe Merge pull request #1297 from reaperhulk/update-openssl by Alex Gaynor · 10 years ago
  76. 09df969 Merge pull request #1296 from reaperhulk/fix-1295 by Alex Gaynor · 10 years ago
  77. e683dee add OpenSSL from RHEL/CentOS 7 to testing list by Paul Kehrer · 10 years ago
  78. c2cb1c3 fix warnings caused by signature changes from beta1 to beta2 by Paul Kehrer · 10 years ago
  79. ede2ce5 X509_VERIFY_PARAM_set_hostflags is available in 1.0.2-beta2 by Paul Kehrer · 10 years ago
  80. 7f70190 Merge pull request #1294 from reaperhulk/0.5.3-changelog by Alex Gaynor · 10 years ago
  81. 86cf5b1 add 0.5.3 changelog information to master by Paul Kehrer · 10 years ago
  82. de21e2f Merge pull request #1283 from Ayrx/entry_points by Paul Kehrer · 10 years ago
  83. 6bb22e4 Merge pull request #1289 from alex/simplify-coverage by Paul Kehrer · 10 years ago
  84. eb1c41c Move coverage configuration to the config file by Alexander Gaynor · 10 years ago
  85. 55971ba Fix test failures by Terry Chia · 10 years ago
  86. 361545d Removed need for Binding entry_point by Terry Chia · 10 years ago
  87. da5dca8 Added entry_points. by Terry Chia · 10 years ago
  88. 3319c95 Merge pull request #1282 from akgood/reorder_libs by Alex Gaynor · 10 years ago
  89. 2231e18 shorten comment line length for PEP-8 by Adam Goodman · 10 years ago
  90. e97ae12 Merge branch 'master' into reorder_libs by Adam Goodman · 10 years ago
  91. e0e9541 Document the new interface by Alexander Gaynor · 10 years ago
  92. 51a05d6 Merge branch 'master' into pem-loading-backend by Alexander Gaynor · 10 years ago
  93. ad116e2 Merge pull request #1275 from crc32a/master by Alex Gaynor · 10 years ago
  94. 5ea03c7 Merge pull request #1274 from reaperhulk/add-missing-methods-multibackend by Alex Gaynor · 10 years ago
  95. 4e7053c Merge pull request #1272 from alex/reorganize-docs by Paul Kehrer · 10 years ago
  96. 30f15c2 Adding binding for NID_issuer_alt_name cause we may need it in pyopenssl by Carlos D. Garza · 10 years ago
  97. 8e39e69 add missing DSABackend numbers loading methods to Multibackend by Paul Kehrer · 10 years ago
  98. 3469fee Merge branch 'master' into reorganize-docs by Alexander Gaynor · 10 years ago
  99. 06de17f Merge pull request #1273 from reaperhulk/fix-travis-osx by Alex Gaynor · 10 years ago
  100. 610f1e4 update travis.yml to fix os x builders by Paul Kehrer · 10 years ago