1. e656d02 update gitignore to ignore the new so name structure by Paul Kehrer · 11 years ago
  2. eaeed6c Merge pull request #841 from public/ssl-ctx-method by Alex Gaynor · 11 years ago
  3. ece315a Merge pull request #839 from reaperhulk/more-import-order by Alex Gaynor · 11 years ago
  4. edd6ca7 Add SSL_CTX method getter to fix #794 by Alex Stapleton · 11 years ago
  5. 4db32f7 a few more import order fixes for upcoming flake8-import-order by Paul Kehrer · 11 years ago
  6. 0476a96 Merge pull request #833 from reaperhulk/rsa-pss-signing by Alex Gaynor · 11 years ago
  7. 58467ce Merge pull request #836 from reaperhulk/netbsd-why-oh-why by Alex Gaynor · 11 years ago
  8. 59cb7f9 Merge pull request #837 from reaperhulk/modulename-all-the-things by Alex Gaynor · 11 years ago
  9. 71f2c50 c has syntax rules too by Paul Kehrer · 11 years ago
  10. 06919e9 padding and constant time also need the cffi modulename fix by Paul Kehrer · 11 years ago
  11. 10312c1 workaround a netbsd bug where they did not compile with d1_meth.c by Paul Kehrer · 11 years ago
  12. b8666f7 improve exception msgs, change how test_pss_signing_sha2 works by Paul Kehrer · 11 years ago
  13. cdd0d2f Merge branch 'master' into rsa-pss-signing by Paul Kehrer · 11 years ago
  14. 23c641d Merge pull request #826 from reaperhulk/rsa-more-sig-verification by Alex Gaynor · 11 years ago
  15. 4d8358f add mgf1_hash_supported unsupported hash check by Paul Kehrer · 11 years ago
  16. 798c034 document the ValueError by Paul Kehrer · 11 years ago
  17. 503ddf4 more concise way of generating tests by Paul Kehrer · 11 years ago
  18. c85f179 switch to a lambda by Paul Kehrer · 11 years ago
  19. f29c3c5 rename some things by Paul Kehrer · 11 years ago
  20. 49c8e21 add FIPS 186-2/3 signature verification tests for RSA PKCSv15 and PSS by Paul Kehrer · 11 years ago
  21. 62e18d7 Merge pull request #829 from reaperhulk/import-order-fixer by Alex Gaynor · 11 years ago
  22. a3bb335 never trust openssl by Paul Kehrer · 11 years ago
  23. 06aa796 RSA PSS signature support by Paul Kehrer · 11 years ago
  24. 8443a92 revert one import order change by Paul Kehrer · 11 years ago
  25. 2ed93e2 Merge pull request #830 from jgiannuzzi/master by Alex Gaynor · 11 years ago
  26. 90450f3 a few small fixes by Paul Kehrer · 11 years ago
  27. 444abf5 Add ASN1_TIME_free by Jonathan Giannuzzi · 11 years ago
  28. afc1ccd import order fixes for future automated checking by Paul Kehrer · 11 years ago
  29. 1805e72 Merge pull request #825 from reaperhulk/expand-rsa-nist-loader by David Reid · 11 years ago
  30. ae37176 remove a comma that was pointlessly added by Paul Kehrer · 11 years ago
  31. 9d64c02 Merge pull request #827 from public/title-case by Alex Gaynor · 11 years ago
  32. c5fffd3 Standardise on sentence case for titles by Alex Stapleton · 11 years ago
  33. e66f69a py3 fix by Paul Kehrer · 11 years ago
  34. 61666eb add headers to each test so the file source can be determined by Paul Kehrer · 11 years ago
  35. afc2518 another file permutation for rsa nist tested. by Paul Kehrer · 11 years ago
  36. 62707f1 expand RSA NIST vector loader to support verification vectors as well by Paul Kehrer · 11 years ago
  37. 38c4263 Merge pull request #792 from reaperhulk/rsa-pss-verify by Alex Gaynor · 11 years ago
  38. a38e8e5 link to Colin Percival re: recommended RSA signature padding by Paul Kehrer · 11 years ago
  39. 0380374 Merge pull request #768 from reaperhulk/cffi-modulename-fix by David Reid · 11 years ago
  40. 5b143b4 should probably update the test too by Paul Kehrer · 11 years ago
  41. c480f6e change exception and improve some language by Paul Kehrer · 11 years ago
  42. 0b3257d address review comments by Paul Kehrer · 11 years ago
  43. 92e8ae8 use mgf1_hash_supported to simplify some logic by Paul Kehrer · 11 years ago
  44. 2e08a76 Merge pull request #759 from public/no-hex by Alex Gaynor · 11 years ago
  45. d46e63c Merge pull request #822 from alex/we-support-py34 by David Reid · 11 years ago
  46. 7f8b277 We support 3.4 by Alex Gaynor · 11 years ago
  47. 7eaf488 Merge pull request #820 from reaperhulk/test-python34 by Alex Gaynor · 11 years ago
  48. 44450da Merge pull request #821 from alex/newer-py33 by Paul Kehrer · 11 years ago
  49. 483d593 Use the latest python 3.3 on OS X on travis by Alex Gaynor · 11 years ago
  50. f855b28 add python 3.4 to osx and linux builders by Paul Kehrer · 11 years ago
  51. 521077c Merge pull request #818 from reaperhulk/tox-34-target by Alex Gaynor · 11 years ago
  52. b125fef Merge pull request #816 from skeuomorf/interface by Paul Kehrer · 11 years ago
  53. 710f614 add py34 target for python 3.4 CI by Paul Kehrer · 11 years ago
  54. e1bf0f8 Merge pull request #815 from public/tweak-changelog by Paul Kehrer · 11 years ago
  55. edacb14 Update the docs. by Mohammed Attia · 11 years ago
  56. 02ebc7a Add key_size property to DSAPublicKey by Mohammed Attia · 11 years ago
  57. b9df278 Don't use weird XX fake dates in the changelog. by Alex Stapleton · 11 years ago
  58. 1cfdca2 pass the hash class rather than using getattr by Paul Kehrer · 11 years ago
  59. dde5933 change rsa nist loader to use strings for algorithm name by Paul Kehrer · 11 years ago
  60. 762014e fix indentation by Paul Kehrer · 11 years ago
  61. 61013ed extract RSA struct from EVP_PKEY by Paul Kehrer · 11 years ago
  62. 24b063d cover a missing line for older openssl by Paul Kehrer · 11 years ago
  63. 862da0a consume errors before asserting by Paul Kehrer · 11 years ago
  64. ee58901 make mgf private by Paul Kehrer · 11 years ago
  65. 763c621 move PSS to top of docs by Paul Kehrer · 11 years ago
  66. b5936a7 add RSA PSS verification support by Paul Kehrer · 11 years ago
  67. 31b837f Merge pull request #808 from public/tidy-rsa by Paul Kehrer · 11 years ago
  68. 8322039 Merge pull request #811 from alex/import-style by Paul Kehrer · 11 years ago
  69. 563896f Merge pull request #812 from public/circular-fix by Paul Kehrer · 11 years ago
  70. df2158a s/set1/assign/ by Alex Stapleton · 11 years ago
  71. 01de3ef s/available_backends/_available_backends/ by Alex Stapleton · 11 years ago
  72. f70f017 Tiny style changes to some imports by Alex Gaynor · 11 years ago
  73. 24dc98c Fix circular imports with available_backends() by Alex Stapleton · 11 years ago
  74. e171c5f Merge pull request #807 from Ayrx/add-backend-check-to-rsa by Paul Kehrer · 11 years ago
  75. 1e7ce06 Merge pull request #806 from Ayrx/add-backend-check-to-cipher by Paul Kehrer · 11 years ago
  76. 77fdd4e Merge pull request #805 from Ayrx/add-backend-check-to-hmac by Paul Kehrer · 11 years ago
  77. e208336 Merge pull request #804 from Ayrx/add-backend-check-to-hashes by Paul Kehrer · 11 years ago
  78. 68855e0 Style nitpick by Ayrx · 11 years ago
  79. 471c118 Style nitpick by Ayrx · 11 years ago
  80. b018dbc Style nitpick by Ayrx · 11 years ago
  81. f575ec1 Fixed style nitpick by Ayrx · 11 years ago
  82. 439d42b Just EVP_PKEY GC free the contained keys. by Alex Stapleton · 11 years ago
  83. 0b02bdd RSAPrivateKey to evp_pkey utility method by Alex Stapleton · 11 years ago
  84. f886a82 Added backend check to rsa primitives by Ayrx · 11 years ago
  85. f56c54e Added backend check to cipher primitives by Ayrx · 11 years ago
  86. ecac029 Added backend check to hmac primitives by Ayrx · 11 years ago
  87. b482ca1 Added backend check to hash primitives by Ayrx · 11 years ago
  88. 3fb221f Merge pull request #803 from alex/style by Paul Kehrer · 11 years ago
  89. 93d7737 Don't put things with side effects in assert statements by Alex Gaynor · 11 years ago
  90. 106cc54 Merge pull request #775 from reaperhulk/rsa-mgf1-class by Alex Gaynor · 11 years ago
  91. 7b9d924 Merge pull request #802 from public/platforms by Paul Kehrer · 11 years ago
  92. a0fdede restructure if statements to be less confusing by Paul Kehrer · 11 years ago
  93. 13432b2 Tweak wording by Alex Stapleton · 11 years ago
  94. b10e954 Alphabetise by Alex Stapleton · 11 years ago
  95. bd0c7a6 Document Python versions too by Alex Stapleton · 11 years ago
  96. b468417 Document the platforms we test on by Alex Stapleton · 11 years ago
  97. c914372 Merge pull request #801 from reaperhulk/fix-idea-coverage by Alex Gaynor · 11 years ago
  98. 66197c4 Merge pull request #800 from alex/style-cleanup by Paul Kehrer · 11 years ago
  99. afc760d test IDEA key_size properly by Paul Kehrer · 11 years ago
  100. 0d377e3 Small style cleanup for imports by Alex Gaynor · 11 years ago