1. c368ac2 Split OpenSSL binding by Alex Stapleton · 11 years ago
  2. e68d73e Document compiling OpenSSL to avoid conflicts by Alex Stapleton · 11 years ago
  3. b808f8c Remove verify from Hash. by Julian Krause · 11 years ago
  4. e62760a Merge branch 'master' of https://github.com/pyca/cryptography into verify by Julian Krause · 11 years ago
  5. c91fe6a Clean up documentation and naming. by Julian Krause · 11 years ago
  6. 8f42fe4 Slightly reorganize and cleanuip the backend docs by Alex Gaynor · 11 years ago
  7. 4f776c4 fix erroneous indent and add abstractmethod to HMACBackend by Paul Kehrer · 11 years ago
  8. 90ae866 add hmac_supported method to backend. by Paul Kehrer · 11 years ago
  9. d5c351e Merge pull request #325 from public/unsupported-cipher-messages by Alex Gaynor · 11 years ago
  10. 35cb365 UnsupportedAlgorithm error messages for Ciphers by Alex Stapleton · 11 years ago
  11. 8eda240 Merge pull request #327 from reaperhulk/gcm-lower-limit-tag by Alex Gaynor · 11 years ago
  12. 048d6cb a few more doc changes to gcm tag info by Paul Kehrer · 11 years ago
  13. fc73e2d prose updates for GCM tag by Paul Kehrer · 11 years ago
  14. a7fbf07 doc updates by Paul Kehrer · 11 years ago
  15. ca73504 add note regarding not truncating tags by Paul Kehrer · 11 years ago
  16. 9b7624e Merge pull request #326 from public/unsupported-hmac-hash by Alex Gaynor · 11 years ago
  17. 447d64f Raise UnsupportedAlgorithm when initing HMACs by Alex Stapleton · 11 years ago
  18. 1b1327c Raise UnsupportedAlgorithm when initing Hash() by Alex Stapleton · 11 years ago
  19. 2288e30 Add verify function to hmac and hashes. by Julian Krause · 11 years ago
  20. 668d480 BlockCipherAlgorithm because we should document block_size and ARC4 shouldn't need block_size = 1. by David Reid · 11 years ago
  21. ffb7726 Merge pull request #308 from alex/rename-bindings by Donald Stufft · 11 years ago
  22. 0e9c4d1 Merge pull request #307 from alex/prefer-doctest by Paul Kehrer · 11 years ago
  23. ca4a22b Merge pull request #283 from juliankrause/constant_time by Paul Kehrer · 11 years ago
  24. 383a04c Remove plural. by Julian Krause · 11 years ago
  25. d83c590 Need to include the imports by Alex Gaynor · 11 years ago
  26. f8796b1 Renamed bindings to backends by Alex Gaynor · 11 years ago
  27. 989061d Prefer executable code examples by Alex Gaynor · 11 years ago
  28. f56444d Always show where a baackend comes form in the docs by Alex Gaynor · 11 years ago
  29. 848f770 Update documentation again to make it clearer what this is for. Moved to using Coda Hale's post. by Julian Krause · 11 years ago
  30. ae9dc8b Use the HTTPS verion of the link to cffi by Alex Gaynor · 11 years ago
  31. b5c4891 Merge pull request #285 from reaperhulk/fix-282 by Alex Gaynor · 11 years ago
  32. a07925a update docs to explain tag requirements and valueerror by Paul Kehrer · 11 years ago
  33. d6f14da Improve documentation. by Julian Krause · 11 years ago
  34. 0d23e94 Don't show so much stuff by Alex Gaynor · 11 years ago
  35. 9c3088f Beginnings of a constant_time module. by Julian Krause · 11 years ago
  36. d4f9383 Be more specific about when you can trust authentication on GCM by Alex Gaynor · 11 years ago
  37. 6728437 link to NIST GCM PDF where NIST recommends 96-bit IV for perf with GCM by Paul Kehrer · 11 years ago
  38. cd28a7c remove AEADDecryptionContext references from GCM docs by Paul Kehrer · 11 years ago
  39. 5578c66 improve language for gcm docs by Paul Kehrer · 11 years ago
  40. 5b828b1 attempt to document the new interfaces for AEAD by Paul Kehrer · 11 years ago
  41. e0b5bb1 explicit backend fix for gcm docs by Paul Kehrer · 11 years ago
  42. 26c8c6a begin adding warnings to GCM mode by Paul Kehrer · 11 years ago
  43. 67abc86 document tag param for GCM object by Paul Kehrer · 11 years ago
  44. 0092c20 raise TypeError if you attempt to get the tag attribute on a decrypt by Paul Kehrer · 11 years ago
  45. bc31fb2 rename add_data to authenticate_additional_data for clarity (hopefully) by Paul Kehrer · 11 years ago
  46. 2631c2b gcm doc fixes (per review from alex) by Paul Kehrer · 11 years ago
  47. 6331daa gcm doc improvements by Paul Kehrer · 11 years ago
  48. 65c4e0a gcm doc fixes by Paul Kehrer · 11 years ago
  49. 22e80cb GCM support by Paul Kehrer · 11 years ago
  50. 1a278a8 Learn how to spell a word by Alex Gaynor · 11 years ago
  51. e60e1d7 Merge pull request #227 from dreid/explicit-backend-in-hazmat by Alex Gaynor · 11 years ago
  52. d5d085e Put some docs for default_backend in a place. by David Reid · 11 years ago
  53. bae899a Change teh exception by Alex Gaynor · 11 years ago
  54. 797dd83 Documentation! by Alex Gaynor · 11 years ago
  55. 663295d Document all the parameters including cross references to specific providers where appropriate. by David Reid · 11 years ago
  56. 63fa19a Use backend as keyword argument everywhere. by David Reid · 11 years ago
  57. 846460a Fix doctests. by David Reid · 11 years ago
  58. ef0fcf2 Add a default_backend and start updating docs. by David Reid · 11 years ago
  59. 6b9df81 Describe what backends provide via these interfaces and that not all backends must provide all interfaces. by David Reid · 11 years ago
  60. 6624a44 Hashes and HMACs. by David Reid · 11 years ago
  61. 5973f4c Document backend interfaces. by David Reid · 11 years ago
  62. 2a746ce Start documenting the backend interfaces. by David Reid · 11 years ago
  63. 4a28d32 Merge pull request #262 from dreid/cipher-algorithm-interfaces by Donald Stufft · 11 years ago
  64. b317c7a Another two by Alex Gaynor · 11 years ago
  65. 9316f4c Fixed some spelling mistakes by Alex Gaynor · 11 years ago
  66. 0a394df Implement and document an interface for cipher algorithms by David Reid · 11 years ago
  67. 9489c76 Merge pull request #258 from alex/already-finalized by David Reid · 11 years ago
  68. 272d537 Here too by Alex Gaynor · 11 years ago
  69. 9b70ba3 Also mention finalize by Alex Gaynor · 11 years ago
  70. 2cce618 Make HMAC methods raise AlreadyFinalized. by David Reid · 11 years ago
  71. 34511c6 Use AlreadyFinalized for symmetric ciphers by Alex Gaynor · 11 years ago
  72. c2cddd2 Merge pull request #253 from dreid/hash-raise-after-finalize by Alex Gaynor · 11 years ago
  73. 9480129 Describe that hashes get real broken over time by Alex Gaynor · 11 years ago
  74. 6392a9c Document AlreadyFinalized. by David Reid · 11 years ago
  75. 1aefe58 Merge pull request #214 from reaperhulk/arc4-support by David Reid · 11 years ago
  76. 0994c56 update docs to include arc4 example by Paul Kehrer · 11 years ago
  77. ab5f011 Be more and more explicit about how to do things correctly by Alex Gaynor · 11 years ago
  78. 129d61e Merge branch 'master' into arc4-support by Paul Kehrer · 11 years ago
  79. 635b542 Merge pull request #231 from dreid/mode-interface-properties by Alex Gaynor · 11 years ago
  80. 9de452d Typo by Alex Gaynor · 11 years ago
  81. 8ed651e Be really explicit about what's good and bad by Alex Gaynor · 11 years ago
  82. 9ed25e4 Module documentation. by David Reid · 11 years ago
  83. bd18bcd Single space. by David Reid · 11 years ago
  84. 30722b9 Add a new Mode interface to document mode.name and start on some prose docs for interfaces. by David Reid · 11 years ago
  85. 4da28c3 ARC4 support by Paul Kehrer · 11 years ago
  86. 051099e update docs by Paul Kehrer · 11 years ago
  87. 58ecc8d Refer to the RFC in the HMAC docs by Alex Gaynor · 11 years ago
  88. 3949f11 Changed excpetion name based on feedback from dreid by Alex Gaynor · 11 years ago
  89. f1a3fc0 Document and implement the public API for when the backend doesn't support the requested algorithm by Alex Gaynor · 11 years ago
  90. 178f6f1 Merge pull request #211 from alex/stream-ciphers by David Reid · 11 years ago
  91. 33675c3 Merge pull request #212 from dreid/primitive-hmac by Alex Gaynor · 11 years ago
  92. 6753e39 Update documentation by David Reid · 11 years ago
  93. bf2de74 better english by Alex Gaynor · 11 years ago
  94. fc09a7c For example by Alex Gaynor · 11 years ago
  95. d1f0201 Document how this returns bytes by Alex Gaynor · 11 years ago
  96. 1496845 fixed rendering by Alex Gaynor · 11 years ago
  97. ce46b89 Merge pull request #200 from dreid/primitive-hashes by Alex Gaynor · 11 years ago
  98. 5560298 Improve Hash documentation. by David Reid · 11 years ago
  99. 6022d45 add CAST5 docs by Paul Kehrer · 11 years ago
  100. 3446d81 move blowfish docs to new weak ciphers section, linkify aes by Paul Kehrer · 11 years ago