Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Another small cleanup | Alex Gaynor | 2014-06-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #1107 from public/ecdsa-multibackend | Paul Kehrer | 2014-06-07 | 1 | -2/+55 | |
|\ \ \ | | | | | | | | | ECDSA multibackend | |||||
| * | | | Multibackend support for EC | Alex Stapleton | 2014-06-07 | 1 | -2/+55 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #1102 from reaperhulk/rsa-generate-function | Alex Stapleton | 2014-06-07 | 1 | -0/+11 | |
|\ \ \ | |_|/ |/| | | add rsa_generate_private_key function to replace RSAPrivateKey.generate | |||||
| * | | rename the function | Paul Kehrer | 2014-06-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | add rsa_generate_private_key function to replace RSAPrivateKey.generate | Paul Kehrer | 2014-06-06 | 1 | -0/+11 | |
| | | | | | | | | | | | | refs #1026. #1101 is dependent on this | |||||
* | | | Simplified code | Alex Gaynor | 2014-06-07 | 1 | -4/+1 | |
| |/ |/| | ||||||
* | | ECDSA backend | Alex Stapleton | 2014-06-07 | 3 | -6/+579 | |
| | | ||||||
* | | trivial style fix in bindings | Paul Kehrer | 2014-06-07 | 1 | -2/+2 | |
| | | ||||||
* | | Add ALPN support. | Cory Benfield | 2014-06-07 | 1 | -0/+45 | |
| | | ||||||
* | | Merge pull request #1100 from reaperhulk/rsa-numbers-remove-public | Alex Gaynor | 2014-06-06 | 1 | -94/+0 | |
|\ \ | | | | | | | Remove raw numbers properties from the RSA*Key interfaces | |||||
| * | | remove raw numbers properties from the RSA*Key interfaces | Paul Kehrer | 2014-06-06 | 1 | -94/+0 | |
| |/ | | | | | | | | | refs #1026. Concrete class (that will be deprecated in another PR) still possesses them for backwards compatibility purposes. | |||||
* / | add load_rsa_*_numbers functions | Paul Kehrer | 2014-06-06 | 1 | -0/+8 | |
|/ | ||||||
* | Split load_rsa_numbers into load_rsa_private_numbers and ↵ | David Reid | 2014-06-03 | 3 | -20/+34 | |
| | | | | load_rsa_public_numbers. | |||||
* | Add load_rsa_numbers support to MultiBackend. | David Reid | 2014-06-03 | 1 | -0/+7 | |
| | ||||||
* | Implement load_rsa_numbers on the openssl backend. | David Reid | 2014-06-03 | 1 | -0/+18 | |
| | ||||||
* | Add load_rsa_numbers to the RSABackend interface. | David Reid | 2014-06-03 | 1 | -0/+5 | |
| | ||||||
* | Merge pull request #984 from dreid/rsa-numbers | Paul Kehrer | 2014-06-03 | 1 | -0/+79 | |
|\ | | | | | RSA numbers | |||||
| * | No apostrophe here. | David Reid | 2014-05-12 | 1 | -2/+2 | |
| | | ||||||
| * | Fix Private->Public | David Reid | 2014-05-07 | 1 | -1/+1 | |
| | | ||||||
| * | Use one error message for all integer typeerrors. | David Reid | 2014-05-07 | 1 | -25/+10 | |
| | | ||||||
| * | Check types. | David Reid | 2014-05-06 | 1 | -0/+40 | |
| | | ||||||
| * | Make public_numbers a property. | David Reid | 2014-05-01 | 1 | -0/+1 | |
| | | ||||||
| * | Passing tests. | David Reid | 2014-04-30 | 1 | -1/+1 | |
| | | ||||||
| * | RSA*Numbers class definitions. | David Reid | 2014-04-30 | 1 | -0/+53 | |
| | | ||||||
* | | add some complexity back to handle 0.9.8 annoyances | Paul Kehrer | 2014-06-01 | 1 | -1/+8 | |
| | | ||||||
* | | more _ctx required | Paul Kehrer | 2014-06-01 | 1 | -1/+1 | |
| | | ||||||
* | | use Hash rather than _HashContext | Paul Kehrer | 2014-06-01 | 1 | -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-test | Alex Gaynor | 2014-05-31 | 2 | -8/+13 | |
|\ \ | | | | | | | add RSA key generation restrictions to primitive layer | |||||
| * | | move rsa param verification to shared function | Paul Kehrer | 2014-05-29 | 2 | -17/+13 | |
| | | | ||||||
| * | | add RSA private key generation restrictions to primitive layer | Paul Kehrer | 2014-05-27 | 1 | -0/+9 | |
| | | | ||||||
* | | | remove an irrelevant comment | Paul Kehrer | 2014-05-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | refactor into separate files | Paul Kehrer | 2014-05-31 | 6 | -69/+195 | |
| | | | ||||||
* | | | add new link args | Paul Kehrer | 2014-05-31 | 1 | -0/+1 | |
| | | | ||||||
* | | | add new security framework bindings | Paul Kehrer | 2014-05-31 | 3 | -0/+278 | |
| | | | ||||||
* | | | EllipticCurveBackend interfaces | Alex Stapleton | 2014-05-31 | 1 | -0/+36 | |
| | | | ||||||
* | | | Add ASN1_STRING_set_default_mask_asc | D.S. Ljungmark | 2014-05-31 | 1 | -0/+3 | |
| | | | | | | | | | | | | Required to prevent pyOpenSSL from writing deprecated T.61 strings | |||||
* | | | Merge pull request #878 from public/ecdsa-interfaces | David Reid | 2014-05-30 | 2 | -0/+129 | |
|\ \ \ | | | | | | | | | ECC interfaces | |||||
| * | | | Make EC key interfaces backend specific | Alex Stapleton | 2014-05-23 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Rename private_key to private_value | Alex Stapleton | 2014-05-23 | 1 | -6/+6 | |
| | | | | ||||||
| * | | | Separate ECC key material from operations | Alex Stapleton | 2014-05-23 | 2 | -47/+74 | |
| | | | | ||||||
| * | | | Removed signer/verifier from signature algorithm | Alex Stapleton | 2014-05-23 | 1 | -12/+0 | |
| | | | | ||||||
| * | | | Fixup how the digest algorithm is sent | Alex Stapleton | 2014-05-23 | 1 | -4/+10 | |
| | | | | ||||||
| * | | | Flesh out EllipticCurveSignatureAlgorithm | Alex Stapleton | 2014-05-23 | 1 | -2/+12 | |
| | | | | ||||||
| * | | | Add signing and verifying interfaces | Alex Stapleton | 2014-05-23 | 1 | -1/+18 | |
| | | | | ||||||
| * | | | Use @six.add_metaclass(abc.ABCMeta) | Alex Stapleton | 2014-05-23 | 1 | -3/+6 | |
| | | | | ||||||
| * | | | Elliptic curve interfaces | Alex Stapleton | 2014-05-23 | 1 | -0/+78 | |
| | | | | ||||||
* | | | | Error codes are different in OpenSSL 1.0.1 | Alex Stapleton | 2014-05-27 | 2 | -4/+8 | |
| | | | | ||||||
* | | | | Add unknown cipher test for PKCS8 | Alex Stapleton | 2014-05-27 | 1 | -6/+19 | |
| | | | | ||||||
* | | | | Unknown algorithm test for PKCS8 | Alex Stapleton | 2014-05-27 | 1 | -0/+7 | |
| | | | |