aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| |/ /
* | | Merge pull request #1076 from reaperhulk/test-location-fixAlex Stapleton2014-05-251-28/+28
|\ \ \ | |/ / |/| | move some tests around to be more logical
| * | move some tests around to be more logicalPaul Kehrer2014-05-241-28/+28
|/ /
* | Merge pull request #959 from public/openssl-loading-backendPaul Kehrer2014-05-226-1/+473
|\ \ | | | | | | OpenSSL loading backend
| * | Updated docstringsAlex Stapleton2014-05-161-2/+10
| | |
| * | DSA supportAlex Stapleton2014-05-032-0/+36
| | |
| * | Bump to 0.5Alex Stapleton2014-05-031-1/+1
| | |
| * | OpenSSL key loading implementationAlex Stapleton2014-05-036-1/+429
| | |
* | | Merge pull request #1072 from reaperhulk/fix-1071Alex Gaynor2014-05-212-2/+7
|\ \ \ | | | | | | | | Make the OpenSSL version text reflect the loaded library
| * | | load the openssl version text based on the loaded libraryPaul Kehrer2014-05-212-2/+7
| | | |
* | | | Merge pull request #1069 from reaperhulk/fix-hkdfexpand-changelogAlex Gaynor2014-05-211-1/+1
|\ \ \ \ | |/ / / |/| | | fix changelog to link to hkdfexpand
| * | | fix changelog to link to hkdfexpandPaul Kehrer2014-05-211-1/+1
|/ / /
* | | Merge pull request #1068 from reaperhulk/ctr-mode-098Alex Gaynor2014-05-214-3/+73
|\ \ \ | | | | | | | | AES CTR Mode 0.9.8 Support
| * | | 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-212-5/+12
| | | |
| * | | add some comments to explain the existence of AESCTRCipherContextPaul Kehrer2014-05-211-0/+8
| | | |
| * | | allocate only 16 bytesPaul Kehrer2014-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | cffi allocates 17 bytes (one for trailing null), but that isn't used by this function so we don't need to allocate it.
| * | | add changelog entryPaul Kehrer2014-05-201-0/+2
| | | |
| * | | add AES CTR support to OpenSSL 0.9.8Paul Kehrer2014-05-202-2/+55
| | | |