1. 7eaaf0c fix rebase mistake in the docs by Paul Kehrer · 10 years ago
  2. bfac2d1 CertificateRevocationListBuilder by Paul Kehrer · 10 years ago
  3. 48f17cb Merge pull request #2565 from reaperhulk/crl-interface by Alex Gaynor · 10 years ago
  4. 6b3184c Use clearer language in the backend interface docs. by Alex Gaynor · 10 years ago
  5. a3ef621 better language by Paul Kehrer · 10 years ago
  6. 07b7e7f add create_x509_crl interface by Paul Kehrer · 10 years ago
  7. 1ae7653 rename sign_x509_certificate backend method to create_x509_certificate by Paul Kehrer · 10 years ago
  8. 0d62a07 add missing sign_x509_certificate X509Backend interface docs by Paul Kehrer · 10 years ago
  9. a9732f5 add two missing methods to backend interface docs by Paul Kehrer · 10 years ago
  10. 677c531 Fixed the anchor of a URL that changed on wikipedia by Alex Gaynor · 10 years ago
  11. b7c6029 DH backend interfaces by Alex Stapleton · 11 years ago
  12. 7e007d5 add missing "signing" by Paul Kehrer · 10 years ago
  13. a1a1f23 rename to CertificateSigningRequest by Paul Kehrer · 10 years ago
  14. 31e3988 rename request to CSR by Paul Kehrer · 10 years ago
  15. dc480ad basic support for parsing x509 requests by Paul Kehrer · 10 years ago
  16. 891efd9 missed some links by Paul Kehrer · 10 years ago
  17. 99a249d support DER public and private key loading in the openssl backend by Paul Kehrer · 11 years ago
  18. 3fad190 This link is also HTTPS by Alex Gaynor · 10 years ago
  19. 64ddb7a move asymmetric padding interface to primitives.asymmetric.padding by Paul Kehrer · 10 years ago
  20. 7c5c9fe export interfaces from base in ciphers, update docs by Paul Kehrer · 10 years ago
  21. 513b7cb move cipher and mode interfaces by Paul Kehrer · 10 years ago
  22. 601278a move hash interfaces by Paul Kehrer · 11 years ago
  23. 45efdbc make our docs job nitpicky and fix every broken link by Paul Kehrer · 11 years ago
  24. 13b6aff remove unused X509 certificate interface by Paul Kehrer · 11 years ago
  25. f79c231 Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa by Alex Stapleton · 11 years ago
  26. f48f69d Move DSA* interfaces to interfaces.dsa module by Alex Stapleton · 11 years ago
  27. 2dcdf87 Merge pull request #1608 from reaperhulk/der-backend-interfaces by Alex Gaynor · 11 years ago
  28. 20c4404 Increase the year in some of our docs by Alex Gaynor · 11 years ago
  29. 76da86a add DER backend interfaces by Paul Kehrer · 11 years ago
  30. 7b59df1 Update OpenSSL backend docs. by Terry Chia · 11 years ago
  31. fecf644 Fixed some grammar in the docs by Alex Gaynor · 11 years ago
  32. 60657bb remove fully deprecated items from 0.6 deprecation cycle by Paul Kehrer · 11 years ago
  33. e9df294 Use HTTPS for a number of URLs in the docs by Alex Gaynor · 11 years ago
  34. 8473df6 add load_der_x509_certificate X509Backend method by Paul Kehrer · 11 years ago
  35. 333ae9b update docs with review feedback by Paul Kehrer · 11 years ago
  36. 6c4302e add backend interface for loading x509 certificates by Paul Kehrer · 11 years ago
  37. 1cfc5d5 A few more docs fixes by Alex Gaynor · 11 years ago
  38. 4922c45 fixed a syntax error in the docs by Alex Gaynor · 11 years ago
  39. 3654d2f remove deprecated DSA classes/methods and update tests by Paul Kehrer · 11 years ago
  40. e055b27 remove docs for fully deprecated classes/methods by Paul Kehrer · 11 years ago
  41. b366f39 Wrap lines appropriately by Alex Gaynor · 11 years ago
  42. 77e95a0 deprecate backend method names for elliptic curve number loading by Paul Kehrer · 11 years ago
  43. 801e8c1 Added all changes lost in merge reset by michael-hart · 11 years ago
  44. 99e61ea typo fix by Alex Gaynor · 11 years ago
  45. e0e9541 Document the new interface by Alexander Gaynor · 11 years ago
  46. a1f1afa Reorder the backend interfaces in the docs to group them more sensibly by Alexander Gaynor · 11 years ago
  47. faf305b Get rid of remaining pycon blocks by Alex Stapleton · 11 years ago
  48. 1262be2 deprecate DSA backend methods by Paul Kehrer · 11 years ago
  49. 298effd rename backend method, add some docs by Paul Kehrer · 11 years ago
  50. 0739afc add new DSABackend interface methods for loading numbers by Paul Kehrer · 11 years ago
  51. 6e85b17 deprecate mgf1_hash_supported. fixes #1133 by Paul Kehrer · 11 years ago
  52. f2fb02a deprecate old RSA classes and methods by Paul Kehrer · 11 years ago
  53. da76ae0 Document UnsupportedAlgorithm in a super vague way. by David Reid · 11 years ago
  54. c57a376 Document the valueerror these might raise. by David Reid · 11 years ago
  55. a674afe Split load_rsa_numbers into load_rsa_private_numbers and load_rsa_public_numbers. by David Reid · 11 years ago
  56. 576a153 Resolve conflict. by David Reid · 11 years ago
  57. 68b509a Document the backend interface. by David Reid · 11 years ago
  58. 13f1d8d EllipticCurveBackend interfaces by Alex Stapleton · 11 years ago
  59. 286c7dc add some missing docs for PKCS8SerializationBackend, update changelog by Paul Kehrer · 11 years ago
  60. 1b760f1 improve language in generate_rsa_parameters_supported docs by Paul Kehrer · 11 years ago
  61. 342d2e4 add generate_rsa_parameters_supported to RSABackend by Paul Kehrer · 11 years ago
  62. c333dbc add rsa_padding_supported interface to RSABackend and OpenSSL backend by Paul Kehrer · 11 years ago
  63. 969f18e Word wrap some long lines in teh docs by Alex Gaynor · 11 years ago
  64. c929e40 Improve RSABackend interface docs (fixes #1022) by Paul Kehrer · 11 years ago
  65. 0b3ff3b DSA signing support (this is mostly skeuomorf's work, credit to him) by Paul Kehrer · 11 years ago
  66. 3d75429 document that the OpenSSL backend conforms to the CMACBackend interface by Paul Kehrer · 11 years ago
  67. 21babbb updates for review feedback by Paul Kehrer · 11 years ago
  68. b403787 add interface docs for dsa_params_supported by Paul Kehrer · 11 years ago
  69. 43dc276 remove dsa_signature_from_components since it's no longer needed by Paul Kehrer · 11 years ago
  70. 59edb61 Add DSA verification docs by Mohammed Attia · 11 years ago
  71. db1524b Merge pull request #962 from reaperhulk/rsa-enc by Alex Gaynor · 11 years ago
  72. 458c09b Rename OpenSSLSerializationBackend by Alex Stapleton · 11 years ago
  73. 4e602f3 RSA encryption support by Paul Kehrer · 11 years ago
  74. 239d518 More phrasing by Alex Gaynor · 11 years ago
  75. c9dc0a0 Also fix up some phrasings by Alex Gaynor · 11 years ago
  76. a57763a Removed strange use of quotes by Alex Gaynor · 11 years ago
  77. 2332c19 New Anchor here by Alex Gaynor · 11 years ago
  78. fa4a6b2 Added CMAC docs by Ayrx · 11 years ago
  79. 4c0a374 docs, tests, general huge improvements to RSA decryption by Paul Kehrer · 11 years ago
  80. 6cf29f2 Changed cmac_supported() to cmac_algorithm_supported() by Ayrx · 11 years ago
  81. 97a72fd Added CMAC backend interface documentation by Ayrx · 11 years ago
  82. 29474ac Add docs for DSA parameters and key generation by Mohammed Attia · 11 years ago
  83. c5fffd3 Standardise on sentence case for titles by Alex Stapleton · 11 years ago
  84. 933afee Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interface by Alex Gaynor · 11 years ago
  85. 06c7793 add mgf1_hash_supported to the RSABackend interface by Paul Kehrer · 11 years ago
  86. 12649af document our oldest supported openssl and deny older support by Paul Kehrer · 11 years ago
  87. c44e0f0 Added note in documentation about OS X version support by Ayrx · 11 years ago
  88. c6a6f31 Convert stuff by Alex Gaynor · 11 years ago
  89. 2fb76a3 OpenSSL "traditional" key format loading... by Alex Stapleton · 11 years ago
  90. 430202d let's try renaming everything I said I'd rename by Paul Kehrer · 11 years ago
  91. dd3780a some grammar fixes, rename a method or two by Paul Kehrer · 11 years ago
  92. 3292c99 create_rsa_sign_ctx->create_rsa_signature_ctx by Paul Kehrer · 11 years ago
  93. 2b3f0fc add docs for sign/verify ctx creation interface by Paul Kehrer · 11 years ago
  94. 039b478 typo by Paul Kehrer · 12 years ago
  95. 012bfbc less confusing language by Paul Kehrer · 12 years ago
  96. b4f7d88 be accurate when telling users what CryptGenRandom uses under the hood by Paul Kehrer · 12 years ago
  97. 8f2250f Generate RSA Keys by Alex Stapleton · 12 years ago
  98. ae17250 Merge pull request #579 from public/words by Alex Gaynor · 12 years ago
  99. e009ad2 s/bit_length/key_size/ (again) by Alex Stapleton · 12 years ago
  100. 96f31fd Merge pull request #577 from public/backend-rsa-interface by Paul Kehrer · 12 years ago