1. 34b6ae7 Fail tests if our coverage is less than 100% by Donald Stufft · 11 years ago
  2. 107b74e Merge pull request #141 from reaperhulk/block-cipher-buffer-sizing by Alex Gaynor · 11 years ago
  3. c3a2b42 Unaligned block encryption test by Paul Kehrer · 11 years ago
  4. 3b87290 fix #140. properly size char buffer for encryption by Paul Kehrer · 11 years ago
  5. c113b32 add a macro to reduce method calls in api.py by Paul Kehrer · 11 years ago
  6. e16bdfd Merge pull request #131 from cyli/x509v3 by Alex Gaynor · 11 years ago
  7. afc9c32 Add some functions to the macros section since they changed from non-const to const between openssl versions by cyli · 11 years ago
  8. 75db748 Merge pull request #136 from cyli/pem by Alex Gaynor · 11 years ago
  9. de372c3 Do not redefine EVP_CIPHER by cyli · 11 years ago
  10. 9201169 Add initial bindings by cyli · 11 years ago
  11. 37e3056 Move macro things to macros by cyli · 11 years ago
  12. 91d2369 Add bindings for x509v3 by cyli · 11 years ago
  13. 867bba9 Merge pull request #138 from dreid/clang-builds by Alex Gaynor · 11 years ago
  14. 1ceee69 Merge pull request #139 from alex/pkcs12-fix by David Reid · 11 years ago
  15. bf96bf9 Move these to macros, the exact type of these functions changes by deifne by Alex Gaynor · 11 years ago
  16. 3ff9b37 Add clang to the build matrix. by David Reid · 11 years ago
  17. 64fdae0 Merge pull request #132 from alex/bind-pkcs12 by Donald Stufft · 11 years ago
  18. 00d9856 Merge pull request #137 from alex/alphabetize by Donald Stufft · 11 years ago
  19. 107a14b Alphebetize these things. by Alex Gaynor · 11 years ago
  20. b4b5455 Merge pull request #135 from cyli/nid by Alex Gaynor · 11 years ago
  21. 2984b3f Merge branch 'master' into bind-pkcs12 by Alex Gaynor · 11 years ago
  22. c21f968 Merge pull request #126 from cyli/x509 by Alex Gaynor · 11 years ago
  23. 175ba67 Add bindings for nid by cyli · 11 years ago
  24. 01451eb One more macro with a confusing error by cyli · 11 years ago
  25. 80b95ed Move macros to macros, and some functions that have changed between versions to macros by cyli · 11 years ago
  26. 1494e3e Merge pull request #125 from reaperhulk/hash-saga-ripeness by Donald Stufft · 11 years ago
  27. 86c6564 Do not redefine time_t, since asn1 already defines it. by cyli · 11 years ago
  28. e89657d Add x509 bindings by cyli · 11 years ago
  29. 617c0c7 Merge pull request #127 from cyli/x509name by Donald Stufft · 11 years ago
  30. c179407 ripemd160 support + long string hash test by Paul Kehrer · 11 years ago
  31. 3069921 Merge pull request #124 from reaperhulk/hash-saga-sha2 by Donald Stufft · 11 years ago
  32. 7e5697c SHA-2 family support by Paul Kehrer · 11 years ago
  33. a3011be Merge pull request #123 from reaperhulk/hash-saga-sha1 by Donald Stufft · 11 years ago
  34. fc1c831 Move some things from functions to macros by cyli · 11 years ago
  35. 3b7730c change name to str by Paul Kehrer · 11 years ago
  36. ba3b471 change api.supports_hash to take a hash class rather than a str by Paul Kehrer · 11 years ago
  37. 90d2a77 Merge pull request #133 from alex/bind-pkcs7 by Donald Stufft · 11 years ago
  38. bb069c2 remove unneeded lambdas from tests by Paul Kehrer · 11 years ago
  39. c0c9fe7 Added bindings for pkcs7. Refs #77 by Alex Gaynor · 11 years ago
  40. f6c61eb Merge pull request #121 from reaperhulk/hash-saga-loaders by Donald Stufft · 11 years ago
  41. 5762647 Bind pkcs12. Refs #77 -- blocked by the x509 work by Alex Gaynor · 11 years ago
  42. 6602168 Add bindings for x509name by cyli · 11 years ago
  43. c106175 Merge pull request #115 from dreid/asn1 by Donald Stufft · 11 years ago
  44. 7a1b245 Merge pull request #129 from alex/bind-more-evp by Donald Stufft · 11 years ago
  45. 85ec8db Add a space between arguments per the style guide. by David Reid · 11 years ago
  46. caa37ad Bind teh remainder of EVP by Alex Gaynor · 11 years ago
  47. bde6fb5 Hash Saga Part 3 - API changes + SHA1 support + tests by Paul Kehrer · 11 years ago
  48. 68f71f0 Merge pull request #122 from alex/mongodb-fixed by David Reid · 11 years ago
  49. 87cd0db update loader and test to handle lines with brackets by Paul Kehrer · 11 years ago
  50. 79c16e9 alphabetical import order and quote consistency... by Paul Kehrer · 11 years ago
  51. 69e0652 hash vector loader and tests by Paul Kehrer · 11 years ago
  52. 3076c22 Allegedly MongoDB fixed itself by Alex Gaynor · 11 years ago
  53. 5e7ce71 More whitespace for great good. by David Reid · 11 years ago
  54. 4e542de Merge pull request #120 from alex/fix-mongo-right-way by Donald Stufft · 11 years ago
  55. 8fc770a Merge pull request #119 from reaperhulk/openssl-evp-md-bindings by Alex Gaynor · 11 years ago
  56. f613095 Fix this in the right way by Alex Gaynor · 11 years ago
  57. e770c8b Merge pull request #118 from alex/document-c-style-guide by David Reid · 11 years ago
  58. 1e8744a DOcument the use of spaces here by Alex Gaynor · 11 years ago
  59. 86e221f add OpenSSL EVP_MD* functions for upcoming cryptographic hash support by Paul Kehrer · 11 years ago
  60. e6466a5 Document our style guide for C bindings by Alex Gaynor · 11 years ago
  61. a6cc54b Merge pull request #117 from alex/mongodb-is-bad by Donald Stufft · 11 years ago
  62. 4f7093c Fix? by Alex Gaynor · 11 years ago
  63. 4a5d36f Silence failures here because MongoDB's apt-repo broke stuff by Alex Gaynor · 11 years ago
  64. b3fcc9b Move some stuff that doesn't pass verification because reasons to the MACROS section. by David Reid · 11 years ago
  65. 64eacda ASN1 because someone had to do it. Refs #77 by David Reid · 11 years ago
  66. 487b71a Merge pull request #80 from reaperhulk/evp-md by David Reid · 11 years ago
  67. ad4f267 remove raw whirlpool vectors (formatted vectors already committed) by Paul Kehrer · 11 years ago
  68. f17b344 Merge pull request #113 from alex/remove-name by Donald Stufft · 11 years ago
  69. 3bdc6b6 Removed name fro BlockCipher -- it's arbitrarily based on the format openssl uses for *some* ciphers by Alex Gaynor · 11 years ago
  70. 7c1610a Merge pull request #111 from reaperhulk/abc-decorators by Alex Gaynor · 11 years ago
  71. b03527f change abstract base class registration to use a decorator in modes by Paul Kehrer · 11 years ago
  72. b8f6a36 Merge pull request #104 from reaperhulk/ctr-support by Alex Gaynor · 11 years ago
  73. 89b3dd3 additional doc work on ctr by Paul Kehrer · 11 years ago
  74. 4506428 ctr doc language take 3 by Paul Kehrer · 11 years ago
  75. 0ba2f94 remove confusing explanation about reusing nonce in counter mode docs by Paul Kehrer · 11 years ago
  76. 389892f update docs to roughly describe many time pad attack & link cbc by Paul Kehrer · 11 years ago
  77. d0ec60e AES Counter support by Paul Kehrer · 11 years ago
  78. 169dee8 Merge pull request #107 from alex/ignore-htmlcov by Donald Stufft · 11 years ago
  79. 9a76847 Merge pull request #106 from alex/duplication-reduction by Donald Stufft · 11 years ago
  80. b98118f Merge pull request #105 from Ivoz/ssl-fix by Alex Gaynor · 11 years ago
  81. e417e67 Ignore the htmlcov dir by Alex Gaynor · 11 years ago
  82. 745c95c flake8 fixes by Alex Gaynor · 11 years ago
  83. 0d381b7 Unit test the test harness by Alex Gaynor · 11 years ago
  84. f55da9d Yolo by Alex Gaynor · 11 years ago
  85. fb39b3f Rewrite to avoid capitalization issues by Alex Gaynor · 11 years ago
  86. 512dd69 Move around the skip logic by Alex Gaynor · 11 years ago
  87. a20631d Consolidate this list by Alex Gaynor · 11 years ago
  88. 016eed1 Ported openssl vector tests by Alex Gaynor · 11 years ago
  89. 48ac3e6 Explicitly add ssl.h as dependency by Matthew Iversen · 11 years ago
  90. bd458ae Missed file by Alex Gaynor · 11 years ago
  91. 1fe70b1 Start of the great refactoring by Alex Gaynor · 11 years ago
  92. 1ab3aa4 Merge pull request #103 from alex/style-fixes by Donald Stufft · 11 years ago
  93. aefd08b Merge pull request #72 from reaperhulk/camellia-support by Alex Gaynor · 11 years ago
  94. f542778 use the pragmas consistently. by Paul Kehrer · 11 years ago
  95. 5461e99 A handful of small style fixes by Alex Gaynor · 11 years ago
  96. 3be7983 Merge pull request #100 from reaperhulk/openssl-bio-bindings by Alex Gaynor · 11 years ago
  97. 6025086 openssl initial bio support (refs #77) by Paul Kehrer · 11 years ago
  98. 20034b1 add pragma: no cover to handle coverage in the tests for the moment by Paul Kehrer · 11 years ago
  99. 760dbf0 Merge pull request #102 from reaperhulk/openssl-conf-support by Alex Gaynor · 11 years ago
  100. 7189fed Merge pull request #101 from reaperhulk/openssl-mem-dbg-support by Alex Gaynor · 11 years ago