1. 69e0652 hash vector loader and tests by Paul Kehrer · 11 years ago
  2. 4e542de Merge pull request #120 from alex/fix-mongo-right-way by Donald Stufft · 11 years ago
  3. 8fc770a Merge pull request #119 from reaperhulk/openssl-evp-md-bindings by Alex Gaynor · 11 years ago
  4. f613095 Fix this in the right way by Alex Gaynor · 11 years ago
  5. e770c8b Merge pull request #118 from alex/document-c-style-guide by David Reid · 11 years ago
  6. 1e8744a DOcument the use of spaces here by Alex Gaynor · 11 years ago
  7. 86e221f add OpenSSL EVP_MD* functions for upcoming cryptographic hash support by Paul Kehrer · 11 years ago
  8. e6466a5 Document our style guide for C bindings by Alex Gaynor · 11 years ago
  9. a6cc54b Merge pull request #117 from alex/mongodb-is-bad by Donald Stufft · 11 years ago
  10. 4f7093c Fix? by Alex Gaynor · 11 years ago
  11. 4a5d36f Silence failures here because MongoDB's apt-repo broke stuff by Alex Gaynor · 11 years ago
  12. 487b71a Merge pull request #80 from reaperhulk/evp-md by David Reid · 11 years ago
  13. ad4f267 remove raw whirlpool vectors (formatted vectors already committed) by Paul Kehrer · 11 years ago
  14. f17b344 Merge pull request #113 from alex/remove-name by Donald Stufft · 11 years ago
  15. 3bdc6b6 Removed name fro BlockCipher -- it's arbitrarily based on the format openssl uses for *some* ciphers by Alex Gaynor · 11 years ago
  16. 7c1610a Merge pull request #111 from reaperhulk/abc-decorators by Alex Gaynor · 11 years ago
  17. b03527f change abstract base class registration to use a decorator in modes by Paul Kehrer · 11 years ago
  18. b8f6a36 Merge pull request #104 from reaperhulk/ctr-support by Alex Gaynor · 11 years ago
  19. 89b3dd3 additional doc work on ctr by Paul Kehrer · 11 years ago
  20. 4506428 ctr doc language take 3 by Paul Kehrer · 11 years ago
  21. 0ba2f94 remove confusing explanation about reusing nonce in counter mode docs by Paul Kehrer · 11 years ago
  22. 389892f update docs to roughly describe many time pad attack & link cbc by Paul Kehrer · 11 years ago
  23. d0ec60e AES Counter support by Paul Kehrer · 11 years ago
  24. 169dee8 Merge pull request #107 from alex/ignore-htmlcov by Donald Stufft · 11 years ago
  25. 9a76847 Merge pull request #106 from alex/duplication-reduction by Donald Stufft · 11 years ago
  26. b98118f Merge pull request #105 from Ivoz/ssl-fix by Alex Gaynor · 11 years ago
  27. e417e67 Ignore the htmlcov dir by Alex Gaynor · 11 years ago
  28. 745c95c flake8 fixes by Alex Gaynor · 11 years ago
  29. 0d381b7 Unit test the test harness by Alex Gaynor · 11 years ago
  30. f55da9d Yolo by Alex Gaynor · 11 years ago
  31. fb39b3f Rewrite to avoid capitalization issues by Alex Gaynor · 11 years ago
  32. 512dd69 Move around the skip logic by Alex Gaynor · 11 years ago
  33. a20631d Consolidate this list by Alex Gaynor · 11 years ago
  34. 016eed1 Ported openssl vector tests by Alex Gaynor · 11 years ago
  35. 48ac3e6 Explicitly add ssl.h as dependency by Matthew Iversen · 11 years ago
  36. bd458ae Missed file by Alex Gaynor · 11 years ago
  37. 1fe70b1 Start of the great refactoring by Alex Gaynor · 11 years ago
  38. 1ab3aa4 Merge pull request #103 from alex/style-fixes by Donald Stufft · 11 years ago
  39. aefd08b Merge pull request #72 from reaperhulk/camellia-support by Alex Gaynor · 11 years ago
  40. f542778 use the pragmas consistently. by Paul Kehrer · 11 years ago
  41. 5461e99 A handful of small style fixes by Alex Gaynor · 11 years ago
  42. 3be7983 Merge pull request #100 from reaperhulk/openssl-bio-bindings by Alex Gaynor · 11 years ago
  43. 6025086 openssl initial bio support (refs #77) by Paul Kehrer · 11 years ago
  44. 20034b1 add pragma: no cover to handle coverage in the tests for the moment by Paul Kehrer · 11 years ago
  45. 760dbf0 Merge pull request #102 from reaperhulk/openssl-conf-support by Alex Gaynor · 11 years ago
  46. 7189fed Merge pull request #101 from reaperhulk/openssl-mem-dbg-support by Alex Gaynor · 11 years ago
  47. f4734db skeleton openssl conf support refs #77 by Paul Kehrer · 11 years ago
  48. 26aa738 add some openssl CRYPTO_* methods for memory debugging. refs #77 by Paul Kehrer · 11 years ago
  49. 6206e1e Merge pull request #99 from reaperhulk/cffi-load-types-first by Alex Gaynor · 11 years ago
  50. 94efe72 loop over functions and macros separately rather than using zip by Paul Kehrer · 11 years ago
  51. 01e3201 Load types from all cffi modules before declaring functions or macros by Paul Kehrer · 11 years ago
  52. 5dd35ab Merge pull request #98 from reaperhulk/openssl-engine-bindings by Donald Stufft · 11 years ago
  53. 5b16077 Initial bindings for OpenSSL ENGINE support. by Paul Kehrer · 11 years ago
  54. 7c26ce8 Merge pull request #97 from reaperhulk/openssl-err-bindings by Alex Gaynor · 11 years ago
  55. 5b6fd58 add openssl err bindings by Paul Kehrer · 11 years ago
  56. e699809 Merge pull request #96 from reaperhulk/mailing-list by Alex Gaynor · 11 years ago
  57. c01ddc8 update readme to add mailing list link and IRC info by Paul Kehrer · 11 years ago
  58. 72a6ff5 change camellia keysize to frozenset to match recent PR by Paul Kehrer · 11 years ago
  59. 84bb1bb remove openssl api dependency in test_openssl_vectors by Paul Kehrer · 11 years ago
  60. f2ce1ae rebase and modify to support some changed behaviors by Paul Kehrer · 11 years ago
  61. efe0189 add pytest.ini with flags to show skipped test reasons, revert tox.ini by Paul Kehrer · 11 years ago
  62. dff22d4 Camellia block cipher support by Paul Kehrer · 11 years ago
  63. 867b979 lower ciphername, add api supports, improved assertion message by Paul Kehrer · 11 years ago
  64. 20d5e91 Merge pull request #95 from mwielgoszewski/aes-keysize-frozenset by Alex Gaynor · 11 years ago
  65. 1e2d1f2 Make key_sizes a frozenset, since these are/should be immutable by Marcin Wielgoszewski · 11 years ago
  66. dce1209 Merge pull request #94 from alex/fix-comment by Donald Stufft · 11 years ago
  67. 7587ded This is a comment, not a command run in a root shell by Alex Gaynor · 11 years ago
  68. 4d511da Merge pull request #91 from alex/branch-cov by Donald Stufft · 11 years ago
  69. 309bcf6 Merge pull request #93 from alex/highlight-better by Donald Stufft · 11 years ago
  70. ae5c907 Use the right lexer for these examples by Alex Gaynor · 11 years ago
  71. b643b80 Merge pull request #92 from reaperhulk/rand-bindings by Alex Gaynor · 11 years ago
  72. 7b5a359 Enable branch coverage by Alex Gaynor · 11 years ago
  73. 9283010 rand bindings for openssl (refs #77) by Paul Kehrer · 11 years ago
  74. a148c31 Merge pull request #90 from reaperhulk/rsa-bindings by Alex Gaynor · 11 years ago
  75. 64c0fd9 jokers to the left, pointers to the right by Paul Kehrer · 11 years ago
  76. dddbc83 too many rsas makes me rsa blind by Paul Kehrer · 11 years ago
  77. 31f4047 remove local variable names from function declarations by Paul Kehrer · 11 years ago
  78. 1f33553 Bindings for OpenSSL's RSA. Refs #77 by Paul Kehrer · 11 years ago
  79. 5babb22 Merge pull request #86 from pyca/bind-dh by Donald Stufft · 11 years ago
  80. 635ff50 Merge branch 'master' into bind-dh by Alex Gaynor · 11 years ago
  81. 66f225c Merge pull request #87 from pyca/bind-dsa by Donald Stufft · 11 years ago
  82. 89ce406 Merge branch 'master' into bind-dsa by Alex Gaynor · 11 years ago
  83. 07877f4 Merge pull request #88 from pyca/bind-crypto by Donald Stufft · 11 years ago
  84. 313d5fd Merge pull request #89 from dstufft/rename-repo by Alex Gaynor · 11 years ago
  85. 8570794 Switch all repositories over to the new location by Donald Stufft · 11 years ago
  86. 2121d4a Bind OpenSSL's crypto. Refs #77 by Alex Gaynor · 11 years ago
  87. ce91686 Added bindings for OpenSSL's DSA. Refs #77. by Alex Gaynor · 11 years ago
  88. 96461f9 Bind OpenSSL's DH. Refs #77 by Alex Gaynor · 11 years ago
  89. 0f96716 Merge pull request #85 from alex/explicit-api by Donald Stufft · 11 years ago
  90. 81a5287 Use a None default so composition is easier by Alex Gaynor · 11 years ago
  91. 548467c Make default_api private by Alex Gaynor · 11 years ago
  92. ff61cd3 Run coverage from the outside so it sees everything by Alex Gaynor · 11 years ago
  93. 814efab Explicitly pass around the API, and run all tests under all available APIs by Alex Gaynor · 11 years ago
  94. 14fdcd1 Merge pull request #84 from hynek/typo by Alex Gaynor · 11 years ago
  95. 5cb03b2 Fix typo in OpenSSL bindings docs by Hynek Schlawack · 11 years ago
  96. ca197be Merge pull request #83 from alex/fingerprints by Donald Stufft · 11 years ago
  97. 29e9ead Typo fix by Alex Gaynor · 11 years ago
  98. b4a5647 Single line by Alex Gaynor · 11 years ago
  99. 44c5b7a Merge pull request #76 from alex/bind-bignum by Donald Stufft · 11 years ago
  100. d88fd68 Include key finger prints in AUTHORS.rst by Alex Gaynor · 11 years ago