1. fb812d6 Use binascii.hexlify instead of just hexlify by Alex Stapleton · 11 years ago
  2. c387cf7 ECDSA SigGen.{txt,rsp} vector loader by Alex Stapleton · 11 years ago
  3. b1a610b Merge pull request #911 from public/ecdsa-vector-loader by Paul Kehrer · 11 years ago
  4. cf04860 ECDSA vector loader by Alex Stapleton · 11 years ago
  5. 762f660 Merge pull request #908 from reaperhulk/seed-support by David Reid · 11 years ago
  6. ec53c71 Merge pull request #909 from reaperhulk/doc-improvements by Alex Gaynor · 11 years ago
  7. 36b15c3 some small doc fixes by Paul Kehrer · 11 years ago
  8. 7e914c9 add SEED docs, tests, small fixes by Paul Kehrer · 11 years ago
  9. 65a890d Adding SEED cipher algorithm to openssl backends by Taewook Kang · 11 years ago
  10. fae681c Merge pull request #904 from reaperhulk/seed-bespoke-vectors by Donald Stufft · 11 years ago
  11. f62953a Merge pull request #907 from reaperhulk/move-rsa-blinding by Donald Stufft · 11 years ago
  12. cb7285b Merge pull request #906 from reaperhulk/free-some-stuff by Donald Stufft · 11 years ago
  13. 10a2fa4 linkify another thing by Paul Kehrer · 11 years ago
  14. 8eda85f move RSA blinding to rsa_cdata creation methods rather than evp_pkey by Paul Kehrer · 11 years ago
  15. 4653af0 Free some pkey ctxes we were leaking by Paul Kehrer · 11 years ago
  16. af420bd add headers to seed-cfb/seed-ofb files by Paul Kehrer · 11 years ago
  17. b64162c Merge pull request #905 from reaperhulk/fix-900 by Donald Stufft · 11 years ago
  18. 0d5503a Rearrange some EC stuff to be bound to the right ifdefs. fixes #900 by Paul Kehrer · 11 years ago
  19. d4b475a botan is just as much of a word as openssl by Paul Kehrer · 11 years ago
  20. 6d8f9b0 add SEED CFB/OFB bespoke vectors and documentation by Paul Kehrer · 11 years ago
  21. fb201e9 Merge pull request #903 from reaperhulk/seed-ecb-vectors by David Reid · 11 years ago
  22. 0ceb469 Merge pull request #901 from Ayrx/macports-instructions by Paul Kehrer · 11 years ago
  23. f0e12ac add SEED CBC vectors from rfc 4196 by Paul Kehrer · 11 years ago
  24. 1d0f973 add SEED ECB vectors from rfc 4269 by Paul Kehrer · 11 years ago
  25. 1ced5b8 Updated instructions to use a common header for each packager by Ayrx · 11 years ago
  26. 8f90c83 .rst syntax fix by Kimmo Parviainen-Jalanko · 11 years ago
  27. e01e0bf Added instructions for instalation with OpenSSL from MacPorts by Kimmo Parviainen-Jalanko · 11 years ago
  28. a98874b Merge pull request #896 from alex/rst-syntax by Paul Kehrer · 11 years ago
  29. 9bcef5e Merge pull request #897 from alex/no-more-subclasses-jumping-on-the-bed by Paul Kehrer · 11 years ago
  30. 347fd59 Replace subclassing of six.with_metaclass with a class decorator by Alex Gaynor · 11 years ago
  31. d0b06b4 Missing comma, whitespace by Alex Gaynor · 11 years ago
  32. eb5b335 Merge pull request #892 from reaperhulk/bn-fix by Alex Gaynor · 11 years ago
  33. bfecd12 BN_cmp returns an int, not a BIGNUM * by Paul Kehrer · 11 years ago
  34. 69b31c4 Merge pull request #891 from public/bn-ctx-binding by Paul Kehrer · 11 years ago
  35. c2a2ee0 BN_cmp macro by Alex Stapleton · 11 years ago
  36. e45a4b5 BN_CTX bindings by Alex Stapleton · 11 years ago
  37. f7484a5 Merge pull request #890 from alex/import-cleanup by Paul Kehrer · 11 years ago
  38. cce90d7 Merge pull request #889 from public/more-ec-bindings by Alex Gaynor · 11 years ago
  39. 6b090e8 pep8, irony by Alex Gaynor · 11 years ago
  40. 07c4dcc Some cleanups to imports by Alex Gaynor · 11 years ago
  41. 4fdd3e7 Bindings for more EC stuff by Alex Stapleton · 11 years ago
  42. 6abaf40 Merge pull request #739 from skeuomorf/dsa-backend by Paul Kehrer · 11 years ago
  43. 29474ac Add docs for DSA parameters and key generation by Mohammed Attia · 11 years ago
  44. 97c27c6 Add DSABackend by Mohammed Attia · 11 years ago
  45. 509343e Merge pull request #887 from public/rename-openssl-vectors by David Reid · 11 years ago
  46. 28b97c0 Rename vectors now we have a name for this format by Alex Stapleton · 11 years ago
  47. 74c7bc0 Merge pull request #883 from reaperhulk/deprecation-dance by Alex Gaynor · 11 years ago
  48. 21e7f13 Merge pull request #886 from skeuomorf/rsa-docs by Alex Gaynor · 11 years ago
  49. 7a574e7 Remove 'Must be at least 512.' statement from RSA's docs by Mohammed Attia · 11 years ago
  50. 9ac7c1d Add tests for DSA parameters and key generation by Mohammed Attia · 11 years ago
  51. dacefba Add generation methods and remove the optional arguments from the backend by Mohammed Attia · 11 years ago
  52. 3254741 deprecation cycle post-release instructions by Paul Kehrer · 11 years ago
  53. f877868 DummyMGF needs a _salt_length too by Paul Kehrer · 11 years ago
  54. dc378d1 move DeprecatedIn04 to utils, some kwargs changes by Paul Kehrer · 11 years ago
  55. c9a8793 address review comments by Paul Kehrer · 11 years ago
  56. ba98745 move salt_length from MGF1 to PSS and start deprecation cycle by Paul Kehrer · 11 years ago
  57. 5b2bf92 Merge pull request #884 from reaperhulk/post-release-tasks by Alex Gaynor · 11 years ago
  58. e64a5c0 Merge pull request #882 from alex/book by Paul Kehrer · 11 years ago
  59. 3bcd3e0 some updates to please the spellchecker by Paul Kehrer · 11 years ago
  60. 82cf1ba Merge pull request #885 from exarkun/X509_STORE_CTX-paraphernalia by Alex Gaynor · 11 years ago
  61. 4d6342c Bind a few APIs related to X509_STORE_CTX structures. by Jean-Paul Calderone · 11 years ago
  62. ff26c74 add new post-release tasks section to help release managers by Paul Kehrer · 11 years ago
  63. 1bcad7b Recommend @lvh's book by Alex Gaynor · 11 years ago
  64. e43360f Merge pull request #872 from saschpe/master-platlib-installation by Donald Stufft · 11 years ago
  65. 53a8124 Merge pull request #880 from public/ed25519-vectors by Alex Gaynor · 11 years ago
  66. 833a8ea Update docs by Alex Stapleton · 11 years ago
  67. 89979fa Ed25519 test vectors by Alex Stapleton · 11 years ago
  68. 8255ac2 Merge pull request #879 from public/ecdsa-vectors by Paul Kehrer · 11 years ago
  69. 07c6a39 Update docs by Alex Stapleton · 11 years ago
  70. a876337 FIPS 186-3 ECDSA CAVP vectors by Alex Stapleton · 11 years ago
  71. 65e0c81 FIPS 186-2 ECDSA CAVP vectors by Alex Stapleton · 11 years ago
  72. 5aefc9f Add key_size to GC by Mohammed Attia · 11 years ago
  73. e3fac5c Remove validation from the backend since it's already done through the API by Mohammed Attia · 11 years ago
  74. 3677eaf Add basic DSA backend methods by Mohammed Attia · 11 years ago
  75. 550f173 Merge pull request #876 from public/unsupported-algorithm-asym-tags by Paul Kehrer · 11 years ago
  76. df16f4a fix pep8 errors by Alex Stapleton · 11 years ago
  77. c549205 Add custom 'install' command class by Sascha Peilicke · 11 years ago
  78. 976945d Add _Reasons.UNSUPPORTED_PUBLIC_KEY_ALGORITHM by Alex Stapleton · 11 years ago
  79. 6216357 Add _Reasons.UNSUPPORTED_MGF by Alex Stapleton · 11 years ago
  80. 476682a Merge pull request #869 from skeuomorf/dsa-private-key by Paul Kehrer · 11 years ago
  81. 230457a Add DSA private key api, docs and tests by Mohammed Attia · 11 years ago
  82. 99b0b1f Merge pull request #870 from skeuomorf/dsa-public-key by Paul Kehrer · 11 years ago
  83. 3b1e6e4 Merge pull request #871 from Ayrx/add-skip-test by Alex Gaynor · 11 years ago
  84. ed63a79 Add test skip if interfaces.Mode is not supported by Ayrx · 11 years ago
  85. 5b50613 Add DSA public key api, docs and tests by Mohammed Attia · 11 years ago
  86. a7f6edf Merge pull request #868 from skeuomorf/dsa-parameters by Paul Kehrer · 11 years ago
  87. 323ef6c Merge pull request #867 from public/ecdsa-bindings by Paul Kehrer · 11 years ago
  88. 24171cc Add DSA parameters api, docs and tests by Mohammed Attia · 11 years ago
  89. 5821404 ECDSA bindings by Alex Stapleton · 11 years ago
  90. ea5d736 Merge pull request #866 from reaperhulk/expand-pkcs1-loader by Alex Gaynor · 11 years ago
  91. 90f380d Merge pull request #865 from reaperhulk/new-evp-pkey-functions by Alex Gaynor · 11 years ago
  92. b9060a2 workaround 0.9.8 madness by creating our own madness by Paul Kehrer · 11 years ago
  93. 3fe9150 expand pkcs1 loader to support OAEP as well by Paul Kehrer · 11 years ago
  94. 0a62ae1 add EVP_PKEY encrypt/decrypt functions by Paul Kehrer · 11 years ago
  95. 493c9bd Merge pull request #864 from public/code-review-docs by Paul Kehrer · 11 years ago
  96. a678ae0 Make code review docs friendlier by Alex Stapleton · 11 years ago
  97. 50b23b0 Merge pull request #863 from reaperhulk/add-key-fingerprint by Alex Gaynor · 11 years ago
  98. ef38dc6 add my key fingerprint since I've signed a few releases with it by Paul Kehrer · 11 years ago
  99. a32dfde Merge pull request #857 from Lukasa/master by Paul Kehrer · 11 years ago
  100. 9341ddc Remove extraneous spaces. by Cory Benfield · 11 years ago