aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #984 from dreid/rsa-numbersPaul Kehrer2014-06-031-0/+79
|\ | | | | RSA numbers
| * Make public_numbers a property.David Reid2014-05-011-6/+8
| |
| * Fix typos.David Reid2014-04-301-1/+1
| |
| * Rewrite some descriptions to not be self-referential and rewrite the private ↵David Reid2014-04-301-4/+10
| | | | | | | | numbers description to be a little bit scary.
| * More RSA*Numbers documentation, gosh these descriptions are bad.David Reid2014-04-301-0/+5
| |
| * Most basic numbers documentation.David Reid2014-04-301-0/+66
| |
* | EllipticCurveBackend interfacesAlex Stapleton2014-05-311-0/+51
| |
* | add some missing docs for PKCS8SerializationBackend, update changelogPaul Kehrer2014-05-312-0/+24
| |
* | Merge pull request #878 from public/ecdsa-interfacesDavid Reid2014-05-304-0/+146
|\ \ | | | | | | ECC interfaces
| * | ApostopheAlex Stapleton2014-05-261-1/+1
| | |
| * | doc8 fixesAlex Stapleton2014-05-241-2/+2
| | |
| * | Remove secp from spelling dictionaryAlex Stapleton2014-05-232-2/+1
| | |
| * | Make EC key interfaces backend specificAlex Stapleton2014-05-231-10/+2
| | |
| * | Rename private_key to private_valueAlex Stapleton2014-05-231-3/+3
| | |
| * | Add EC docs to the indexAlex Stapleton2014-05-231-0/+1
| | |
| * | Remove key_size from EC keys docsAlex Stapleton2014-05-231-12/+0
| | |
| * | Add __init__ arguments to docsAlex Stapleton2014-05-231-2/+2
| | |
| * | Add docs for EC numbersAlex Stapleton2014-05-232-30/+51
| | |
| * | Removed signer/verifier from signature algorithmAlex Stapleton2014-05-231-33/+0
| | |
| * | Bump to 0.5Alex Stapleton2014-05-231-4/+4
| | |
| * | Update docsAlex Stapleton2014-05-231-20/+12
| | |
| * | Flesh out EllipticCurveSignatureAlgorithmAlex Stapleton2014-05-231-0/+87
| | |
| * | Elliptic curve interfacesAlex Stapleton2014-05-232-0/+99
| | |
* | | Removed unused doc referenceAlex Stapleton2014-05-271-3/+0
| | |
* | | PKCS#8 serialized key loadingAlex Stapleton2014-05-271-0/+55
| | |
* | | 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
|/ /
* | Merge pull request #959 from public/openssl-loading-backendPaul Kehrer2014-05-222-0/+49
|\ \ | | | | | | OpenSSL loading backend
| * | Bump to 0.5Alex Stapleton2014-05-031-1/+1
| | |
| * | OpenSSL key loading implementationAlex Stapleton2014-05-032-0/+49
| | |
* | | add information for windows users about selecting the right archPaul Kehrer2014-05-201-1/+17
| | |
* | | More line wrappingAlex Gaynor2014-05-173-6/+12
| | |
* | | One moreAlex Gaynor2014-05-171-1/+2
| | |
* | | Word wrap some long lines in teh docsAlex Gaynor2014-05-176-14/+15
| | |
* | | Simplified exception messageAyrx2014-05-177-41/+18
| | |
* | | Fixed TypeError and added documentationAyrx2014-05-177-2/+50
| | |
* | | add some docs and changelogPaul Kehrer2014-05-151-0/+13
| | |
* | | Missing semicolonAlex Gaynor2014-05-151-4/+4
| | |
* | | Fixed #1039 -- provide links to PSS and PKCS1v15 in the RSA docsAlex Gaynor2014-05-151-2/+8
| | |
* | | Merge pull request #1016 from Ayrx/hkdf-expand-onlyAlex Stapleton2014-05-101-0/+92
|\ \ \ | | | | | | | | HKDF Expand Only implementation
| * | | Added missing exception to documentationAyrx2014-05-101-0/+6
| | | |
| * | | Renamed HKDFExpandOnly to HKDFExpandAyrx2014-05-071-5/+5
| | | |
| * | | Added documentationAyrx2014-05-061-0/+86
| | | |
* | | | Merge pull request #1032 from reaperhulk/bold-docsAlex Gaynor2014-05-091-1/+1
|\ \ \ \ | | | | | | | | | | Use bold instead of italics