aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge branch 'master' into urandom-enginePaul Kehrer2014-02-034-1/+48
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (66 commits) Chanloge + versionadded Added an example usage Typo fix Added to toctree Rename and document Linkify the things we have that others don't add HKDF to changelog Strings have quote marks at both ends. HKDF example. Properly mark all test cases as dependant on HMAC. Remove language about the separate stages of HKDF until we expose multiple stages of HKDF. Don't forget InvalidKey. Fix typo Import exception classes instead of the exceptions module. Lose the bit about passwords. https a bunch of links. Pseudorandom is a word. Backtick the entire equation. Clarify salt language and link to the paper in addition to the RFC. Don't expose extract and expand on this class yet because we don't know how best to expose verify functionality, continue testing the stages using the private methods. ... Conflicts: docs/hazmat/backends/openssl.rst
| * Chanloge + versionaddedAlex Gaynor2014-02-031-0/+2
| |
| * Added an example usageAlex Gaynor2014-02-031-0/+12
| |
| * Merge branch 'master' into prioritized-multi-backendAlex Gaynor2014-02-032-2/+20
| |\
| | * Complete sentences.Alex Gaynor2014-01-311-0/+2
| | |
| | * Fixes #539 -- document which interfaces a backend implementsAlex Gaynor2014-01-312-2/+18
| | |
| * | Typo fixAlex Gaynor2014-02-031-1/+1
| | |