aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1089 from reaperhulk/docs-updatesAlex Gaynor2014-05-313-0/+30
|\ | | | | add some missing docs for PKCS8SerializationBackend, update changelog
| * add some missing docs for PKCS8SerializationBackend, update changelogPaul Kehrer2014-05-313-0/+30
|/
* Merge pull request #1088 from MyTemp/no-more-T61StringsAlex Gaynor2014-05-311-0/+3
|\ | | | | Add ASN1_STRING_set_default_mask_asc
| * 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-307-0/+354
|\ | | | | ECC interfaces
| * ApostopheAlex Stapleton2014-05-261-1/+1
| |
| * doc8 fixesAlex Stapleton2014-05-241-2/+2
| |
| * Test EC public numbers type errorAlex Stapleton2014-05-231-0/+6
| |
| * Remove secp from spelling dictionaryAlex Stapleton2014-05-232-2/+1
| |
| * Make EC key interfaces backend specificAlex Stapleton2014-05-232-12/+4
| |
| * Rename private_key to private_valueAlex Stapleton2014-05-233-10/+10
| |
| * 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
| |
| * Separate ECC key material from operationsAlex Stapleton2014-05-233-47/+147
| |
| * Removed signer/verifier from signature algorithmAlex Stapleton2014-05-232-45/+0
| |
| * Bump to 0.5Alex Stapleton2014-05-231-4/+4
| |
| * Update docsAlex Stapleton2014-05-231-20/+12
| |
| * Fixup how the digest algorithm is sentAlex Stapleton2014-05-231-4/+10
| |
| * Flesh out EllipticCurveSignatureAlgorithmAlex Stapleton2014-05-232-2/+99
| |
| * 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-233-0/+177
| |
* | Merge pull request #877 from public/pkcs8-loadingPaul Kehrer2014-05-2811-12/+461
|\ \ | | | | | | PKCS #8 loading
| * | Error codes are different in OpenSSL 1.0.1Alex Stapleton2014-05-272-4/+8
| | |
| * | Check DSA key materialAlex Stapleton2014-05-271-2/+37
| | |
| * | Update exception tagsAlex Stapleton2014-05-271-3/+4
| | |
| * | Add unknown cipher test for PKCS8Alex Stapleton2014-05-272-8/+37
| | |
| * | Add PKCS8 key with bad encryption OIDAlex Stapleton2014-05-271-0/+17
| | | | | | | | | | | | This is encpkcs8.pem with the base64 OID replaced with Ys
| * | Unknown algorithm test for PKCS8Alex Stapleton2014-05-272-0/+23
| | |
| * | Add PKCS#8 key with unknown OIDAlex Stapleton2014-05-271-0/+9
| | | | | | | | | | | | This is unenc-dsa-pkcs8.pem with the base64 OID replaced with X's
| * | Bind another error codeAlex Stapleton2014-05-271-0/+1
| | |
| * | Test PKCS#8 DSA key loads OKAlex Stapleton2014-05-271-0/+18
| | |
| * | Unencrypted 1024-bit DSA key in PKCS#8Alex Stapleton2014-05-271-0/+9
| | | | | | | | | | | | Generated by myself.
| * | Added marker condif to pytest.iniAlex Stapleton2014-05-271-0/+1
| | |
| * | Removed unused doc referenceAlex Stapleton2014-05-271-3/+0
| | |
| * | Add pkcs8_serialization markAlex Stapleton2014-05-272-2/+8
| | |
| * | PKCS#8 serialized key loadingAlex Stapleton2014-05-275-5/+304
|/ /
* | Merge pull request #1080 from reaperhulk/generate-rsa-parametersAlex Stapleton2014-05-277-1/+45
|\ \ | | | | | | add generate_rsa_parameters_supported to RSABackend
| * | improve language in generate_rsa_parameters_supported docsPaul Kehrer2014-05-261-2/+2
| | |
| * | add generate_rsa_parameters_supported to RSABackendPaul Kehrer2014-05-257-1/+45
| | |
* | | Merge pull request #1081 from reaperhulk/rsa-fixturesAlex Stapleton2014-05-262-157/+546
|\ \ \ | | | | | | | | Add pre-generated RSA keys for testing
| * | | use the keys in the RSA testsPaul Kehrer2014-05-261-157/+53
| | | |
| * | | add pre-generated keys for RSA testsPaul Kehrer2014-05-261-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-checksAlex Stapleton2014-05-261-1/+21
|\ \ \ | |/ / |/| | add a few more RSA supported checks
| * | add a few more RSA supported checksPaul Kehrer2014-05-251-1/+21
|/ /
* | Merge pull request #1077 from reaperhulk/rsa-padding-supportedAlex Stapleton2014-05-257-27/+378
|\ \ | | | | | | Add rsa_padding_supported
| * | add supported marks in the RSA tests that use rsa_padding_supportedPaul Kehrer2014-05-241-27/+288
| | |
| * | add rsa_padding_supported interface to RSABackend and OpenSSL backendPaul Kehrer2014-05-246-0/+90
| |/