aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
Commit message (Collapse)AuthorAgeFilesLines
...
* move cipher and mode interfacesPaul Kehrer2015-02-131-12/+12
|
* move hash interfacesPaul Kehrer2015-02-131-11/+11
|
* make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-121-9/+9
|
* remove unused X509 certificate interfacePaul Kehrer2015-02-121-4/+2
| | | | | | We merged this interface and then changed our approach and use the cryptography.x509.Certificate interface instead. This one was never directly used.
* Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsaAlex Stapleton2015-01-241-3/+3
|
* Move DSA* interfaces to interfaces.dsa moduleAlex Stapleton2015-01-221-6/+6
|
* Merge pull request #1608 from reaperhulk/der-backend-interfacesAlex Gaynor2015-01-171-0/+24
|\ | | | | add DER backend interfaces
| * add DER backend interfacesPaul Kehrer2015-01-041-0/+24
| |
* | Increase the year in some of our docsAlex Gaynor2015-01-081-2/+2
|/
* Update OpenSSL backend docs.Terry Chia2014-12-281-2/+3
|
* Fixed some grammar in the docsAlex Gaynor2014-12-271-10/+10
|
* remove fully deprecated items from 0.6 deprecation cyclePaul Kehrer2014-12-181-45/+0
|
* 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
| | | | fixes #1270
* 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 ↵David Reid2014-06-031-8/+11
| | | | load_rsa_public_numbers.
* 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
|