aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add load_rsa_numbers support to MultiBackend.David Reid2014-06-032-1/+17
|
* Implement load_rsa_numbers on the openssl backend.David Reid2014-06-032-0/+266
|
* Add load_rsa_numbers to the RSABackend interface.David Reid2014-06-031-0/+5
|
* Merge pull request #984 from dreid/rsa-numbersPaul Kehrer2014-06-033-0/+272
|\ | | | | RSA numbers
| * No apostrophe here.David Reid2014-05-121-2/+2
| |
| * Fix Private->PublicDavid Reid2014-05-071-1/+1
| |
| * Use one error message for all integer typeerrors.David Reid2014-05-071-25/+10
| |
| * Pep8David Reid2014-05-061-1/+0
| |
| * Check types.David Reid2014-05-062-0/+128
| |
| * Make public_numbers a property.David Reid2014-05-013-7/+10
| |
| * Pep8David Reid2014-04-301-2/+2
| |
| * Passing tests.David Reid2014-04-301-1/+1
| |
| * Failing tests.David Reid2014-04-301-0/+27
| |
| * Fix typos.David Reid2014-04-301-1/+1
| |
| * Rewrite some descriptions to not be self-referential and rewrite the private ↵David Reid2014-04-301-4/+10
| | | | | | | | numbers description to be a little bit scary.
| * More RSA*Numbers documentation, gosh these descriptions are bad.David Reid2014-04-301-0/+5
| |
| * Most basic numbers documentation.David Reid2014-04-301-0/+66
| |
| * RSA*Numbers class definitions.David Reid2014-04-301-0/+53
| |
* | Merge pull request #1092 from reaperhulk/hash-ctx-switchAlex Gaynor2014-06-011-38/+12
|\ \ | | | | | | use Hash rather than _HashContext in RSA/DSA
| * | add some complexity back to handle 0.9.8 annoyancesPaul Kehrer2014-06-011-1/+8
| | |
| * | more _ctx requiredPaul Kehrer2014-06-011-1/+1
| | |
| * | 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
| | | |