1. 7c5c9fe export interfaces from base in ciphers, update docs by Paul Kehrer · 10 years ago
  2. 2129d50 fix docs links by Paul Kehrer · 10 years ago
  3. 4ab6059 move padding by Paul Kehrer · 10 years ago
  4. 513b7cb move cipher and mode interfaces by Paul Kehrer · 10 years ago
  5. 45efdbc make our docs job nitpicky and fix every broken link by Paul Kehrer · 10 years ago
  6. e591778 IV should be 16 bytes by Gregory Haynes · 11 years ago
  7. 7e28fbb iv should be 32 bytes by Gregory Haynes · 11 years ago
  8. e261d94 Assign iv to var and remove testsetup block by Gregory Haynes · 11 years ago
  9. 0f98611 Make the symmetric-enc example an example by Gregory Haynes · 11 years ago
  10. 9b6fd8e Anywhere we tell someone to randomly generate something, link the RNG docs. Fixes #1559 by Alex Gaynor · 11 years ago
  11. e9df294 Use HTTPS for a number of URLs in the docs by Alex Gaynor · 11 years ago
  12. cc5224f Improve docs by Alex Gaynor · 11 years ago
  13. 8f1b8e8 Fixes #1200 -- disallow GCM truncation by default by Alex Gaynor · 11 years ago
  14. d99fc65 Use the short link version for various things by Alex Gaynor · 11 years ago
  15. ebb1cb9 Fixed a few typos by Alex Gaynor · 11 years ago
  16. 969f18e Word wrap some long lines in teh docs by Alex Gaynor · 11 years ago
  17. 2a947c4 add some docs and changelog by Paul Kehrer · 11 years ago
  18. 006670c Use bold instead of italics by Paul Kehrer · 11 years ago
  19. 19e97bd Fix some typos in the docs by Alex Stapleton · 11 years ago
  20. fdf6330 Use the short name in the docs by Alex Gaynor · 11 years ago
  21. fa4a6b2 Added CMAC docs by Ayrx · 11 years ago
  22. 7e914c9 add SEED docs, tests, small fixes by Paul Kehrer · 11 years ago
  23. 7a489db Fixed #809 -- switch back to always using UnsupportedAlgorithm by Alex Gaynor · 11 years ago
  24. c5fffd3 Standardise on sentence case for titles by Alex Stapleton · 11 years ago
  25. f56c54e Added backend check to cipher primitives by Ayrx · 11 years ago
  26. 7ba0c01 add IDEA support for CBC, CFB, OFB + tests for all IDEA by Paul Kehrer · 11 years ago
  27. e5dc122 basic IDEA ECB support for OpenSSL backend by Paul Kehrer · 11 years ago
  28. 092351d Various "improvements" to the symmetric docs by Alex Stapleton · 11 years ago
  29. c6a6f31 Convert stuff by Alex Gaynor · 11 years ago
  30. fb843aa Re-linewrap the symmetric encryption doc source by Alex Gaynor · 11 years ago
  31. a5011ec add versionadded to cast5 by Paul Kehrer · 11 years ago
  32. 70c90e9 remove some extra linebreaks by Paul Kehrer · 11 years ago
  33. bab0e1a add cast5 docs by Paul Kehrer · 11 years ago
  34. b481889 Rephrase for additional clairyt by Alex Gaynor · 12 years ago
  35. 007e5e1 Verify the tag len for GCM by Alex Gaynor · 12 years ago
  36. fe2e3c2 add padding info to docs by Paul Kehrer · 12 years ago
  37. 43cf688 Merge pull request #418 from reaperhulk/move-contexts by David Reid · 12 years ago
  38. af0b9f5 GCM does not require padding (removing from docs example) by Paul Kehrer · 12 years ago
  39. ad6d164 move ciphercontext/aeadciphercontext to bottom of symmetric encryption by Paul Kehrer · 12 years ago
  40. 75832bc Merge pull request #416 from dreid/improved-aead-examples by Alex Gaynor · 12 years ago
  41. abb72d2 Make the example more complete and add some comments walking the user through some stuff. by David Reid · 12 years ago
  42. 78569d6 Try making the AEAD examples less dense. by David Reid · 12 years ago
  43. bb996d7 also remove CAST5 docs by Paul Kehrer · 12 years ago
  44. 4b31af7 Merge branch 'master' into fernet by Alex Gaynor · 12 years ago
  45. d5c351e Merge pull request #325 from public/unsupported-cipher-messages by Alex Gaynor · 12 years ago
  46. 35cb365 UnsupportedAlgorithm error messages for Ciphers by Alex Stapleton · 12 years ago
  47. 048d6cb a few more doc changes to gcm tag info by Paul Kehrer · 12 years ago
  48. fc73e2d prose updates for GCM tag by Paul Kehrer · 12 years ago
  49. a7fbf07 doc updates by Paul Kehrer · 12 years ago
  50. ca73504 add note regarding not truncating tags by Paul Kehrer · 12 years ago
  51. 2724ff6 Link from symmetric encryption to fernet by Alex Gaynor · 12 years ago
  52. ffb7726 Merge pull request #308 from alex/rename-bindings by Donald Stufft · 12 years ago
  53. d83c590 Need to include the imports by Alex Gaynor · 12 years ago
  54. f8796b1 Renamed bindings to backends by Alex Gaynor · 12 years ago
  55. 989061d Prefer executable code examples by Alex Gaynor · 12 years ago
  56. f56444d Always show where a baackend comes form in the docs by Alex Gaynor · 12 years ago
  57. b5c4891 Merge pull request #285 from reaperhulk/fix-282 by Alex Gaynor · 12 years ago
  58. a07925a update docs to explain tag requirements and valueerror by Paul Kehrer · 12 years ago
  59. 0d23e94 Don't show so much stuff by Alex Gaynor · 12 years ago
  60. d4f9383 Be more specific about when you can trust authentication on GCM by Alex Gaynor · 12 years ago
  61. 6728437 link to NIST GCM PDF where NIST recommends 96-bit IV for perf with GCM by Paul Kehrer · 12 years ago
  62. cd28a7c remove AEADDecryptionContext references from GCM docs by Paul Kehrer · 12 years ago
  63. 5578c66 improve language for gcm docs by Paul Kehrer · 12 years ago
  64. 5b828b1 attempt to document the new interfaces for AEAD by Paul Kehrer · 12 years ago
  65. e0b5bb1 explicit backend fix for gcm docs by Paul Kehrer · 12 years ago
  66. 26c8c6a begin adding warnings to GCM mode by Paul Kehrer · 12 years ago
  67. 67abc86 document tag param for GCM object by Paul Kehrer · 12 years ago
  68. 0092c20 raise TypeError if you attempt to get the tag attribute on a decrypt by Paul Kehrer · 12 years ago
  69. bc31fb2 rename add_data to authenticate_additional_data for clarity (hopefully) by Paul Kehrer · 12 years ago
  70. 2631c2b gcm doc fixes (per review from alex) by Paul Kehrer · 12 years ago
  71. 6331daa gcm doc improvements by Paul Kehrer · 12 years ago
  72. 65c4e0a gcm doc fixes by Paul Kehrer · 12 years ago
  73. 22e80cb GCM support by Paul Kehrer · 12 years ago
  74. 1a278a8 Learn how to spell a word by Alex Gaynor · 12 years ago
  75. e60e1d7 Merge pull request #227 from dreid/explicit-backend-in-hazmat by Alex Gaynor · 12 years ago
  76. bae899a Change teh exception by Alex Gaynor · 12 years ago
  77. 797dd83 Documentation! by Alex Gaynor · 12 years ago
  78. 663295d Document all the parameters including cross references to specific providers where appropriate. by David Reid · 12 years ago
  79. 63fa19a Use backend as keyword argument everywhere. by David Reid · 12 years ago
  80. 846460a Fix doctests. by David Reid · 12 years ago
  81. ef0fcf2 Add a default_backend and start updating docs. by David Reid · 12 years ago
  82. b317c7a Another two by Alex Gaynor · 12 years ago
  83. 9316f4c Fixed some spelling mistakes by Alex Gaynor · 12 years ago
  84. 9b70ba3 Also mention finalize by Alex Gaynor · 12 years ago
  85. 34511c6 Use AlreadyFinalized for symmetric ciphers by Alex Gaynor · 12 years ago
  86. 1aefe58 Merge pull request #214 from reaperhulk/arc4-support by David Reid · 12 years ago
  87. 0994c56 update docs to include arc4 example by Paul Kehrer · 12 years ago
  88. ab5f011 Be more and more explicit about how to do things correctly by Alex Gaynor · 12 years ago
  89. 129d61e Merge branch 'master' into arc4-support by Paul Kehrer · 12 years ago
  90. 635b542 Merge pull request #231 from dreid/mode-interface-properties by Alex Gaynor · 12 years ago
  91. 9de452d Typo by Alex Gaynor · 12 years ago
  92. 8ed651e Be really explicit about what's good and bad by Alex Gaynor · 12 years ago
  93. 30722b9 Add a new Mode interface to document mode.name and start on some prose docs for interfaces. by David Reid · 12 years ago
  94. 4da28c3 ARC4 support by Paul Kehrer · 12 years ago
  95. 051099e update docs by Paul Kehrer · 12 years ago
  96. 3949f11 Changed excpetion name based on feedback from dreid by Alex Gaynor · 12 years ago
  97. f1a3fc0 Document and implement the public API for when the backend doesn't support the requested algorithm by Alex Gaynor · 12 years ago
  98. bf2de74 better english by Alex Gaynor · 12 years ago
  99. fc09a7c For example by Alex Gaynor · 12 years ago
  100. d1f0201 Document how this returns bytes by Alex Gaynor · 12 years ago