1. 016eed1 Ported openssl vector tests by Alex Gaynor · 12 years ago
  2. bd458ae Missed file by Alex Gaynor · 12 years ago
  3. 1fe70b1 Start of the great refactoring by Alex Gaynor · 12 years ago
  4. 1ab3aa4 Merge pull request #103 from alex/style-fixes by Donald Stufft · 12 years ago
  5. aefd08b Merge pull request #72 from reaperhulk/camellia-support by Alex Gaynor · 12 years ago
  6. f542778 use the pragmas consistently. by Paul Kehrer · 12 years ago
  7. 5461e99 A handful of small style fixes by Alex Gaynor · 12 years ago
  8. 3be7983 Merge pull request #100 from reaperhulk/openssl-bio-bindings by Alex Gaynor · 12 years ago
  9. 6025086 openssl initial bio support (refs #77) by Paul Kehrer · 12 years ago
  10. 20034b1 add pragma: no cover to handle coverage in the tests for the moment by Paul Kehrer · 12 years ago
  11. 760dbf0 Merge pull request #102 from reaperhulk/openssl-conf-support by Alex Gaynor · 12 years ago
  12. 7189fed Merge pull request #101 from reaperhulk/openssl-mem-dbg-support by Alex Gaynor · 12 years ago
  13. f4734db skeleton openssl conf support refs #77 by Paul Kehrer · 12 years ago
  14. 26aa738 add some openssl CRYPTO_* methods for memory debugging. refs #77 by Paul Kehrer · 12 years ago
  15. 6206e1e Merge pull request #99 from reaperhulk/cffi-load-types-first by Alex Gaynor · 12 years ago
  16. 94efe72 loop over functions and macros separately rather than using zip by Paul Kehrer · 12 years ago
  17. 01e3201 Load types from all cffi modules before declaring functions or macros by Paul Kehrer · 12 years ago
  18. 5dd35ab Merge pull request #98 from reaperhulk/openssl-engine-bindings by Donald Stufft · 12 years ago
  19. 5b16077 Initial bindings for OpenSSL ENGINE support. by Paul Kehrer · 12 years ago
  20. 7c26ce8 Merge pull request #97 from reaperhulk/openssl-err-bindings by Alex Gaynor · 12 years ago
  21. 5b6fd58 add openssl err bindings by Paul Kehrer · 12 years ago
  22. e699809 Merge pull request #96 from reaperhulk/mailing-list by Alex Gaynor · 12 years ago
  23. c01ddc8 update readme to add mailing list link and IRC info by Paul Kehrer · 12 years ago
  24. 72a6ff5 change camellia keysize to frozenset to match recent PR by Paul Kehrer · 12 years ago
  25. 84bb1bb remove openssl api dependency in test_openssl_vectors by Paul Kehrer · 12 years ago
  26. f2ce1ae rebase and modify to support some changed behaviors by Paul Kehrer · 12 years ago
  27. efe0189 add pytest.ini with flags to show skipped test reasons, revert tox.ini by Paul Kehrer · 12 years ago
  28. dff22d4 Camellia block cipher support by Paul Kehrer · 12 years ago
  29. 867b979 lower ciphername, add api supports, improved assertion message by Paul Kehrer · 12 years ago
  30. 20d5e91 Merge pull request #95 from mwielgoszewski/aes-keysize-frozenset by Alex Gaynor · 12 years ago
  31. 1e2d1f2 Make key_sizes a frozenset, since these are/should be immutable by Marcin Wielgoszewski · 12 years ago
  32. dce1209 Merge pull request #94 from alex/fix-comment by Donald Stufft · 12 years ago
  33. 7587ded This is a comment, not a command run in a root shell by Alex Gaynor · 12 years ago
  34. 4d511da Merge pull request #91 from alex/branch-cov by Donald Stufft · 12 years ago
  35. 309bcf6 Merge pull request #93 from alex/highlight-better by Donald Stufft · 12 years ago
  36. ae5c907 Use the right lexer for these examples by Alex Gaynor · 12 years ago
  37. b643b80 Merge pull request #92 from reaperhulk/rand-bindings by Alex Gaynor · 12 years ago
  38. 7b5a359 Enable branch coverage by Alex Gaynor · 12 years ago
  39. 9283010 rand bindings for openssl (refs #77) by Paul Kehrer · 12 years ago
  40. a148c31 Merge pull request #90 from reaperhulk/rsa-bindings by Alex Gaynor · 12 years ago
  41. 64c0fd9 jokers to the left, pointers to the right by Paul Kehrer · 12 years ago
  42. dddbc83 too many rsas makes me rsa blind by Paul Kehrer · 12 years ago
  43. 31f4047 remove local variable names from function declarations by Paul Kehrer · 12 years ago
  44. 1f33553 Bindings for OpenSSL's RSA. Refs #77 by Paul Kehrer · 12 years ago
  45. 5babb22 Merge pull request #86 from pyca/bind-dh by Donald Stufft · 12 years ago
  46. 635ff50 Merge branch 'master' into bind-dh by Alex Gaynor · 12 years ago
  47. 66f225c Merge pull request #87 from pyca/bind-dsa by Donald Stufft · 12 years ago
  48. 89ce406 Merge branch 'master' into bind-dsa by Alex Gaynor · 12 years ago
  49. 07877f4 Merge pull request #88 from pyca/bind-crypto by Donald Stufft · 12 years ago
  50. 313d5fd Merge pull request #89 from dstufft/rename-repo by Alex Gaynor · 12 years ago
  51. 8570794 Switch all repositories over to the new location by Donald Stufft · 12 years ago
  52. 2121d4a Bind OpenSSL's crypto. Refs #77 by Alex Gaynor · 12 years ago
  53. ce91686 Added bindings for OpenSSL's DSA. Refs #77. by Alex Gaynor · 12 years ago
  54. 96461f9 Bind OpenSSL's DH. Refs #77 by Alex Gaynor · 12 years ago
  55. 0f96716 Merge pull request #85 from alex/explicit-api by Donald Stufft · 12 years ago
  56. 81a5287 Use a None default so composition is easier by Alex Gaynor · 12 years ago
  57. 548467c Make default_api private by Alex Gaynor · 12 years ago
  58. ff61cd3 Run coverage from the outside so it sees everything by Alex Gaynor · 12 years ago
  59. 814efab Explicitly pass around the API, and run all tests under all available APIs by Alex Gaynor · 12 years ago
  60. 14fdcd1 Merge pull request #84 from hynek/typo by Alex Gaynor · 12 years ago
  61. 5cb03b2 Fix typo in OpenSSL bindings docs by Hynek Schlawack · 12 years ago
  62. ca197be Merge pull request #83 from alex/fingerprints by Donald Stufft · 12 years ago
  63. 29e9ead Typo fix by Alex Gaynor · 12 years ago
  64. b4a5647 Single line by Alex Gaynor · 12 years ago
  65. 44c5b7a Merge pull request #76 from alex/bind-bignum by Donald Stufft · 12 years ago
  66. d88fd68 Include key finger prints in AUTHORS.rst by Alex Gaynor · 12 years ago
  67. 069f002 Remove this, it properly belongs to ASN1, and that's for a seperate PR by Alex Gaynor · 12 years ago
  68. eec5c3c Thsi is a macro by Alex Gaynor · 12 years ago
  69. 6366934 Fixes to match teh C headers by Alex Gaynor · 12 years ago
  70. 5d08200 Merge branch 'master' into bind-bignum by Alex Gaynor · 12 years ago
  71. 640fb6c Merge pull request #78 from alex/check-cffi by Donald Stufft · 12 years ago
  72. 6781490 Added an explanatory comment by Alex Gaynor · 12 years ago
  73. dccaf36 Move to a saner approach by Alex Gaynor · 12 years ago
  74. 538dd9c Merge pull request #82 from alex/reflow by Donald Stufft · 12 years ago
  75. 166cbd3 Reflow some paragraphs in the contributing docs by Alex Gaynor · 12 years ago
  76. dba9b79 Merge pull request #81 from wallrj/dev-requirements-wallrj by Alex Gaynor · 12 years ago
  77. 7d4ca1e address dreids review comments by Richard Wall · 12 years ago
  78. 548a46e remove install dependencies by Richard Wall · 12 years ago
  79. 40cde82 Address review comments. Better headings. More documentation build options by Richard Wall · 12 years ago
  80. 12169b1 call it dev-requirements.txt by Richard Wall · 12 years ago
  81. 30176ce Rewrite this comment by Alex Gaynor · 12 years ago
  82. c3d1eb5 add some more links by Richard Wall · 12 years ago
  83. 0d9bb14 some narrative documentation explaining how to set up a development environment by Richard Wall · 12 years ago
  84. 144ed67 Add a dev requirements file by Richard Wall · 12 years ago
  85. 6d0542f Merge pull request #79 from reaperhulk/init-cipher-ctx by Alex Gaynor · 12 years ago
  86. 90cde04 Added a EVP_CIPHER_CTX_init() call by Paul Kehrer · 12 years ago
  87. 32ecb66 Try without this by Alex Gaynor · 12 years ago
  88. a4688e2 Give up by Alex Gaynor · 12 years ago
  89. 818bcb7 Everything but shut some off by Alex Gaynor · 12 years ago
  90. 6742ba8 A flag too far by Alex Gaynor · 12 years ago
  91. 85681a3 only pass these on OS X by Alex Gaynor · 12 years ago
  92. d7eb428 I removed this by Alex Gaynor · 12 years ago
  93. 3727881 Some comments by Alex Gaynor · 12 years ago
  94. a522197 Different flags by Alex Gaynor · 12 years ago
  95. 479cc09 Do this always by Alex Gaynor · 12 years ago
  96. e63f0c1 We can't compile cffi itself with warnings by Alex Gaynor · 12 years ago
  97. ca110d6 Remove by Alex Gaynor · 12 years ago
  98. 89b4cc0 Software. by Alex Gaynor · 12 years ago
  99. 0745587 Try without this by Alex Gaynor · 12 years ago
  100. 1a2b774 This isn't useful by Alex Gaynor · 12 years ago