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