Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add load_rsa_numbers support to MultiBackend. | David Reid | 2014-06-03 | 2 | -1/+17 |
| | |||||
* | Implement load_rsa_numbers on the openssl backend. | David Reid | 2014-06-03 | 2 | -0/+266 |
| | |||||
* | Add load_rsa_numbers to the RSABackend interface. | David Reid | 2014-06-03 | 1 | -0/+5 |
| | |||||
* | Merge pull request #984 from dreid/rsa-numbers | Paul Kehrer | 2014-06-03 | 3 | -0/+272 |
|\ | | | | | RSA numbers | ||||
| * | No apostrophe here. | David Reid | 2014-05-12 | 1 | -2/+2 |
| | | |||||
| * | Fix Private->Public | David Reid | 2014-05-07 | 1 | -1/+1 |
| | | |||||
| * | Use one error message for all integer typeerrors. | David Reid | 2014-05-07 | 1 | -25/+10 |
| | | |||||
| * | Pep8 | David Reid | 2014-05-06 | 1 | -1/+0 |
| | | |||||
| * | Check types. | David Reid | 2014-05-06 | 2 | -0/+128 |
| | | |||||
| * | Make public_numbers a property. | David Reid | 2014-05-01 | 3 | -7/+10 |
| | | |||||
| * | Pep8 | David Reid | 2014-04-30 | 1 | -2/+2 |
| | | |||||
| * | Passing tests. | David Reid | 2014-04-30 | 1 | -1/+1 |
| | | |||||
| * | Failing tests. | David Reid | 2014-04-30 | 1 | -0/+27 |
| | | |||||
| * | Fix typos. | David Reid | 2014-04-30 | 1 | -1/+1 |
| | | |||||
| * | Rewrite some descriptions to not be self-referential and rewrite the private ↵ | David Reid | 2014-04-30 | 1 | -4/+10 |
| | | | | | | | | numbers description to be a little bit scary. | ||||
| * | More RSA*Numbers documentation, gosh these descriptions are bad. | David Reid | 2014-04-30 | 1 | -0/+5 |
| | | |||||
| * | Most basic numbers documentation. | David Reid | 2014-04-30 | 1 | -0/+66 |
| | | |||||
| * | RSA*Numbers class definitions. | David Reid | 2014-04-30 | 1 | -0/+53 |
| | | |||||
* | | Merge pull request #1092 from reaperhulk/hash-ctx-switch | Alex Gaynor | 2014-06-01 | 1 | -38/+12 |
|\ \ | | | | | | | use Hash rather than _HashContext in RSA/DSA | ||||
| * | | add some complexity back to handle 0.9.8 annoyances | Paul Kehrer | 2014-06-01 | 1 | -1/+8 |
| | | | |||||
| * | | more _ctx required | Paul Kehrer | 2014-06-01 | 1 | -1/+1 |
| | | | |||||
| * | | use Hash rather than _HashContext | Paul Kehrer | 2014-06-01 | 1 | -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-test | Alex Gaynor | 2014-05-31 | 3 | -8/+29 |
|\ \ | | | | | | | add RSA key generation restrictions to primitive layer | ||||
| * | | move rsa param verification to shared function | Paul Kehrer | 2014-05-29 | 2 | -17/+13 |
| | | | |||||
| * | | add RSA private key generation restrictions to primitive layer | Paul Kehrer | 2014-05-27 | 2 | -0/+25 |
| | | | |||||
* | | | Merge pull request #1091 from reaperhulk/add-new-cc-bindings | Alex Gaynor | 2014-05-31 | 7 | -0/+405 |
|\ \ \ | | | | | | | | | Add new CC bindings | ||||
| * | | | remove an irrelevant comment | Paul Kehrer | 2014-05-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | refactor into separate files | Paul Kehrer | 2014-05-31 | 6 | -69/+195 |
| | | | | |||||
| * | | | add new link args | Paul Kehrer | 2014-05-31 | 1 | -0/+1 |
| | | | | |||||
| * | | | add new security framework bindings | Paul Kehrer | 2014-05-31 | 3 | -0/+278 |
|/ / / | |||||
* | | | Merge pull request #1050 from public/ec-backend-interfaces | Paul Kehrer | 2014-05-31 | 2 | -0/+87 |
|\ \ \ | | | | | | | | | EllipticCurveBackend interfaces | ||||
| * | | | EllipticCurveBackend interfaces | Alex Stapleton | 2014-05-31 | 2 | -0/+87 |
|/ / / | |||||
* | | | 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 |
| | | | |