aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Expand)AuthorAgeFilesLines
* Split load_rsa_numbers into load_rsa_private_numbers and load_rsa_public_numb...David Reid2014-06-033-20/+34
* Add load_rsa_numbers support to MultiBackend.David Reid2014-06-031-0/+7
* Implement load_rsa_numbers on the openssl backend.David Reid2014-06-031-0/+18
* Add load_rsa_numbers to the RSABackend interface.David Reid2014-06-031-0/+5
* Merge pull request #984 from dreid/rsa-numbersPaul Kehrer2014-06-031-0/+79
|\
| * No apostrophe here.David Reid2014-05-121-2/+2
| * Fix Private->PublicDavid Reid2014-05-071-1/+1
| * Use one error message for all integer typeerrors.David Reid2014-05-071-25/+10
| * Check types.David Reid2014-05-061-0/+40
| * Make public_numbers a property.David Reid2014-05-011-0/+1
| * Passing tests.David Reid2014-04-301-1/+1
| * RSA*Numbers class definitions.David Reid2014-04-301-0/+53
* | add some complexity back to handle 0.9.8 annoyancesPaul Kehrer2014-06-011-1/+8
* | more _ctx requiredPaul Kehrer2014-06-011-1/+1
* | use Hash rather than _HashContextPaul Kehrer2014-06-011-39/+6
* | Merge pull request #1082 from reaperhulk/move-a-testAlex Gaynor2014-05-312-8/+13
|\ \
| * | move rsa param verification to shared functionPaul Kehrer2014-05-292-17/+13
| * | add RSA private key generation restrictions to primitive layerPaul Kehrer2014-05-271-0/+9
* | | remove an irrelevant commentPaul Kehrer2014-05-311-1/+1
* | | refactor into separate filesPaul Kehrer2014-05-316-69/+195
* | | add new link argsPaul Kehrer2014-05-311-0/+1
* | | add new security framework bindingsPaul Kehrer2014-05-313-0/+278
* | | EllipticCurveBackend interfacesAlex Stapleton2014-05-311-0/+36
* | | Add ASN1_STRING_set_default_mask_ascD.S. Ljungmark2014-05-311-0/+3
* | | Merge pull request #878 from public/ecdsa-interfacesDavid Reid2014-05-302-0/+129
|\ \ \
| * | | Make EC key interfaces backend specificAlex Stapleton2014-05-231-2/+2
| * | | Rename private_key to private_valueAlex Stapleton2014-05-231-6/+6
| * | | Separate ECC key material from operationsAlex Stapleton2014-05-232-47/+74
| * | | Removed signer/verifier from signature algorithmAlex Stapleton2014-05-231-12/+0
| * | | Fixup how the digest algorithm is sentAlex Stapleton2014-05-231-4/+10
| * | | Flesh out EllipticCurveSignatureAlgorithmAlex Stapleton2014-05-231-2/+12
| * | | Add signing and verifying interfacesAlex Stapleton2014-05-231-1/+18
| * | | Use @six.add_metaclass(abc.ABCMeta)Alex Stapleton2014-05-231-3/+6
| * | | Elliptic curve interfacesAlex Stapleton2014-05-231-0/+78
* | | | Error codes are different in OpenSSL 1.0.1Alex Stapleton2014-05-272-4/+8
* | | | Add unknown cipher test for PKCS8Alex Stapleton2014-05-271-6/+19
* | | | Unknown algorithm test for PKCS8Alex Stapleton2014-05-271-0/+7
* | | | Bind another error codeAlex Stapleton2014-05-271-0/+1
* | | | PKCS#8 serialized key loadingAlex Stapleton2014-05-273-5/+37
| |/ / |/| |
* | | add generate_rsa_parameters_supported to RSABackendPaul Kehrer2014-05-253-0/+19
* | | add rsa_padding_supported interface to RSABackend and OpenSSL backendPaul Kehrer2014-05-243-0/+22
|/ /
* | Merge pull request #959 from public/openssl-loading-backendPaul Kehrer2014-05-222-1/+163
|\ \
| * | Updated docstringsAlex Stapleton2014-05-161-2/+10
| * | DSA supportAlex Stapleton2014-05-031-0/+14
| * | OpenSSL key loading implementationAlex Stapleton2014-05-032-1/+141
* | | load the openssl version text based on the loaded libraryPaul Kehrer2014-05-212-2/+7
* | | rename all the things if you want them to workPaul Kehrer2014-05-211-2/+2
* | | add test to verify AES CTR is always available in 0.9.8+, comment updatesPaul Kehrer2014-05-211-4/+6
* | | add some comments to explain the existence of AESCTRCipherContextPaul Kehrer2014-05-211-0/+8
* | | allocate only 16 bytesPaul Kehrer2014-05-211-1/+1