aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS for a number of URLs in the docsAlex Gaynor2014-12-121-1/+1
* add load_der_x509_certificate X509Backend methodPaul Kehrer2014-11-241-0/+7
* update docs with review feedbackPaul Kehrer2014-11-241-3/+2
* add backend interface for loading x509 certificatesPaul Kehrer2014-11-241-0/+14
* A few more docs fixesAlex Gaynor2014-11-231-2/+1
* fixed a syntax error in the docsAlex Gaynor2014-11-201-7/+7
* remove deprecated DSA classes/methods and update testsPaul Kehrer2014-09-301-33/+0
* remove docs for fully deprecated classes/methodsPaul Kehrer2014-09-291-100/+0
* Wrap lines appropriatelyAlex Gaynor2014-09-291-1/+2
* deprecate backend method names for elliptic curve number loadingPaul Kehrer2014-09-271-2/+2
* Added all changes lost in merge resetmichael-hart2014-09-261-0/+6
* typo fixAlex Gaynor2014-09-081-1/+1
* Document the new interfaceAlexander Gaynor2014-07-191-2/+19
* Reorder the backend interfaces in the docs to group them more sensiblyAlexander Gaynor2014-07-181-73/+72
* Get rid of remaining pycon blocksAlex Stapleton2014-07-121-1/+18
* deprecate DSA backend methodsPaul Kehrer2014-06-281-0/+4
* rename backend method, add some docsPaul Kehrer2014-06-271-0/+16
* add new DSABackend interface methods for loading numbersPaul Kehrer2014-06-221-0/+34
* deprecate mgf1_hash_supported. fixes #1133Paul Kehrer2014-06-201-1/+4
* deprecate old RSA classes and methodsPaul Kehrer2014-06-191-0/+8
* Document UnsupportedAlgorithm in a super vague way.David Reid2014-06-031-0/+6
* Document the valueerror these might raise.David Reid2014-06-031-0/+8
* Split load_rsa_numbers into load_rsa_private_numbers and load_rsa_public_numb...David Reid2014-06-031-8/+11
* Resolve conflict.David Reid2014-06-031-3/+1
* Document the backend interface.David Reid2014-06-031-0/+16
* EllipticCurveBackend interfacesAlex Stapleton2014-05-311-0/+51
* add some missing docs for PKCS8SerializationBackend, update changelogPaul Kehrer2014-05-312-0/+24
* improve language in generate_rsa_parameters_supported docsPaul Kehrer2014-05-261-2/+2
* add generate_rsa_parameters_supported to RSABackendPaul Kehrer2014-05-251-0/+9
* add rsa_padding_supported interface to RSABackend and OpenSSL backendPaul Kehrer2014-05-241-0/+11
* Word wrap some long lines in teh docsAlex Gaynor2014-05-173-9/+9
* Improve RSABackend interface docs (fixes #1022)Paul Kehrer2014-05-091-0/+14
* DSA signing support (this is mostly skeuomorf's work, credit to him)Paul Kehrer2014-05-011-0/+13
* document that the OpenSSL backend conforms to the CMACBackend interfacePaul Kehrer2014-05-011-0/+1
* updates for review feedbackPaul Kehrer2014-05-011-4/+7
* add interface docs for dsa_params_supportedPaul Kehrer2014-04-301-0/+9
* remove dsa_signature_from_components since it's no longer neededPaul Kehrer2014-04-301-9/+1
* Add DSA verification docsMohammed Attia2014-04-302-0/+33
* Merge pull request #962 from reaperhulk/rsa-encAlex Gaynor2014-04-261-0/+12
|\
| * RSA encryption supportPaul Kehrer2014-04-241-0/+12
* | Rename OpenSSLSerializationBackendAlex Stapleton2014-04-251-3/+3
|/
* More phrasingAlex Gaynor2014-04-241-4/+4
* Also fix up some phrasingsAlex Gaynor2014-04-241-8/+9
* Removed strange use of quotesAlex Gaynor2014-04-241-1/+1
* New Anchor hereAlex Gaynor2014-04-231-1/+1
* Added CMAC docsAyrx2014-04-221-1/+1
* docs, tests, general huge improvements to RSA decryptionPaul Kehrer2014-04-201-0/+12
* Changed cmac_supported() to cmac_algorithm_supported()Ayrx2014-04-161-2/+5
* Added CMAC backend interface documentationAyrx2014-04-151-0/+24
* Add docs for DSA parameters and key generationMohammed Attia2014-04-041-0/+34