1. 85dfb96 Merge pull request #69 from reaperhulk/camellia-vectors by Alex Gaynor · 11 years ago
  2. d718b42 Camellia test vectors by Paul Kehrer · 11 years ago
  3. 8f5d428 Merge pull request #68 from alex/cleanup by Donald Stufft · 11 years ago
  4. 6e860dd Inline this function, it didn't do much by Alex Gaynor · 11 years ago
  5. d97c158 Slightly clean up the OpenSSL binding by Alex Gaynor · 11 years ago
  6. c7b0f79 Merge pull request #67 from reaperhulk/api-refactor by Alex Gaynor · 11 years ago
  7. e1b2d3c remove import function, rename attrs to upper in modules by Paul Kehrer · 11 years ago
  8. 39a45c5 Various PR review fixes by Paul Kehrer · 11 years ago
  9. 51c65b9 API refactor to separate cffi declarations by Paul Kehrer · 11 years ago
  10. bc1994d Merge pull request #60 from dreid/ofb-iv-not-nonce by Donald Stufft · 11 years ago
  11. b3137ff Merge pull request #62 from dstufft/test-pypy by Alex Gaynor · 11 years ago
  12. ccf8871 Use the version of PyPy from PPAs to get PyPy 2.1 by Donald Stufft · 11 years ago
  13. f1a39bd OFB uses an initialization vector instead a nonce. by David Reid · 11 years ago
  14. 44ff8ea ModeWithNonce no longer exists. by David Reid · 11 years ago
  15. 4c99964 ModeWithNonce is no longer used. by David Reid · 11 years ago
  16. 07172ca OFB is specified as having an IV instead of a Nonce. by David Reid · 11 years ago
  17. dd3c783 Merge pull request #59 from reaperhulk/cfb-support by David Reid · 11 years ago
  18. 4223df7 add CFB to documentation by Paul Kehrer · 11 years ago
  19. a1ec262 CFB support by Paul Kehrer · 11 years ago
  20. 9287c23 Merge pull request #57 from reaperhulk/ofb-support by Donald Stufft · 11 years ago
  21. c507412 change OFB iv to nonce to reflect dstufft nomenclature pitch by Paul Kehrer · 11 years ago
  22. a672bbe Merge pull request #56 from alex/docs-cleanup by Donald Stufft · 11 years ago
  23. 6f412a0 add output feedback mode support + test vectors (aes) by Paul Kehrer · 11 years ago
  24. cd413a3 Cleaned up the docs for ECB by Alex Gaynor · 11 years ago
  25. c9e91e8 Merge pull request #53 from reaperhulk/ecb-support-im-sorry by Alex Gaynor · 11 years ago
  26. 7d9e0d9 address style on import + remove a tox dependency (in setup.py already) by Paul Kehrer · 11 years ago
  27. c024255 move abc, inline introspect method, use six for abcs by Paul Kehrer · 11 years ago
  28. 5266752 modify modes to use abc so api can determine what attribute to call by Paul Kehrer · 11 years ago
  29. dc68929 rename get_null_for_ecb to get_iv_for_ecb per alex's comments by Paul Kehrer · 11 years ago
  30. 29cfa69 add get_iv_or_nonce() methods to replace _get_iv() on api by Paul Kehrer · 11 years ago
  31. 09980a5 remove unneeded init in ECB class, add warning to docs for ECB mode by Paul Kehrer · 11 years ago
  32. fe9b82d add ECB support to create_block_cipher_context by Paul Kehrer · 11 years ago
  33. 13f108f Add ECB class + docs + tests by Paul Kehrer · 11 years ago
  34. 180606f Merge pull request #55 from reaperhulk/parameterize-encrypt-changes by Alex Gaynor · 11 years ago
  35. 2354fcd changes to parameterize_encrypt_test to support other NIST vectors by Paul Kehrer · 11 years ago
  36. 2982852 Merge pull request #54 from alex/document-contributing by Hynek Schlawack · 11 years ago
  37. 2c67c82 Captitalize GH properly by Alex Gaynor · 11 years ago
  38. c72e63f More fully document the contribution process, move most of the details from by Alex Gaynor · 11 years ago
  39. 7816628 Merge pull request #52 from alex/3des-vectors by Donald Stufft · 11 years ago
  40. d6e6d7e Aded the 3DES vectors. Refs #51. by Alex Gaynor · 11 years ago
  41. 2ed581e Merge pull request #50 from alex/simplify-nist-tests by Donald Stufft · 11 years ago
  42. 735df00 Simplified the NIST tests and reduced duplication by Alex Gaynor · 11 years ago
  43. 9e1f70a Merge pull request #49 from reaperhulk/master by Alex Gaynor · 11 years ago
  44. ef55915 update authors by Paul Kehrer · 11 years ago
  45. 6fc8cee Merge pull request #48 from reaperhulk/master by Alex Gaynor · 11 years ago
  46. c1a218d Update docstring to pass alex8 linting by Paul Kehrer · 11 years ago
  47. bdafcd3 openssl_version_text now calls startswith rather than find by Paul Kehrer · 11 years ago
  48. 6c272f0 Accurate friendly string name example text by Paul Kehrer · 11 years ago
  49. eb49db1 ascii decode on openssl_version_text + doc string improvements by Paul Kehrer · 11 years ago
  50. 733404a Add method to bindings to get OPENSSL_VERSION_TEXT by Paul Kehrer · 11 years ago
  51. d559205 Fix issue mixing %s and format for ValueError in AES by Paul Kehrer · 11 years ago
  52. 5e00e96 Merge pull request #28 from alex/simple-symmetric-encryption by Hynek Schlawack · 11 years ago
  53. aaa2217 This isn't a thing by Alex Gaynor · 11 years ago
  54. ef1954a remove this duplicate by Alex Gaynor · 11 years ago
  55. cfab88f put this back by Alex Gaynor · 11 years ago
  56. a7151af This is a const but raelly a macro or something by Alex Gaynor · 11 years ago
  57. da04f66 Removed some dead code by Alex Gaynor · 11 years ago
  58. 5c02ef3 Replace paths we have no idea how to test with asserts by Alex Gaynor · 11 years ago
  59. a53f81d Merge pull request #46 from alex/another-reason by Hynek Schlawack · 11 years ago
  60. d8d91d4 Nit for Hynek by Alex Gaynor · 11 years ago
  61. f88413a Also mention that other packages miss python3 support by Alex Gaynor · 11 years ago
  62. 6959a16 Merge branch 'simple-symmetric-encryption' of https://github.com/alex/cryptography into simple-symmetric-encryption by Alex Gaynor · 11 years ago
  63. 4502e7b Some systems need this header by Alex Gaynor · 11 years ago
  64. 173de98 Test the symmetric encryption doc snippets using doctest by Donald Stufft · 11 years ago
  65. 68a4f56 Moved comment to the right place, use integer enums by Alex Gaynor · 11 years ago
  66. 0b4df97 Merge branch 'master' into simple-symmetric-encryption by Alex Gaynor · 11 years ago
  67. d1c0188 Merge pull request #44 from hynek/fix-__about__ by Donald Stufft · 11 years ago
  68. 318b649 Merge pull request #42 from dstufft/doctests by Hynek Schlawack · 11 years ago
  69. eec13c9 Fix __author__ by Hynek Schlawack · 11 years ago
  70. c399a73 Merge pull request #43 from tiran/master by Donald Stufft · 11 years ago
  71. 04fbd56 Fix spelling of my name by Christian Heimes · 11 years ago
  72. 235fa71 Use the Sphinx doctest builder by Donald Stufft · 11 years ago
  73. 446a457 Merge branch 'master' into simple-symmetric-encryption by Donald Stufft · 11 years ago
  74. 09f5357 Merge pull request #41 from dstufft/fix-setup by Alex Gaynor · 11 years ago
  75. 4c1852c Ignore the dist directory by Donald Stufft · 11 years ago
  76. 9ebb8ff Include all of our files in the distributions, and install packages by Donald Stufft · 11 years ago
  77. 5f12a1b Fix the packaging meta-data by Donald Stufft · 11 years ago
  78. e61e5b7 Merge pull request #40 from dstufft/fix-docs by Alex Gaynor · 11 years ago
  79. 292112b Make the example error free by Donald Stufft · 11 years ago
  80. d424be8 Merge pull request #37 from tiran/master by Alex Gaynor · 11 years ago
  81. 7fe70cb hyper nit-pick by Christian Heimes · 11 years ago
  82. 913bcb7 super nit-pick by Christian Heimes · 11 years ago
  83. ff1e64f drop setup.py test again by Christian Heimes · 11 years ago
  84. e2a82ea Merge remote-tracking branch 'upstream/master' by Christian Heimes · 11 years ago
  85. f0091d0 Merge pull request #38 from alex/why-cryptography by Hynek Schlawack · 11 years ago
  86. f0d139a Another issue we're targetting by Alex Gaynor · 11 years ago
  87. 0797276 Merge remote-tracking branch 'upstream/master' by Christian Heimes · 11 years ago
  88. d6bef56 English grammar by Alex Gaynor · 11 years ago
  89. b55f926 use py.test for testing by Christian Heimes · 11 years ago
  90. dc22603 Merge branch 'master' into why-cryptography by Alex Gaynor · 11 years ago
  91. 32d136e Merge pull request #39 from alex/link-docs by Hynek Schlawack · 11 years ago
  92. 4373d7a Added another item from hynek by Alex Gaynor · 11 years ago
  93. aa66554 Document that we want AES-GCM by Alex Gaynor · 11 years ago
  94. 3e989d6 Dropped a word by Alex Gaynor · 11 years ago
  95. 711b014 Link the docs in the readme by Alex Gaynor · 11 years ago
  96. ec4ba73 Better gramar by Alex Gaynor · 11 years ago
  97. 3538fdb Make this a heading by Alex Gaynor · 11 years ago
  98. 9f3468d Better describe why this library exists. Refs #5 by Alex Gaynor · 11 years ago
  99. b19736c Addressed a TODO by Alex Gaynor · 11 years ago
  100. 18b3337 Style fix by Alex Gaynor · 11 years ago