1. 2b64fe2 add 0.2 changelog section by Paul Kehrer · 12 years ago
  2. d873b4c Prepare to release. by David Reid · 12 years ago
  3. 924599e Reformat by Alex Gaynor · 12 years ago
  4. 7c6d7d6 Typo fix by Alex Gaynor · 12 years ago
  5. 3f23040 Fixed #428 -- added a changelog by Alex Gaynor · 12 years ago
  6. fe2e3c2 add padding info to docs by Paul Kehrer · 12 years ago
  7. 43cf688 Merge pull request #418 from reaperhulk/move-contexts by David Reid · 12 years ago
  8. af0b9f5 GCM does not require padding (removing from docs example) by Paul Kehrer · 12 years ago
  9. ad6d164 move ciphercontext/aeadciphercontext to bottom of symmetric encryption by Paul Kehrer · 12 years ago
  10. 75832bc Merge pull request #416 from dreid/improved-aead-examples by Alex Gaynor · 12 years ago
  11. abb72d2 Make the example more complete and add some comments walking the user through some stuff. by David Reid · 12 years ago
  12. 78569d6 Try making the AEAD examples less dense. by David Reid · 12 years ago
  13. bb996d7 also remove CAST5 docs by Paul Kehrer · 12 years ago
  14. 41c14d5 How to verify that your released correctly by Alex Gaynor · 12 years ago
  15. fea893c More stuff by Alex Gaynor · 12 years ago
  16. b3794db You need a gpg key to do a release by Alex Gaynor · 12 years ago
  17. ce0b5a3 Update release docs by Alex Gaynor · 12 years ago
  18. 2f030ef Merge branch 'master' into release-automation by Alex Gaynor · 12 years ago
  19. 7507a1a Merge pull request #412 from alex/version-consistency by David Reid · 12 years ago
  20. 89063f6 Update procedure by Alex Gaynor · 12 years ago
  21. 2b22fae Compute the version in the same way as setup.py does by Alex Gaynor · 12 years ago
  22. 3aa243c Spell a word correctly by Alex Gaynor · 12 years ago
  23. bf41d5c Merge pull request #203 from alex/fernet by David Reid · 12 years ago
  24. 24c9a8d Merge pull request #272 from alex/validate-iv by David Reid · 12 years ago
  25. adbea0d Merge pull request #391 from alex/spelling-fixes by Paul Kehrer · 12 years ago
  26. 1225270 Correct spelling, fix phrasing, line wrap. by Alex Gaynor · 12 years ago
  27. 267dbc9 Merge branch 'master' into validate-iv by Alex Gaynor · 12 years ago
  28. 5bae063 Merge branch 'master' into fernet by Alex Gaynor · 12 years ago
  29. 2d16012 Make capitalization in the glossary consistent and sort it by Alex Gaynor · 12 years ago
  30. c368ac2 Split OpenSSL binding by Alex Stapleton · 12 years ago
  31. d8614a2 Typo fix by Alex Gaynor · 12 years ago
  32. 2a160d6 Merge branch 'master' into validate-iv by Alex Gaynor · 12 years ago
  33. 77762bc This page has been subsumed by the index by Alex Gaynor · 12 years ago
  34. dd1f5c5 Bump the copyright year by Alex Gaynor · 12 years ago
  35. 09aa746 Remove this one weird debugger by Alex Gaynor · 12 years ago
  36. 681fca8 Rearange sentence on recommendation of @jacobian by Alex Gaynor · 12 years ago
  37. e68d73e Document compiling OpenSSL to avoid conflicts by Alex Stapleton · 12 years ago
  38. 937451e Merge branch 'master' into fernet by Alex Gaynor · 12 years ago
  39. 9020b48 String literals are const char*. by Alex Stapleton · 12 years ago
  40. 745ee07 Fix docs by Paul Kehrer · 12 years ago
  41. ccd9c00 Convert #defines to explicit type declaration for consistency by Paul Kehrer · 12 years ago
  42. 047dab8 update style guide docs to reflect change to (void) by Paul Kehrer · 12 years ago
  43. 4b31af7 Merge branch 'master' into fernet by Alex Gaynor · 12 years ago
  44. b808f8c Remove verify from Hash. by Julian Krause · 12 years ago
  45. 831467c Documentation clarity and grammer fixes. by Julian Krause · 12 years ago
  46. e62760a Merge branch 'master' of https://github.com/pyca/cryptography into verify by Julian Krause · 12 years ago
  47. c91fe6a Clean up documentation and naming. by Julian Krause · 12 years ago
  48. 8f42fe4 Slightly reorganize and cleanuip the backend docs by Alex Gaynor · 12 years ago
  49. 1c9e57b Rephrase by Alex Gaynor · 12 years ago
  50. d43134a Typo by Alex Gaynor · 12 years ago
  51. 6cf1e69 Note abotu development versions by Alex Gaynor · 12 years ago
  52. f5415c8 Forgotten file by Alex Gaynor · 12 years ago
  53. 1a9bbf2 Document our API stability policy. Fixes #312 by Alex Gaynor · 12 years ago
  54. 4f776c4 fix erroneous indent and add abstractmethod to HMACBackend by Paul Kehrer · 12 years ago
  55. 90ae866 add hmac_supported method to backend. by Paul Kehrer · 12 years ago
  56. d5c351e Merge pull request #325 from public/unsupported-cipher-messages by Alex Gaynor · 12 years ago
  57. 35cb365 UnsupportedAlgorithm error messages for Ciphers by Alex Stapleton · 12 years ago
  58. c09f6aa Merge pull request #329 from alex/reccomend-versioning by Paul Kehrer · 12 years ago
  59. 95243f5 English, how does it work? by Alex Gaynor · 12 years ago
  60. 6955ea3 Recommend that recipes include a version by Alex Gaynor · 12 years ago
  61. 15cf6b9 A handful of cleanups and rewordings to the docs by Alex Gaynor · 12 years ago
  62. 8eda240 Merge pull request #327 from reaperhulk/gcm-lower-limit-tag by Alex Gaynor · 12 years ago
  63. 048d6cb a few more doc changes to gcm tag info by Paul Kehrer · 12 years ago
  64. fc73e2d prose updates for GCM tag by Paul Kehrer · 12 years ago
  65. a7fbf07 doc updates by Paul Kehrer · 12 years ago
  66. ca73504 add note regarding not truncating tags by Paul Kehrer · 12 years ago
  67. 9b7624e Merge pull request #326 from public/unsupported-hmac-hash by Alex Gaynor · 12 years ago
  68. 447d64f Raise UnsupportedAlgorithm when initing HMACs by Alex Stapleton · 12 years ago
  69. 1b1327c Raise UnsupportedAlgorithm when initing Hash() by Alex Stapleton · 12 years ago
  70. 3ac297e flake8 fix by Alex Gaynor · 12 years ago
  71. 2724ff6 Link from symmetric encryption to fernet by Alex Gaynor · 12 years ago
  72. 719eb6a Linkify this by Alex Gaynor · 12 years ago
  73. 32dc4e4 Make into a warning as suggested by @dstufft by Alex Gaynor · 12 years ago
  74. 3ef458a Reword slightly by Alex Gaynor · 12 years ago
  75. 2288e30 Add verify function to hmac and hashes. by Julian Krause · 12 years ago
  76. 0551572 Mention that the timestamp is plaintext by Alex Gaynor · 12 years ago
  77. 0d08963 Use the term fernet token by Alex Gaynor · 12 years ago
  78. e908329 Include more info in the title by Alex Gaynor · 12 years ago
  79. 668d480 BlockCipherAlgorithm because we should document block_size and ARC4 shouldn't need block_size = 1. by David Reid · 12 years ago
  80. 6cf242b Document the other consequence of losing your key by Alex Gaynor · 12 years ago
  81. be98053 A foolish consistency is a really cool idea -- Samuel Clemens by Alex Gaynor · 12 years ago
  82. 2cfbc12 Be consistent by Alex Gaynor · 12 years ago
  83. df8bfea DOn't assume people know that contraction by Alex Gaynor · 12 years ago
  84. 7c06746 Rework the index to give people a better lay of the land by Alex Gaynor · 12 years ago
  85. 5175e4e Merge branch 'master' into validate-iv by Alex Gaynor · 12 years ago
  86. 4a35b7f Merge branch 'master' into fernet by Alex Gaynor · 12 years ago
  87. ffb7726 Merge pull request #308 from alex/rename-bindings by Donald Stufft · 12 years ago
  88. 0e9c4d1 Merge pull request #307 from alex/prefer-doctest by Paul Kehrer · 12 years ago
  89. 4b0f9ab Merge branch 'master' into fernet by Alex Gaynor · 12 years ago
  90. ca4a22b Merge pull request #283 from juliankrause/constant_time by Paul Kehrer · 12 years ago
  91. 383a04c Remove plural. by Julian Krause · 12 years ago
  92. d83c590 Need to include the imports by Alex Gaynor · 12 years ago
  93. f8796b1 Renamed bindings to backends by Alex Gaynor · 12 years ago
  94. 989061d Prefer executable code examples by Alex Gaynor · 12 years ago
  95. f3f0018 Document the need for test coverage by Alex Gaynor · 12 years ago
  96. 887d274 Merge pull request #305 from alex/show-the-backend by Paul Kehrer · 12 years ago
  97. f56444d Always show where a baackend comes form in the docs by Alex Gaynor · 12 years ago
  98. 73cf187 This warning doesn't add much value anymore by Alex Gaynor · 12 years ago
  99. 848f770 Update documentation again to make it clearer what this is for. Moved to using Coda Hale's post. by Julian Krause · 12 years ago
  100. db042cd Merge pull request #302 from alex/beef-up-the-index by Paul Kehrer · 12 years ago