1. 30e574e Added backend check to twofactor primitives by Ayrx · 11 years ago
  2. b8a9c9e Merge pull request #791 from reaperhulk/098e-fix by Alex Gaynor · 11 years ago
  3. 2c69aba RHEL 5's inaccurate OPENSSL_VERSION_NUMBER is a real pain by Paul Kehrer · 11 years ago
  4. a83d218 Merge pull request #790 from reaperhulk/098b-sigh by Alex Gaynor · 11 years ago
  5. 6274991 complete 0.9.8b PR by Paul Kehrer · 11 years ago
  6. ccdd04c Add support for openssl 0.9.8b by Arturo Filastò · 11 years ago
  7. b3231a1 Merge pull request #788 from reaperhulk/vector-script-should-work by Alex Gaynor · 11 years ago
  8. 9b0705b Merge pull request #784 from reaperhulk/fix-783 by Laurens Van Houtven · 11 years ago
  9. 3f6d7e7 fix vector generation/verification scripts for IDEA by Paul Kehrer · 11 years ago
  10. 80b8cfa Merge pull request #782 from reaperhulk/enable-idea-cipher by Alex Gaynor · 11 years ago
  11. c4d9141 partially deopaque SSL_CTX to support a pyopenssl use case. fixes #783 by Paul Kehrer · 11 years ago
  12. 7ba0c01 add IDEA support for CBC, CFB, OFB + tests for all IDEA by Paul Kehrer · 11 years ago
  13. cc23b5b Merge pull request #780 from reaperhulk/openssl-102-compat by Alex Gaynor · 11 years ago
  14. e5dc122 basic IDEA ECB support for OpenSSL backend by Paul Kehrer · 11 years ago
  15. c760817 small bindings change to make cryptography work with openssl 1.0.2 by Paul Kehrer · 11 years ago
  16. c99c214 Merge pull request #396 from reaperhulk/idea-bespoke-vectors by Hynek Schlawack · 11 years ago
  17. 7e0a313 Merge pull request #776 from reaperhulk/nist-rsa-loader by Hynek Schlawack · 11 years ago
  18. 24d5db8 style fixes by Paul Kehrer · 11 years ago
  19. a5f0037 close the open files in generate/verify by Paul Kehrer · 11 years ago
  20. 2f2a206 add FIPS RSA test loader + tests by Paul Kehrer · 11 years ago
  21. e654ce5 Merge pull request #774 from reaperhulk/fix-773 by Alex Gaynor · 11 years ago
  22. b9fefd0 change all our static const ints to longs in ssl.py by Paul Kehrer · 11 years ago
  23. a4796a7 this define is too large for a 32-bit integer. fixes #773 by Paul Kehrer · 11 years ago
  24. 933afee Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interface by Alex Gaynor · 11 years ago
  25. d9c879f Merge pull request #771 from reaperhulk/rsa-err-symbols by Alex Gaynor · 11 years ago
  26. b116bfd Merge pull request #770 from reaperhulk/document-some-versions by Alex Gaynor · 11 years ago
  27. 06c7793 add mgf1_hash_supported to the RSABackend interface by Paul Kehrer · 11 years ago
  28. cf4f727 add two RSA items we need for PSS by Paul Kehrer · 11 years ago
  29. 12649af document our oldest supported openssl and deny older support by Paul Kehrer · 11 years ago
  30. 7ba305b Merge pull request #765 from public/doc-tweaks by Paul Kehrer · 11 years ago
  31. 5cb80e2 Merge pull request #766 from public/more-doc-tweaks by Paul Kehrer · 11 years ago
  32. 7904346 Update HMAC and Digest docs. by Alex Stapleton · 11 years ago
  33. 092351d Various "improvements" to the symmetric docs by Alex Stapleton · 11 years ago
  34. 838e1ac Merge pull request #761 from alex/missing-future-license by Paul Kehrer · 11 years ago
  35. 52a6fc4 Merge pull request #760 from Ayrx/add-supported-osx-version-to-docs by Alex Gaynor · 11 years ago
  36. 27ddaba flake8 by Alex Gaynor · 11 years ago
  37. c37feed Added future imports and licenses that are missing by Alex Gaynor · 11 years ago
  38. ae28ca2 update headers, add verification code by Paul Kehrer · 11 years ago
  39. c44e0f0 Added note in documentation about OS X version support by Ayrx · 11 years ago
  40. bf2a9d9 Merge branch 'master' into idea-bespoke-vectors by Paul Kehrer · 11 years ago
  41. 78c2f2d Merge pull request #744 from Ayrx/osx-version-check by Paul Kehrer · 11 years ago
  42. 3558fd0 Fixed python3 incompatibility by Ayrx · 11 years ago
  43. 4dd97e5 Removed dependency on setuptools for version check by Ayrx · 11 years ago
  44. c24003e Merge pull request #748 from reaperhulk/098e-compat by Alex Gaynor · 11 years ago
  45. fd44306 don't need to move these definitions by Paul Kehrer · 11 years ago
  46. e9a9585 conditional NIDs for 0.9.8e by Paul Kehrer · 11 years ago
  47. 128e331 Merge pull request #758 from reaperhulk/x509-098e by Alex Gaynor · 11 years ago
  48. 667182f Merge pull request #757 from reaperhulk/ssl-098e-changes by Alex Gaynor · 11 years ago
  49. a6b57eb Merge pull request #755 from reaperhulk/conditional-error-bindings by Alex Gaynor · 11 years ago
  50. 687816c Merge pull request #753 from reaperhulk/move-nids by David Reid · 11 years ago
  51. 0552be0 Merge pull request #754 from reaperhulk/bio-macro by Alex Gaynor · 11 years ago
  52. 85527e0 Merge pull request #756 from reaperhulk/evp-macros by Alex Gaynor · 11 years ago
  53. 29b3e12 Merge pull request #752 from reaperhulk/aes-wrap-conditional by Alex Gaynor · 11 years ago
  54. 1a576e4 x509 changes for 0.9.8e support by Paul Kehrer · 11 years ago
  55. ba26ece more changes for 0.9.8e support, this time in the ssl.h headers by Paul Kehrer · 11 years ago
  56. 1e50046 macro switches in evp for 0.9.8e by Paul Kehrer · 11 years ago
  57. 2e44b71 bind some error constants conditionally for 0.9.8e support by Paul Kehrer · 11 years ago
  58. c7a6f1d BIO macro switch for 0.9.8e support by Paul Kehrer · 11 years ago
  59. a60e34e move some nids by Paul Kehrer · 11 years ago
  60. 86210d7 conditionally bind AES_wrap/unwrap for 0.9.8e support by Paul Kehrer · 11 years ago
  61. 718e871 Merge pull request #751 from lvh/master by Alex Gaynor · 11 years ago
  62. 61bea0e Add GPG key fingerprint for lvh by Laurens Van Houtven · 11 years ago
  63. dc77ed3 Merge pull request #750 from reaperhulk/update-098e by Alex Gaynor · 11 years ago
  64. 3bb4c0d change comparison to be easier to read by Paul Kehrer · 11 years ago
  65. 1fbdf80 ridiculous workaround time by Paul Kehrer · 11 years ago
  66. 792eef3 Merge pull request #747 from alex/exception-heirarchy-refactor by Paul Kehrer · 11 years ago
  67. 2a69b48 whoops by Alex Gaynor · 11 years ago
  68. d932f66 Merge pull request #746 from skeuomorf/dsa-binding by Alex Gaynor · 11 years ago
  69. a68827f Missing imports by Alex Gaynor · 11 years ago
  70. c6a6f31 Convert stuff by Alex Gaynor · 11 years ago
  71. 8b34793 Merge branch 'master' into exception-heirarchy-refactor by Alex Gaynor · 11 years ago
  72. 86bc00f Add binding for DSA_new by Mohammed Attia · 11 years ago
  73. e4880e6 Fix drop in coverage levels by removing branches by Ayrx · 11 years ago
  74. 9ec8ed7 Added check to turn of CC backend for OS X version < 10.8 by Ayrx · 11 years ago
  75. 1e8aa9b Merge pull request #741 from alex/consistency by Hynek Schlawack · 11 years ago
  76. 5894d9b Be consistent with how we do this elsewhereh by Alex Gaynor · 11 years ago
  77. 01e8ac3 Merge pull request #738 from alex/non-opaque-curve by David Reid · 11 years ago
  78. 05c37cc Simplify by Alex Gaynor · 11 years ago
  79. e928195 Try to make this not-opaque. Might not work on CentOS by Alex Gaynor · 11 years ago
  80. 138c12c Merge pull request #736 from skeuomorf/bitlength by Alex Gaynor · 11 years ago
  81. b1ab222 Use the bit_length function from utils in RSA by Mohammed Attia · 11 years ago
  82. cd2a1a8 Add bit_length function to utils by Mohammed Attia · 11 years ago
  83. e889cc2 Merge pull request #733 from alex/more-ec-names by Donald Stufft · 11 years ago
  84. 8760bb0 Merge pull request #729 from alex/install-pep8-naming by Donald Stufft · 11 years ago
  85. 2bfc614 Merge pull request #734 from reaperhulk/more-ec-why-not by Alex Gaynor · 11 years ago
  86. 27898f4 Ugh, C by Alex Gaynor · 11 years ago
  87. 664030c Fix for systems without EC by Alex Gaynor · 11 years ago
  88. 0194b98 Merge pull request #730 from skeuomorf/master by Alex Gaynor · 11 years ago
  89. a5c58b9 Expose the fields by Alex Gaynor · 11 years ago
  90. 1125a15 add a bunch of EC NID/SN bindings for #732 by Paul Kehrer · 11 years ago
  91. 2619da7 pff by Alex Gaynor · 11 years ago
  92. e16ebfb Expose EC_get_builtin_curves by Alex Gaynor · 11 years ago
  93. 6858cd4 The worst. by Alex Gaynor · 11 years ago
  94. 890fd36 Added myself to AUTHORS by Mohammed Attia · 11 years ago
  95. 826b374 Merge pull request #719 from skeuomorf/master by Paul Kehrer · 11 years ago
  96. acac6a6 Follow the rules by Alex Gaynor · 11 years ago
  97. 2569323 Install pep8-naming on travis by Alex Gaynor · 11 years ago
  98. aee8b1a Merge pull request #683 from reaperhulk/pep8-naming by Alex Gaynor · 11 years ago
  99. 8566cac Merge pull request #723 from reaperhulk/nist-rsa-vectors by Alex Gaynor · 11 years ago
  100. 29aa3aa Merge remote-tracking branch 'upstream/master' by Mohammed Attia · 11 years ago