1. af0b9f5 GCM does not require padding (removing from docs example) by Paul Kehrer · 12 years ago
  2. 75832bc Merge pull request #416 from dreid/improved-aead-examples by Alex Gaynor · 12 years ago
  3. abb72d2 Make the example more complete and add some comments walking the user through some stuff. by David Reid · 12 years ago
  4. 78569d6 Try making the AEAD examples less dense. by David Reid · 12 years ago
  5. bb996d7 also remove CAST5 docs by Paul Kehrer · 12 years ago
  6. 4b31af7 Merge branch 'master' into fernet by Alex Gaynor · 12 years ago
  7. d5c351e Merge pull request #325 from public/unsupported-cipher-messages by Alex Gaynor · 12 years ago
  8. 35cb365 UnsupportedAlgorithm error messages for Ciphers by Alex Stapleton · 12 years ago
  9. 048d6cb a few more doc changes to gcm tag info by Paul Kehrer · 12 years ago
  10. fc73e2d prose updates for GCM tag by Paul Kehrer · 12 years ago
  11. a7fbf07 doc updates by Paul Kehrer · 12 years ago
  12. ca73504 add note regarding not truncating tags by Paul Kehrer · 12 years ago
  13. 2724ff6 Link from symmetric encryption to fernet by Alex Gaynor · 12 years ago
  14. ffb7726 Merge pull request #308 from alex/rename-bindings by Donald Stufft · 12 years ago
  15. d83c590 Need to include the imports by Alex Gaynor · 12 years ago
  16. f8796b1 Renamed bindings to backends by Alex Gaynor · 12 years ago
  17. 989061d Prefer executable code examples by Alex Gaynor · 12 years ago
  18. f56444d Always show where a baackend comes form in the docs by Alex Gaynor · 12 years ago
  19. b5c4891 Merge pull request #285 from reaperhulk/fix-282 by Alex Gaynor · 12 years ago
  20. a07925a update docs to explain tag requirements and valueerror by Paul Kehrer · 12 years ago
  21. 0d23e94 Don't show so much stuff by Alex Gaynor · 12 years ago
  22. d4f9383 Be more specific about when you can trust authentication on GCM by Alex Gaynor · 12 years ago
  23. 6728437 link to NIST GCM PDF where NIST recommends 96-bit IV for perf with GCM by Paul Kehrer · 12 years ago
  24. cd28a7c remove AEADDecryptionContext references from GCM docs by Paul Kehrer · 12 years ago
  25. 5578c66 improve language for gcm docs by Paul Kehrer · 12 years ago
  26. 5b828b1 attempt to document the new interfaces for AEAD by Paul Kehrer · 12 years ago
  27. e0b5bb1 explicit backend fix for gcm docs by Paul Kehrer · 12 years ago
  28. 26c8c6a begin adding warnings to GCM mode by Paul Kehrer · 12 years ago
  29. 67abc86 document tag param for GCM object by Paul Kehrer · 12 years ago
  30. 0092c20 raise TypeError if you attempt to get the tag attribute on a decrypt by Paul Kehrer · 12 years ago
  31. bc31fb2 rename add_data to authenticate_additional_data for clarity (hopefully) by Paul Kehrer · 12 years ago
  32. 2631c2b gcm doc fixes (per review from alex) by Paul Kehrer · 12 years ago
  33. 6331daa gcm doc improvements by Paul Kehrer · 12 years ago
  34. 65c4e0a gcm doc fixes by Paul Kehrer · 12 years ago
  35. 22e80cb GCM support by Paul Kehrer · 12 years ago
  36. 1a278a8 Learn how to spell a word by Alex Gaynor · 12 years ago
  37. e60e1d7 Merge pull request #227 from dreid/explicit-backend-in-hazmat by Alex Gaynor · 12 years ago
  38. bae899a Change teh exception by Alex Gaynor · 12 years ago
  39. 797dd83 Documentation! by Alex Gaynor · 12 years ago
  40. 663295d Document all the parameters including cross references to specific providers where appropriate. by David Reid · 12 years ago
  41. 63fa19a Use backend as keyword argument everywhere. by David Reid · 12 years ago
  42. 846460a Fix doctests. by David Reid · 12 years ago
  43. ef0fcf2 Add a default_backend and start updating docs. by David Reid · 12 years ago
  44. b317c7a Another two by Alex Gaynor · 12 years ago
  45. 9316f4c Fixed some spelling mistakes by Alex Gaynor · 12 years ago
  46. 9b70ba3 Also mention finalize by Alex Gaynor · 12 years ago
  47. 34511c6 Use AlreadyFinalized for symmetric ciphers by Alex Gaynor · 12 years ago
  48. 1aefe58 Merge pull request #214 from reaperhulk/arc4-support by David Reid · 12 years ago
  49. 0994c56 update docs to include arc4 example by Paul Kehrer · 12 years ago
  50. ab5f011 Be more and more explicit about how to do things correctly by Alex Gaynor · 12 years ago
  51. 129d61e Merge branch 'master' into arc4-support by Paul Kehrer · 12 years ago
  52. 635b542 Merge pull request #231 from dreid/mode-interface-properties by Alex Gaynor · 12 years ago
  53. 9de452d Typo by Alex Gaynor · 12 years ago
  54. 8ed651e Be really explicit about what's good and bad by Alex Gaynor · 12 years ago
  55. 30722b9 Add a new Mode interface to document mode.name and start on some prose docs for interfaces. by David Reid · 12 years ago
  56. 4da28c3 ARC4 support by Paul Kehrer · 12 years ago
  57. 051099e update docs by Paul Kehrer · 12 years ago
  58. 3949f11 Changed excpetion name based on feedback from dreid by Alex Gaynor · 12 years ago
  59. f1a3fc0 Document and implement the public API for when the backend doesn't support the requested algorithm by Alex Gaynor · 12 years ago
  60. bf2de74 better english by Alex Gaynor · 12 years ago
  61. fc09a7c For example by Alex Gaynor · 12 years ago
  62. d1f0201 Document how this returns bytes by Alex Gaynor · 12 years ago
  63. 6022d45 add CAST5 docs by Paul Kehrer · 12 years ago
  64. 3446d81 move blowfish docs to new weak ciphers section, linkify aes by Paul Kehrer · 12 years ago
  65. 5df0abe add bf docs by Paul Kehrer · 12 years ago
  66. af82d5e Made a sphinx extension which emits the hazardous materials danger admonition by Alex Gaynor · 12 years ago
  67. b2d5efd More docs by Alex Gaynor · 12 years ago
  68. e51fb93 Move the danger to the very top of the file by Donald Stufft · 12 years ago
  69. d8f0118 Warn about dragons and dinosaurs with laser guns by Donald Stufft · 12 years ago
  70. f04317a Move primtives into a hazmat package by Donald Stufft · 12 years ago[Renamed (93%) from docs/primitives/symmetric-encryption.rst]
  71. 01fbdf7 Merge pull request #181 from reaperhulk/error-handling by Alex Gaynor · 12 years ago