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