1. 1cfc5d5 A few more docs fixes by Alex Gaynor · 11 years ago
  2. 4922c45 fixed a syntax error in the docs by Alex Gaynor · 11 years ago
  3. 3654d2f remove deprecated DSA classes/methods and update tests by Paul Kehrer · 11 years ago
  4. e055b27 remove docs for fully deprecated classes/methods by Paul Kehrer · 11 years ago
  5. b366f39 Wrap lines appropriately by Alex Gaynor · 11 years ago
  6. 77e95a0 deprecate backend method names for elliptic curve number loading by Paul Kehrer · 11 years ago
  7. 801e8c1 Added all changes lost in merge reset by michael-hart · 11 years ago
  8. 99e61ea typo fix by Alex Gaynor · 11 years ago
  9. e0e9541 Document the new interface by Alexander Gaynor · 11 years ago
  10. a1f1afa Reorder the backend interfaces in the docs to group them more sensibly by Alexander Gaynor · 11 years ago
  11. 1262be2 deprecate DSA backend methods by Paul Kehrer · 11 years ago
  12. 298effd rename backend method, add some docs by Paul Kehrer · 11 years ago
  13. 0739afc add new DSABackend interface methods for loading numbers by Paul Kehrer · 11 years ago
  14. 6e85b17 deprecate mgf1_hash_supported. fixes #1133 by Paul Kehrer · 11 years ago
  15. f2fb02a deprecate old RSA classes and methods by Paul Kehrer · 11 years ago
  16. da76ae0 Document UnsupportedAlgorithm in a super vague way. by David Reid · 11 years ago
  17. c57a376 Document the valueerror these might raise. by David Reid · 11 years ago
  18. a674afe Split load_rsa_numbers into load_rsa_private_numbers and load_rsa_public_numbers. by David Reid · 11 years ago
  19. 576a153 Resolve conflict. by David Reid · 11 years ago
  20. 68b509a Document the backend interface. by David Reid · 11 years ago
  21. 13f1d8d EllipticCurveBackend interfaces by Alex Stapleton · 11 years ago
  22. 286c7dc add some missing docs for PKCS8SerializationBackend, update changelog by Paul Kehrer · 11 years ago
  23. 1b760f1 improve language in generate_rsa_parameters_supported docs by Paul Kehrer · 11 years ago
  24. 342d2e4 add generate_rsa_parameters_supported to RSABackend by Paul Kehrer · 11 years ago
  25. c333dbc add rsa_padding_supported interface to RSABackend and OpenSSL backend by Paul Kehrer · 11 years ago
  26. 969f18e Word wrap some long lines in teh docs by Alex Gaynor · 11 years ago
  27. c929e40 Improve RSABackend interface docs (fixes #1022) by Paul Kehrer · 11 years ago
  28. 0b3ff3b DSA signing support (this is mostly skeuomorf's work, credit to him) by Paul Kehrer · 11 years ago
  29. 21babbb updates for review feedback by Paul Kehrer · 11 years ago
  30. b403787 add interface docs for dsa_params_supported by Paul Kehrer · 11 years ago
  31. 43dc276 remove dsa_signature_from_components since it's no longer needed by Paul Kehrer · 11 years ago
  32. 59edb61 Add DSA verification docs by Mohammed Attia · 11 years ago
  33. db1524b Merge pull request #962 from reaperhulk/rsa-enc by Alex Gaynor · 11 years ago
  34. 458c09b Rename OpenSSLSerializationBackend by Alex Stapleton · 11 years ago
  35. 4e602f3 RSA encryption support by Paul Kehrer · 11 years ago
  36. 239d518 More phrasing by Alex Gaynor · 11 years ago
  37. c9dc0a0 Also fix up some phrasings by Alex Gaynor · 11 years ago
  38. a57763a Removed strange use of quotes by Alex Gaynor · 11 years ago
  39. fa4a6b2 Added CMAC docs by Ayrx · 11 years ago
  40. 4c0a374 docs, tests, general huge improvements to RSA decryption by Paul Kehrer · 11 years ago
  41. 6cf29f2 Changed cmac_supported() to cmac_algorithm_supported() by Ayrx · 11 years ago
  42. 97a72fd Added CMAC backend interface documentation by Ayrx · 11 years ago
  43. 29474ac Add docs for DSA parameters and key generation by Mohammed Attia · 11 years ago
  44. c5fffd3 Standardise on sentence case for titles by Alex Stapleton · 11 years ago
  45. 06c7793 add mgf1_hash_supported to the RSABackend interface by Paul Kehrer · 11 years ago
  46. c6a6f31 Convert stuff by Alex Gaynor · 11 years ago
  47. 2fb76a3 OpenSSL "traditional" key format loading... by Alex Stapleton · 11 years ago
  48. 430202d let's try renaming everything I said I'd rename by Paul Kehrer · 11 years ago
  49. dd3780a some grammar fixes, rename a method or two by Paul Kehrer · 11 years ago
  50. 3292c99 create_rsa_sign_ctx->create_rsa_signature_ctx by Paul Kehrer · 11 years ago
  51. 2b3f0fc add docs for sign/verify ctx creation interface by Paul Kehrer · 11 years ago
  52. ae17250 Merge pull request #579 from public/words by Alex Gaynor · 12 years ago
  53. e009ad2 s/bit_length/key_size/ (again) by Alex Stapleton · 12 years ago
  54. 63b3de2 s/which/that/ by Alex Stapleton · 12 years ago
  55. 209a132 Start of an RSABackend interface by Alex Stapleton · 12 years ago
  56. 585c99c Document which backends implement which itnerfaces. Fixes #538 by Alex Gaynor · 12 years ago
  57. b2ff877 Merge pull request #520 from reaperhulk/pbkdf2-openssl by David Reid · 12 years ago
  58. 446cc2a a few typo fixes, capitalization, etc by Paul Kehrer · 12 years ago
  59. c58b478 update docs re: PBKDF2HMAC iterations by Paul Kehrer · 12 years ago
  60. 589b908 doc updates based on review by Paul Kehrer · 12 years ago
  61. 98e40e6 rename PBKDF2 to PBKDF2HMAC, address many other review comments by Paul Kehrer · 12 years ago
  62. 5d1af21 documentation improvements for KDF by Paul Kehrer · 12 years ago
  63. b6d764c pbkdf2 docs by Paul Kehrer · 12 years ago
  64. 1050ddf PBKDF2 support for OpenSSL backend by Paul Kehrer · 12 years ago
  65. e2ad5ca Remove register_cipher_adapter from the interface and the documentation. by David Reid · 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. f8796b1 Renamed bindings to backends by Alex Gaynor · 12 years ago[Renamed (98%) from docs/hazmat/bindings/interfaces.rst]
  69. a07925a update docs to explain tag requirements and valueerror by Paul Kehrer · 12 years ago
  70. 6b9df81 Describe what backends provide via these interfaces and that not all backends must provide all interfaces. by David Reid · 12 years ago
  71. 6624a44 Hashes and HMACs. by David Reid · 12 years ago
  72. 5973f4c Document backend interfaces. by David Reid · 12 years ago
  73. 2a746ce Start documenting the backend interfaces. by David Reid · 12 years ago