aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Another small cleanupAlex Gaynor2014-06-071-1/+1
| | |
* | | Merge pull request #1107 from public/ecdsa-multibackendPaul Kehrer2014-06-071-2/+55
|\ \ \ | | | | | | | | ECDSA multibackend
| * | | Multibackend support for ECAlex Stapleton2014-06-071-2/+55
| | |/ | |/|
* | | Merge pull request #1102 from reaperhulk/rsa-generate-functionAlex Stapleton2014-06-071-0/+11
|\ \ \ | |_|/ |/| | add rsa_generate_private_key function to replace RSAPrivateKey.generate
| * | rename the functionPaul Kehrer2014-06-071-1/+1
| | |
| * | add rsa_generate_private_key function to replace RSAPrivateKey.generatePaul Kehrer2014-06-061-0/+11
| | | | | | | | | | | | refs #1026. #1101 is dependent on this
* | | Simplified codeAlex Gaynor2014-06-071-4/+1
| |/ |/|
* | ECDSA backendAlex Stapleton2014-06-073-6/+579
| |
* | trivial style fix in bindingsPaul Kehrer2014-06-071-2/+2
| |
* | Add ALPN support.Cory Benfield2014-06-071-0/+45
| |
* | Merge pull request #1100 from reaperhulk/rsa-numbers-remove-publicAlex Gaynor2014-06-061-94/+0
|\ \ | | | | | | Remove raw numbers properties from the RSA*Key interfaces
| * | remove raw numbers properties from the RSA*Key interfacesPaul Kehrer2014-06-061-94/+0
| |/ | | | | | | | | refs #1026. Concrete class (that will be deprecated in another PR) still possesses them for backwards compatibility purposes.
* / add load_rsa_*_numbers functionsPaul Kehrer2014-06-061-0/+8
|/
* Split load_rsa_numbers into load_rsa_private_numbers and ↵David Reid2014-06-033-20/+34
| | | | load_rsa_public_numbers.
* 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
|\ | | | | RSA numbers
| * 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
| | | | | | | | | | This change lets us remove the AlreadyFinalized checks from the backend signature and verification contexts
* | Merge pull request #1082 from reaperhulk/move-a-testAlex Gaynor2014-05-312-8/+13
|\ \ | | | | | | add RSA key generation restrictions to primitive layer
| * | 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
| | | | | | | | | | | | Required to prevent pyOpenSSL from writing deprecated T.61 strings
* | | Merge pull request #878 from public/ecdsa-interfacesDavid Reid2014-05-302-0/+129
|\ \ \ | | | | | | | | ECC interfaces
| * | | 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
| | | |