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