1. c80ea85 These eggs are sometimes files. We still don't care. by Alex Gaynor · 11 years ago
  2. 43cf688 Merge pull request #418 from reaperhulk/move-contexts by David Reid · 11 years ago
  3. d3b0467 Merge pull request #419 from reaperhulk/gcm-no-pad-required by Alex Gaynor · 11 years ago
  4. af0b9f5 GCM does not require padding (removing from docs example) by Paul Kehrer · 11 years ago
  5. ad6d164 move ciphercontext/aeadciphercontext to bottom of symmetric encryption by Paul Kehrer · 11 years ago
  6. 75832bc Merge pull request #416 from dreid/improved-aead-examples by Alex Gaynor · 11 years ago
  7. e9b2fdd Merge pull request #415 from reaperhulk/remove-cast5-ecb-for-now by Alex Gaynor · 11 years ago
  8. 960159d Merge pull request #414 from alex/avail-cleanup by David Reid · 11 years ago
  9. abb72d2 Make the example more complete and add some comments walking the user through some stuff. by David Reid · 11 years ago
  10. 78569d6 Try making the AEAD examples less dense. by David Reid · 11 years ago
  11. bb996d7 also remove CAST5 docs by Paul Kehrer · 11 years ago
  12. 0f72bda remove CAST5 for first release by Paul Kehrer · 11 years ago
  13. 9a95dad Explanatory comment by Alex Gaynor · 11 years ago
  14. e222010 Fixed #408 -- cleanup how is_available works by Alex Gaynor · 11 years ago
  15. 7ec30af Merge pull request #392 from alex/setup-install-extension by Donald Stufft · 11 years ago
  16. 5e5316d This is dangerous by Alex Gaynor · 11 years ago
  17. d7e04ae Merge branch 'master' into setup-install-extension by Alex Gaynor · 11 years ago
  18. 168c29d Merge pull request #410 from alex/release-automation by David Reid · 11 years ago
  19. 41c14d5 How to verify that your released correctly by Alex Gaynor · 11 years ago
  20. 4345c0d Python 2.6 support by Alex Gaynor · 11 years ago
  21. fea893c More stuff by Alex Gaynor · 11 years ago
  22. b3794db You need a gpg key to do a release by Alex Gaynor · 11 years ago
  23. e72c253 This is a dev dep by Alex Gaynor · 11 years ago
  24. ce0b5a3 Update release docs by Alex Gaynor · 11 years ago
  25. 2f030ef Merge branch 'master' into release-automation by Alex Gaynor · 11 years ago
  26. 7507a1a Merge pull request #412 from alex/version-consistency by David Reid · 11 years ago
  27. 89063f6 Update procedure by Alex Gaynor · 11 years ago
  28. 8755dbd Fix by Alex Gaynor · 11 years ago
  29. 6b1235a Simplify by Alex Gaynor · 11 years ago
  30. d42fd94 Suggestion from @dreid by Alex Gaynor · 11 years ago
  31. 7b8ef39 Fix by Alex Gaynor · 11 years ago
  32. bbb133b Merge pull request #411 from alex/spelling-fix by David Reid · 11 years ago
  33. 2b22fae Compute the version in the same way as setup.py does by Alex Gaynor · 11 years ago
  34. 0e10f57 Boilerplate woo! by Alex Gaynor · 11 years ago
  35. 3aa243c Spell a word correctly by Alex Gaynor · 11 years ago
  36. bf41d5c Merge pull request #203 from alex/fernet by David Reid · 11 years ago
  37. 6bc3af7 Write release automation software. Fixes #375 by Alex Gaynor · 11 years ago
  38. ffa8b4d flake8 by Alex Gaynor · 11 years ago
  39. 50f233e Check to see if a binding is available before trying to install it by Alex Gaynor · 11 years ago
  40. 3450b0e Merge pull request #407 from alex/uptodate-pypy by Paul Kehrer · 11 years ago
  41. 008b7a5 Revert "Revert "Travis now has an up to date pypy"" by Alex Gaynor · 11 years ago
  42. 86b7a8e Merge pull request #404 from reaperhulk/commoncrypto-mark by Donald Stufft · 11 years ago
  43. 02ed961 missing # by Paul Kehrer · 11 years ago
  44. fefe3c2 make the dummy_initializer fail with an actual verify call by Paul Kehrer · 11 years ago
  45. 2dd21fe remove unneeded mark now that is_available is there by Paul Kehrer · 11 years ago
  46. 3ae13fc fix py3 by Paul Kehrer · 11 years ago
  47. 108605b add commoncrypto mark to skip on non-OS X platforms by Paul Kehrer · 11 years ago
  48. 6078221 Re-add the ext_package decleration to the moved verify() call by Alex Gaynor · 11 years ago
  49. ac6e02a Merge branch 'master' into setup-install-extension by Alex Gaynor · 11 years ago
  50. d68fd37 Merge pull request #403 from reaperhulk/bindings-refactor by Alex Gaynor · 11 years ago
  51. 3366d8b improve docstring by Paul Kehrer · 11 years ago
  52. 982d8a5 fix indentation mistake by Paul Kehrer · 11 years ago
  53. ac4209a import build_ffi directly by Paul Kehrer · 11 years ago
  54. 24ff720 remove verify_kwargs and replace with pre_include/post_include/libraries by Paul Kehrer · 11 years ago
  55. f380747 refactor bindings to reduce code duplication with multiple backends by Paul Kehrer · 11 years ago
  56. 7c8e9ce Merge pull request #402 from reaperhulk/hash-supported-objects by Alex Gaynor · 11 years ago
  57. 24684ca instantiate hash objects for hmac checks too by Paul Kehrer · 11 years ago
  58. 8d38572 Instantiate our hash objects used for supported checks by Paul Kehrer · 11 years ago
  59. 24c9a8d Merge pull request #272 from alex/validate-iv by David Reid · 11 years ago
  60. 4969751 Explanatory comment by Alex Gaynor · 11 years ago
  61. 327742c Merge branch 'master' into setup-install-extension by Alex Gaynor · 11 years ago
  62. f96db83 Merge pull request #398 from reaperhulk/backend-skip-backend-name by Alex Gaynor · 11 years ago
  63. 3dbc46a Merge pull request #399 from reaperhulk/ego-stroking by Alex Gaynor · 11 years ago
  64. f03334e backend support check now lists which backend caused the skip by Paul Kehrer · 11 years ago
  65. 23e5326 Merge pull request #397 from alex/long-description by Paul Kehrer · 11 years ago
  66. 0421ff0 add to author list by Paul Kehrer · 11 years ago
  67. 7630d6c Also use an absolute path for the about file by Alex Gaynor · 11 years ago
  68. f51f2c1 Include a long description in our setup.py by Alex Gaynor · 11 years ago
  69. eba623f Some flake8 fixes by Alex Gaynor · 11 years ago
  70. adbea0d Merge pull request #391 from alex/spelling-fixes by Paul Kehrer · 11 years ago
  71. 91f119e six is now required at build time by Alex Gaynor · 11 years ago
  72. 9a00f05 All the necessary things for setup.py to build cffi stuff by Alex Gaynor · 11 years ago
  73. c39559c Merge pull request #389 from alex/glossary-consistency by David Reid · 11 years ago
  74. 1225270 Correct spelling, fix phrasing, line wrap. by Alex Gaynor · 11 years ago
  75. 267dbc9 Merge branch 'master' into validate-iv by Alex Gaynor · 11 years ago
  76. 5bae063 Merge branch 'master' into fernet by Alex Gaynor · 11 years ago
  77. a990471 Merge branch 'master' into glossary-consistency by Alex Gaynor · 11 years ago
  78. a6d5d6e Merge pull request #390 from dreid/install-pypy-again by Alex Gaynor · 11 years ago
  79. a5982a5 Revert "Travis now has an up to date pypy" by David Reid · 11 years ago
  80. 995de06 Merge pull request #388 from alex/privatize-me-captain by Paul Kehrer · 11 years ago
  81. 2d16012 Make capitalization in the glossary consistent and sort it by Alex Gaynor · 11 years ago
  82. 69edb3b Merge branch 'master' into privatize-me-captain by Alex Gaynor · 11 years ago
  83. fa3d5aa Merge pull request #386 from alex/move-gcm-tag-validation by Paul Kehrer · 11 years ago
  84. 604afb5 Make lib and ffi be private on backend by Alex Gaynor · 11 years ago
  85. 9221736 Merge pull request #380 from public/split-binding by Alex Gaynor · 11 years ago
  86. c368ac2 Split OpenSSL binding by Alex Stapleton · 11 years ago
  87. 5f4c492 Merge pull request #387 from exarkun/crypto-locks by Alex Gaynor · 11 years ago
  88. 516b1ad Fixed test for earlier exceptino by Alex Gaynor · 11 years ago
  89. 71e8ca0 Explanatory comment by Alex Gaynor · 11 years ago
  90. ad8e76c Rearrange by Alex Gaynor · 11 years ago
  91. e23eef2 Move GCM tag size/value validation farther forward -- this makes it easier by not requiring future backends to implement the same checks by Alex Gaynor · 11 years ago
  92. c9add40 Merge pull request #385 from alex/consistent-tox by Paul Kehrer · 11 years ago
  93. e1883f4 expose num_locks and {get,set}_{id,locking}_callback by Jean-Paul Calderone · 11 years ago
  94. 2fe6456 Merge pull request #384 from alex/better-docs by Paul Kehrer · 11 years ago
  95. 6f78d64 Make the PyPy tox job consistent with the main one. by Alex Gaynor · 11 years ago
  96. 73cd627 THis should be a seperate PR by Alex Gaynor · 11 years ago
  97. d8614a2 Typo fix by Alex Gaynor · 11 years ago
  98. 2a160d6 Merge branch 'master' into validate-iv by Alex Gaynor · 11 years ago
  99. 77762bc This page has been subsumed by the index by Alex Gaynor · 11 years ago
  100. 522487e Merge pull request #383 from alex/bump-copyright by Paul Kehrer · 11 years ago