1. 81a5287 Use a None default so composition is easier by Alex Gaynor · 11 years ago
  2. 548467c Make default_api private by Alex Gaynor · 11 years ago
  3. ff61cd3 Run coverage from the outside so it sees everything by Alex Gaynor · 11 years ago
  4. 814efab Explicitly pass around the API, and run all tests under all available APIs by Alex Gaynor · 11 years ago
  5. 14fdcd1 Merge pull request #84 from hynek/typo by Alex Gaynor · 11 years ago
  6. 5cb03b2 Fix typo in OpenSSL bindings docs by Hynek Schlawack · 11 years ago
  7. ca197be Merge pull request #83 from alex/fingerprints by Donald Stufft · 11 years ago
  8. 29e9ead Typo fix by Alex Gaynor · 11 years ago
  9. b4a5647 Single line by Alex Gaynor · 11 years ago
  10. 44c5b7a Merge pull request #76 from alex/bind-bignum by Donald Stufft · 11 years ago
  11. d88fd68 Include key finger prints in AUTHORS.rst by Alex Gaynor · 11 years ago
  12. 069f002 Remove this, it properly belongs to ASN1, and that's for a seperate PR by Alex Gaynor · 11 years ago
  13. eec5c3c Thsi is a macro by Alex Gaynor · 11 years ago
  14. 6366934 Fixes to match teh C headers by Alex Gaynor · 11 years ago
  15. 5d08200 Merge branch 'master' into bind-bignum by Alex Gaynor · 11 years ago
  16. 640fb6c Merge pull request #78 from alex/check-cffi by Donald Stufft · 11 years ago
  17. 6781490 Added an explanatory comment by Alex Gaynor · 11 years ago
  18. dccaf36 Move to a saner approach by Alex Gaynor · 11 years ago
  19. 538dd9c Merge pull request #82 from alex/reflow by Donald Stufft · 11 years ago
  20. 166cbd3 Reflow some paragraphs in the contributing docs by Alex Gaynor · 11 years ago
  21. dba9b79 Merge pull request #81 from wallrj/dev-requirements-wallrj by Alex Gaynor · 11 years ago
  22. 7d4ca1e address dreids review comments by Richard Wall · 11 years ago
  23. 548a46e remove install dependencies by Richard Wall · 11 years ago
  24. 40cde82 Address review comments. Better headings. More documentation build options by Richard Wall · 11 years ago
  25. 12169b1 call it dev-requirements.txt by Richard Wall · 11 years ago
  26. 30176ce Rewrite this comment by Alex Gaynor · 11 years ago
  27. c3d1eb5 add some more links by Richard Wall · 11 years ago
  28. 0d9bb14 some narrative documentation explaining how to set up a development environment by Richard Wall · 11 years ago
  29. 144ed67 Add a dev requirements file by Richard Wall · 11 years ago
  30. 6d0542f Merge pull request #79 from reaperhulk/init-cipher-ctx by Alex Gaynor · 11 years ago
  31. 90cde04 Added a EVP_CIPHER_CTX_init() call by Paul Kehrer · 11 years ago
  32. 32ecb66 Try without this by Alex Gaynor · 11 years ago
  33. a4688e2 Give up by Alex Gaynor · 11 years ago
  34. 818bcb7 Everything but shut some off by Alex Gaynor · 11 years ago
  35. 6742ba8 A flag too far by Alex Gaynor · 11 years ago
  36. 85681a3 only pass these on OS X by Alex Gaynor · 11 years ago
  37. d7eb428 I removed this by Alex Gaynor · 11 years ago
  38. 3727881 Some comments by Alex Gaynor · 11 years ago
  39. a522197 Different flags by Alex Gaynor · 11 years ago
  40. 479cc09 Do this always by Alex Gaynor · 11 years ago
  41. e63f0c1 We can't compile cffi itself with warnings by Alex Gaynor · 11 years ago
  42. ca110d6 Remove by Alex Gaynor · 11 years ago
  43. 89b4cc0 Software. by Alex Gaynor · 11 years ago
  44. 0745587 Try without this by Alex Gaynor · 11 years ago
  45. 1a2b774 This isn't useful by Alex Gaynor · 11 years ago
  46. 9efa989 A tox thing which attempts to check for errors (should be failing now) by Alex Gaynor · 11 years ago
  47. bc77663 Added bindings for OpenSSL's bn.h by Alex Gaynor · 11 years ago
  48. e2ac563 Merge pull request #75 from alex/expose-api by Donald Stufft · 11 years ago
  49. 0f7f781 Put a warning by Alex Gaynor · 11 years ago
  50. 6d02e2d Make the lib and ffi public for the OpenSSL binding and document them by Alex Gaynor · 11 years ago
  51. d59a048 Merge pull request #74 from alex/copyright by Donald Stufft · 11 years ago
  52. 83ebb05 Corrected the copyright by Alex Gaynor · 11 years ago
  53. 8842e16 Merge pull request #73 from alex/dedent by Donald Stufft · 11 years ago
  54. 7d22652 Dedent the C declarations to give us more space to work with by Alex Gaynor · 11 years ago
  55. cc97d38 Merge pull request #71 from reaperhulk/cryptrec-openssl-loader by Alex Gaynor · 11 years ago
  56. e580598 simplify cryptrec loader, improve comments by Paul Kehrer · 11 years ago
  57. 6b99a1b remove distinction between encrypt/decrypt in the openssl loader by Paul Kehrer · 11 years ago
  58. 057b500 simplify and annotate loaders based on review feedback by Paul Kehrer · 11 years ago
  59. 05d7214 crazy pep8 contortions by Paul Kehrer · 11 years ago
  60. e58f83e sort the cryptrec loader dict's items to test reliably by Paul Kehrer · 11 years ago
  61. 1951bf6 add cryptrec and openssl test vector loaders + tests by Paul Kehrer · 11 years ago
  62. 85dfb96 Merge pull request #69 from reaperhulk/camellia-vectors by Alex Gaynor · 11 years ago
  63. d718b42 Camellia test vectors by Paul Kehrer · 11 years ago
  64. 8f5d428 Merge pull request #68 from alex/cleanup by Donald Stufft · 11 years ago
  65. 6e860dd Inline this function, it didn't do much by Alex Gaynor · 11 years ago
  66. d97c158 Slightly clean up the OpenSSL binding by Alex Gaynor · 11 years ago
  67. c7b0f79 Merge pull request #67 from reaperhulk/api-refactor by Alex Gaynor · 11 years ago
  68. e1b2d3c remove import function, rename attrs to upper in modules by Paul Kehrer · 11 years ago
  69. 39a45c5 Various PR review fixes by Paul Kehrer · 11 years ago
  70. 51c65b9 API refactor to separate cffi declarations by Paul Kehrer · 11 years ago
  71. bc1994d Merge pull request #60 from dreid/ofb-iv-not-nonce by Donald Stufft · 11 years ago
  72. b3137ff Merge pull request #62 from dstufft/test-pypy by Alex Gaynor · 11 years ago
  73. ccf8871 Use the version of PyPy from PPAs to get PyPy 2.1 by Donald Stufft · 11 years ago
  74. f1a39bd OFB uses an initialization vector instead a nonce. by David Reid · 11 years ago
  75. 44ff8ea ModeWithNonce no longer exists. by David Reid · 11 years ago
  76. 4c99964 ModeWithNonce is no longer used. by David Reid · 11 years ago
  77. 07172ca OFB is specified as having an IV instead of a Nonce. by David Reid · 11 years ago
  78. dd3c783 Merge pull request #59 from reaperhulk/cfb-support by David Reid · 11 years ago
  79. 4223df7 add CFB to documentation by Paul Kehrer · 11 years ago
  80. a1ec262 CFB support by Paul Kehrer · 11 years ago
  81. 9287c23 Merge pull request #57 from reaperhulk/ofb-support by Donald Stufft · 11 years ago
  82. c507412 change OFB iv to nonce to reflect dstufft nomenclature pitch by Paul Kehrer · 11 years ago
  83. a672bbe Merge pull request #56 from alex/docs-cleanup by Donald Stufft · 11 years ago
  84. 6f412a0 add output feedback mode support + test vectors (aes) by Paul Kehrer · 11 years ago
  85. cd413a3 Cleaned up the docs for ECB by Alex Gaynor · 11 years ago
  86. c9e91e8 Merge pull request #53 from reaperhulk/ecb-support-im-sorry by Alex Gaynor · 11 years ago
  87. 7d9e0d9 address style on import + remove a tox dependency (in setup.py already) by Paul Kehrer · 11 years ago
  88. c024255 move abc, inline introspect method, use six for abcs by Paul Kehrer · 11 years ago
  89. 5266752 modify modes to use abc so api can determine what attribute to call by Paul Kehrer · 11 years ago
  90. dc68929 rename get_null_for_ecb to get_iv_for_ecb per alex's comments by Paul Kehrer · 11 years ago
  91. 29cfa69 add get_iv_or_nonce() methods to replace _get_iv() on api by Paul Kehrer · 11 years ago
  92. 09980a5 remove unneeded init in ECB class, add warning to docs for ECB mode by Paul Kehrer · 11 years ago
  93. fe9b82d add ECB support to create_block_cipher_context by Paul Kehrer · 11 years ago
  94. 13f108f Add ECB class + docs + tests by Paul Kehrer · 11 years ago
  95. 180606f Merge pull request #55 from reaperhulk/parameterize-encrypt-changes by Alex Gaynor · 11 years ago
  96. 2354fcd changes to parameterize_encrypt_test to support other NIST vectors by Paul Kehrer · 11 years ago
  97. 2982852 Merge pull request #54 from alex/document-contributing by Hynek Schlawack · 11 years ago
  98. 2c67c82 Captitalize GH properly by Alex Gaynor · 11 years ago
  99. c72e63f More fully document the contribution process, move most of the details from by Alex Gaynor · 11 years ago
  100. 7816628 Merge pull request #52 from alex/3des-vectors by Donald Stufft · 11 years ago