aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1096 from reaperhulk/add-doc8-infoAlex Gaynor2014-06-051-1/+3
|\ \ | |/ |/| update submitting patches docs to include doc8 info
| * add information about building docs to getting startedPaul Kehrer2014-06-051-1/+3
|/
* Merge pull request #1027 from dreid/rsa-number-loadingPaul Kehrer2014-06-046-0/+343
|\ | | | | RSABackend support for loading RSA*Numbers
| * Document UnsupportedAlgorithm in a super vague way.David Reid2014-06-031-0/+6
| |
| * Document the valueerror these might raise.David Reid2014-06-031-0/+8
| |
| * pep8David Reid2014-06-031-1/+1
| |
| * Split load_rsa_numbers into load_rsa_private_numbers and ↵David Reid2014-06-036-48/+75
| | | | | | | | load_rsa_public_numbers.
| * Remove trailing whitespaceDavid Reid2014-06-031-1/+1
| |
| * Semantic conflict resolution anyone?David Reid2014-06-031-1/+2
| |
| * Resolve conflict.David Reid2014-06-031-3/+1
| |
| * Document the backend interface.David Reid2014-06-031-0/+16
| |
| * 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
| | | |