aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-313-8/+29
|\ | | | | 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-272-0/+25
| |
* | Merge pull request #1091 from reaperhulk/add-new-cc-bindingsAlex Gaynor2014-05-317-0/+405
|\ \ | | | | | | Add new CC bindings
| * | 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
|/ /
* | Merge pull request #1050 from public/ec-backend-interfacesPaul Kehrer2014-05-312-0/+87
|\ \ | | | | | | EllipticCurveBackend interfaces
| * | EllipticCurveBackend interfacesAlex Stapleton2014-05-312-0/+87
|/ /
* | 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
|/ /