Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1089 from reaperhulk/docs-updates | Alex Gaynor | 2014-05-31 | 3 | -0/+30 |
|\ | | | | | add some missing docs for PKCS8SerializationBackend, update changelog | ||||
| * | add some missing docs for PKCS8SerializationBackend, update changelog | Paul Kehrer | 2014-05-31 | 3 | -0/+30 |
|/ | |||||
* | Merge pull request #1088 from MyTemp/no-more-T61Strings | Alex Gaynor | 2014-05-31 | 1 | -0/+3 |
|\ | | | | | Add ASN1_STRING_set_default_mask_asc | ||||
| * | 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 | 7 | -0/+354 |
|\ | | | | | ECC interfaces | ||||
| * | Apostophe | Alex Stapleton | 2014-05-26 | 1 | -1/+1 |
| | | |||||
| * | doc8 fixes | Alex Stapleton | 2014-05-24 | 1 | -2/+2 |
| | | |||||
| * | Test EC public numbers type error | Alex Stapleton | 2014-05-23 | 1 | -0/+6 |
| | | |||||
| * | Remove secp from spelling dictionary | Alex Stapleton | 2014-05-23 | 2 | -2/+1 |
| | | |||||
| * | Make EC key interfaces backend specific | Alex Stapleton | 2014-05-23 | 2 | -12/+4 |
| | | |||||
| * | Rename private_key to private_value | Alex Stapleton | 2014-05-23 | 3 | -10/+10 |
| | | |||||
| * | Add EC docs to the index | Alex Stapleton | 2014-05-23 | 1 | -0/+1 |
| | | |||||
| * | Remove key_size from EC keys docs | Alex Stapleton | 2014-05-23 | 1 | -12/+0 |
| | | |||||
| * | Add __init__ arguments to docs | Alex Stapleton | 2014-05-23 | 1 | -2/+2 |
| | | |||||
| * | Add docs for EC numbers | Alex Stapleton | 2014-05-23 | 2 | -30/+51 |
| | | |||||
| * | Separate ECC key material from operations | Alex Stapleton | 2014-05-23 | 3 | -47/+147 |
| | | |||||
| * | Removed signer/verifier from signature algorithm | Alex Stapleton | 2014-05-23 | 2 | -45/+0 |
| | | |||||
| * | Bump to 0.5 | Alex Stapleton | 2014-05-23 | 1 | -4/+4 |
| | | |||||
| * | Update docs | Alex Stapleton | 2014-05-23 | 1 | -20/+12 |
| | | |||||
| * | Fixup how the digest algorithm is sent | Alex Stapleton | 2014-05-23 | 1 | -4/+10 |
| | | |||||
| * | Flesh out EllipticCurveSignatureAlgorithm | Alex Stapleton | 2014-05-23 | 2 | -2/+99 |
| | | |||||
| * | 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 | 3 | -0/+177 |
| | | |||||
* | | Merge pull request #877 from public/pkcs8-loading | Paul Kehrer | 2014-05-28 | 11 | -12/+461 |
|\ \ | | | | | | | PKCS #8 loading | ||||
| * | | Error codes are different in OpenSSL 1.0.1 | Alex Stapleton | 2014-05-27 | 2 | -4/+8 |
| | | | |||||
| * | | Check DSA key material | Alex Stapleton | 2014-05-27 | 1 | -2/+37 |
| | | | |||||
| * | | Update exception tags | Alex Stapleton | 2014-05-27 | 1 | -3/+4 |
| | | | |||||
| * | | Add unknown cipher test for PKCS8 | Alex Stapleton | 2014-05-27 | 2 | -8/+37 |
| | | | |||||
| * | | Add PKCS8 key with bad encryption OID | Alex Stapleton | 2014-05-27 | 1 | -0/+17 |
| | | | | | | | | | | | | This is encpkcs8.pem with the base64 OID replaced with Ys | ||||
| * | | Unknown algorithm test for PKCS8 | Alex Stapleton | 2014-05-27 | 2 | -0/+23 |
| | | | |||||
| * | | Add PKCS#8 key with unknown OID | Alex Stapleton | 2014-05-27 | 1 | -0/+9 |
| | | | | | | | | | | | | This is unenc-dsa-pkcs8.pem with the base64 OID replaced with X's | ||||
| * | | Bind another error code | Alex Stapleton | 2014-05-27 | 1 | -0/+1 |
| | | | |||||
| * | | Test PKCS#8 DSA key loads OK | Alex Stapleton | 2014-05-27 | 1 | -0/+18 |
| | | | |||||
| * | | Unencrypted 1024-bit DSA key in PKCS#8 | Alex Stapleton | 2014-05-27 | 1 | -0/+9 |
| | | | | | | | | | | | | Generated by myself. | ||||
| * | | Added marker condif to pytest.ini | Alex Stapleton | 2014-05-27 | 1 | -0/+1 |
| | | | |||||
| * | | Removed unused doc reference | Alex Stapleton | 2014-05-27 | 1 | -3/+0 |
| | | | |||||
| * | | Add pkcs8_serialization mark | Alex Stapleton | 2014-05-27 | 2 | -2/+8 |
| | | | |||||
| * | | PKCS#8 serialized key loading | Alex Stapleton | 2014-05-27 | 5 | -5/+304 |
|/ / | |||||
* | | Merge pull request #1080 from reaperhulk/generate-rsa-parameters | Alex Stapleton | 2014-05-27 | 7 | -1/+45 |
|\ \ | | | | | | | add generate_rsa_parameters_supported to RSABackend | ||||
| * | | improve language in generate_rsa_parameters_supported docs | Paul Kehrer | 2014-05-26 | 1 | -2/+2 |
| | | | |||||
| * | | add generate_rsa_parameters_supported to RSABackend | Paul Kehrer | 2014-05-25 | 7 | -1/+45 |
| | | | |||||
* | | | Merge pull request #1081 from reaperhulk/rsa-fixtures | Alex Stapleton | 2014-05-26 | 2 | -157/+546 |
|\ \ \ | | | | | | | | | Add pre-generated RSA keys for testing | ||||
| * | | | use the keys in the RSA tests | Paul Kehrer | 2014-05-26 | 1 | -157/+53 |
| | | | | |||||
| * | | | add pre-generated keys for RSA tests | Paul Kehrer | 2014-05-26 | 1 | -0/+493 |
|/ / / | | | | | | | | | | | | | These keys are used in tests that need a variety of keys but are not testing generation. | ||||
* | | | Merge pull request #1079 from reaperhulk/more-rsa-supported-checks | Alex Stapleton | 2014-05-26 | 1 | -1/+21 |
|\ \ \ | |/ / |/| | | add a few more RSA supported checks | ||||
| * | | add a few more RSA supported checks | Paul Kehrer | 2014-05-25 | 1 | -1/+21 |
|/ / | |||||
* | | Merge pull request #1077 from reaperhulk/rsa-padding-supported | Alex Stapleton | 2014-05-25 | 7 | -27/+378 |
|\ \ | | | | | | | Add rsa_padding_supported | ||||
| * | | add supported marks in the RSA tests that use rsa_padding_supported | Paul Kehrer | 2014-05-24 | 1 | -27/+288 |
| | | | |||||
| * | | add rsa_padding_supported interface to RSABackend and OpenSSL backend | Paul Kehrer | 2014-05-24 | 6 | -0/+90 |
| |/ |