1. c480f6e change exception and improve some language by Paul Kehrer · 11 years ago
  2. 92e8ae8 use mgf1_hash_supported to simplify some logic by Paul Kehrer · 11 years ago
  3. 1cfdca2 pass the hash class rather than using getattr by Paul Kehrer · 11 years ago
  4. dde5933 change rsa nist loader to use strings for algorithm name by Paul Kehrer · 11 years ago
  5. 762014e fix indentation by Paul Kehrer · 11 years ago
  6. 61013ed extract RSA struct from EVP_PKEY by Paul Kehrer · 11 years ago
  7. 24b063d cover a missing line for older openssl by Paul Kehrer · 11 years ago
  8. 862da0a consume errors before asserting by Paul Kehrer · 11 years ago
  9. ee58901 make mgf private by Paul Kehrer · 11 years ago
  10. 763c621 move PSS to top of docs by Paul Kehrer · 11 years ago
  11. b5936a7 add RSA PSS verification support by Paul Kehrer · 11 years ago
  12. 31b837f Merge pull request #808 from public/tidy-rsa by Paul Kehrer · 11 years ago
  13. 8322039 Merge pull request #811 from alex/import-style by Paul Kehrer · 11 years ago
  14. 563896f Merge pull request #812 from public/circular-fix by Paul Kehrer · 11 years ago
  15. df2158a s/set1/assign/ by Alex Stapleton · 11 years ago
  16. 01de3ef s/available_backends/_available_backends/ by Alex Stapleton · 11 years ago
  17. f70f017 Tiny style changes to some imports by Alex Gaynor · 11 years ago
  18. 24dc98c Fix circular imports with available_backends() by Alex Stapleton · 11 years ago
  19. e171c5f Merge pull request #807 from Ayrx/add-backend-check-to-rsa by Paul Kehrer · 11 years ago
  20. 1e7ce06 Merge pull request #806 from Ayrx/add-backend-check-to-cipher by Paul Kehrer · 11 years ago
  21. 77fdd4e Merge pull request #805 from Ayrx/add-backend-check-to-hmac by Paul Kehrer · 11 years ago
  22. e208336 Merge pull request #804 from Ayrx/add-backend-check-to-hashes by Paul Kehrer · 11 years ago
  23. 68855e0 Style nitpick by Ayrx · 11 years ago
  24. 471c118 Style nitpick by Ayrx · 11 years ago
  25. b018dbc Style nitpick by Ayrx · 11 years ago
  26. f575ec1 Fixed style nitpick by Ayrx · 11 years ago
  27. 439d42b Just EVP_PKEY GC free the contained keys. by Alex Stapleton · 11 years ago
  28. 0b02bdd RSAPrivateKey to evp_pkey utility method by Alex Stapleton · 11 years ago
  29. f886a82 Added backend check to rsa primitives by Ayrx · 11 years ago
  30. f56c54e Added backend check to cipher primitives by Ayrx · 11 years ago
  31. ecac029 Added backend check to hmac primitives by Ayrx · 11 years ago
  32. b482ca1 Added backend check to hash primitives by Ayrx · 11 years ago
  33. 3fb221f Merge pull request #803 from alex/style by Paul Kehrer · 11 years ago
  34. 93d7737 Don't put things with side effects in assert statements by Alex Gaynor · 11 years ago
  35. 106cc54 Merge pull request #775 from reaperhulk/rsa-mgf1-class by Alex Gaynor · 11 years ago
  36. 7b9d924 Merge pull request #802 from public/platforms by Paul Kehrer · 11 years ago
  37. a0fdede restructure if statements to be less confusing by Paul Kehrer · 11 years ago
  38. 13432b2 Tweak wording by Alex Stapleton · 11 years ago
  39. b10e954 Alphabetise by Alex Stapleton · 11 years ago
  40. bd0c7a6 Document Python versions too by Alex Stapleton · 11 years ago
  41. b468417 Document the platforms we test on by Alex Stapleton · 11 years ago
  42. c914372 Merge pull request #801 from reaperhulk/fix-idea-coverage by Alex Gaynor · 11 years ago
  43. 66197c4 Merge pull request #800 from alex/style-cleanup by Paul Kehrer · 11 years ago
  44. afc760d test IDEA key_size properly by Paul Kehrer · 11 years ago
  45. 0d377e3 Small style cleanup for imports by Alex Gaynor · 11 years ago
  46. d49eae6 Merge pull request #799 from Ayrx/add-backend-check-to-kdf by Paul Kehrer · 11 years ago
  47. c56b3a1 Merge pull request #796 from reaperhulk/update-jenkins-url by Alex Gaynor · 11 years ago
  48. 35afbcb Removed newline from start of methods by Ayrx · 11 years ago
  49. c5c8c3c Fixed pep8 error by Ayrx · 11 years ago
  50. 6870241 Added backend check to kdf primitives by Ayrx · 11 years ago
  51. f05b186 Merge pull request #789 from skeuomorf/loader by Paul Kehrer · 11 years ago
  52. 53faebc Merge pull request #798 from Ayrx/add-backend-check-to-twofactor by Paul Kehrer · 11 years ago
  53. a8d6b04 Removed pretend stub by Ayrx · 11 years ago
  54. 30e574e Added backend check to twofactor primitives by Ayrx · 11 years ago
  55. 47e5df9 update jenkins URL to use TLS by Paul Kehrer · 11 years ago
  56. 1c96242 make MAX_LENGTH an object() by Paul Kehrer · 11 years ago
  57. b8a9c9e Merge pull request #791 from reaperhulk/098e-fix by Alex Gaynor · 11 years ago
  58. 2c69aba RHEL 5's inaccurate OPENSSL_VERSION_NUMBER is a real pain by Paul Kehrer · 11 years ago
  59. a83d218 Merge pull request #790 from reaperhulk/098b-sigh by Alex Gaynor · 11 years ago
  60. 6274991 complete 0.9.8b PR by Paul Kehrer · 11 years ago
  61. ccdd04c Add support for openssl 0.9.8b by Arturo Filastò · 11 years ago
  62. 2da0013 Add the vectors for different (L,N) pairs again for the loader test by Mohammed Attia · 11 years ago
  63. 49b9259 Change flag to a bool by Mohammed Attia · 11 years ago
  64. 22ccb87 Remove some of the vectors in the loader test by Mohammed Attia · 11 years ago
  65. b3231a1 Merge pull request #788 from reaperhulk/vector-script-should-work by Alex Gaynor · 11 years ago
  66. 98afd76 Use iteritems from the six module for Python 3 compatibility by Mohammed Attia · 11 years ago
  67. 613f8bc Decrease loader test size by Mohammed Attia · 11 years ago
  68. 987cc70 Add loader and loader test for FIPS DSA KeyPair vectors by Mohammed Attia · 11 years ago
  69. 9b0705b Merge pull request #784 from reaperhulk/fix-783 by Laurens Van Houtven · 11 years ago
  70. 26e5d3f document MAX_LENGTH by Paul Kehrer · 11 years ago
  71. 3f6d7e7 fix vector generation/verification scripts for IDEA by Paul Kehrer · 11 years ago
  72. 80b8cfa Merge pull request #782 from reaperhulk/enable-idea-cipher by Alex Gaynor · 11 years ago
  73. c4d9141 partially deopaque SSL_CTX to support a pyopenssl use case. fixes #783 by Paul Kehrer · 11 years ago
  74. 7ba0c01 add IDEA support for CBC, CFB, OFB + tests for all IDEA by Paul Kehrer · 11 years ago
  75. cc23b5b Merge pull request #780 from reaperhulk/openssl-102-compat by Alex Gaynor · 11 years ago
  76. e5dc122 basic IDEA ECB support for OpenSSL backend by Paul Kehrer · 11 years ago
  77. d70ed95 make attributes of MGF1 private since that's our general convention by Paul Kehrer · 11 years ago
  78. c760817 small bindings change to make cryptography work with openssl 1.0.2 by Paul Kehrer · 11 years ago
  79. c99c214 Merge pull request #396 from reaperhulk/idea-bespoke-vectors by Hynek Schlawack · 11 years ago
  80. 08712cf change MAX_LENGTH to be an object rather than a byte string by Paul Kehrer · 11 years ago
  81. 7e0a313 Merge pull request #776 from reaperhulk/nist-rsa-loader by Hynek Schlawack · 11 years ago
  82. 24d5db8 style fixes by Paul Kehrer · 11 years ago
  83. a5f0037 close the open files in generate/verify by Paul Kehrer · 11 years ago
  84. 2f2a206 add FIPS RSA test loader + tests by Paul Kehrer · 11 years ago
  85. db6fab5 add MGF1 class, docs, tests by Paul Kehrer · 11 years ago
  86. e654ce5 Merge pull request #774 from reaperhulk/fix-773 by Alex Gaynor · 11 years ago
  87. b9fefd0 change all our static const ints to longs in ssl.py by Paul Kehrer · 11 years ago
  88. a4796a7 this define is too large for a 32-bit integer. fixes #773 by Paul Kehrer · 11 years ago
  89. 933afee Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interface by Alex Gaynor · 11 years ago
  90. d9c879f Merge pull request #771 from reaperhulk/rsa-err-symbols by Alex Gaynor · 11 years ago
  91. b116bfd Merge pull request #770 from reaperhulk/document-some-versions by Alex Gaynor · 11 years ago
  92. 06c7793 add mgf1_hash_supported to the RSABackend interface by Paul Kehrer · 11 years ago
  93. cf4f727 add two RSA items we need for PSS by Paul Kehrer · 11 years ago
  94. 12649af document our oldest supported openssl and deny older support by Paul Kehrer · 11 years ago
  95. 7ba305b Merge pull request #765 from public/doc-tweaks by Paul Kehrer · 11 years ago
  96. 5cb80e2 Merge pull request #766 from public/more-doc-tweaks by Paul Kehrer · 11 years ago
  97. 7904346 Update HMAC and Digest docs. by Alex Stapleton · 11 years ago
  98. 092351d Various "improvements" to the symmetric docs by Alex Stapleton · 11 years ago
  99. 838e1ac Merge pull request #761 from alex/missing-future-license by Paul Kehrer · 11 years ago
  100. 52a6fc4 Merge pull request #760 from Ayrx/add-supported-osx-version-to-docs by Alex Gaynor · 11 years ago