aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 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
|
* 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
|
* Standardise on sentence case for titlesAlex Stapleton2014-03-184-7/+7
|
* Merge pull request #772 from reaperhulk/rsa-mgf1-supported-interfaceAlex Gaynor2014-03-101-0/+14
|\ | | | | Add mgf1_hash_supported to the RSABackend interface
| * add mgf1_hash_supported to the RSABackend interfacePaul Kehrer2014-03-101-0/+14
| |
* | document our oldest supported openssl and deny older supportPaul Kehrer2014-03-101-1/+3
|/
* Added note in documentation about OS X version supportAyrx2014-03-081-1/+2
|
* 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
|
* typoPaul Kehrer2014-02-111-1/+1
|
* less confusing languagePaul Kehrer2014-02-111-2/+3
|
* be accurate when telling users what CryptGenRandom uses under the hoodPaul Kehrer2014-02-111-2/+3
|
* Generate RSA KeysAlex Stapleton2014-02-111-0/+1
|
* Merge pull request #579 from public/wordsAlex Gaynor2014-02-082-2/+2
|\ | | | | s/which/that/
| * s/which/that/Alex Stapleton2014-02-082-2/+2
| | | | | | | | | | 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
| |
* | Merge pull request #577 from public/backend-rsa-interfacePaul Kehrer2014-02-081-0/+21
|\ \ | | | | | | RSABackend interface
| * | Start of an RSABackend interfaceAlex Stapleton2014-02-081-0/+21
| |/ | | | | | | Only has key generation for now.
* | remove deactivate and replace with activate_builtin_randomPaul Kehrer2014-02-051-5/+2
| |
* | Merge branch 'master' into urandom-enginePaul Kehrer2014-02-052-3/+22
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: PKCS #1 RSA test vector loader Removed pointless anchor Docs need virtualenv as well Everything about bash is the worst Some reST markup nonsense Fix for OS X More clearly describe the behavior of constant_time.bytes_eq Run the doc tests under OS X Made OpenSSL's derive_pbkdf2_hmac raise the right exception Document which backends implement which itnerfaces. Fixes #538 pep8 Fixed a typo in the docs Make the default backend be a multi-backend Conflicts: tests/hazmat/backends/test_openssl.py
| * Document which backends implement which itnerfaces. Fixes #538Alex Gaynor2014-02-041-1/+20
| |
| * Fixed a typo in the docsAlex Gaynor2014-02-031-2/+2
| |