aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends/interfaces.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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-311-0/+22
|
* 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-171-2/+2
|
* 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
|
* 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-301-0/+32
|
* Merge pull request #962 from reaperhulk/rsa-encAlex Gaynor2014-04-261-0/+12
|\ | | | | RSA encryption support
| * 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
|
* 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
|
* Standardise on sentence case for titlesAlex Stapleton2014-03-181-1/+1
|
* add mgf1_hash_supported to the RSABackend interfacePaul Kehrer2014-03-101-0/+14
|
* Convert stuffAlex Gaynor2014-03-061-1/+1
|
* OpenSSL "traditional" key format loading...Alex Stapleton2014-02-201-0/+23
| | | | Backend interface only.
* let's try renaming everything I said I'd renamePaul Kehrer2014-02-181-1/+1
|
* some grammar fixes, rename a method or twoPaul Kehrer2014-02-181-5/+5
|
* create_rsa_sign_ctx->create_rsa_signature_ctxPaul Kehrer2014-02-171-1/+1
|
* add docs for sign/verify ctx creation interfacePaul Kehrer2014-02-171-0/+36
|
* Merge pull request #579 from public/wordsAlex Gaynor2014-02-081-1/+1
|\ | | | | s/which/that/
| * s/which/that/Alex Stapleton2014-02-081-1/+1
| | | | | | | | | | Which is usually for descriptive clauses in technical writing, while that is restrictive. Most of the time we are being being restrictive.
* | s/bit_length/key_size/ (again)Alex Stapleton2014-02-081-2/+2
| |