Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix coverage | Paul Kehrer | 2014-06-06 | 1 | -0/+6 |
| | |||||
* | add rsa_generate_private_key function to replace RSAPrivateKey.generate | Paul Kehrer | 2014-06-06 | 3 | -18/+38 |
| | | | | refs #1026. #1101 is dependent on this | ||||
* | Merge pull request #1099 from daenney/if-darwin | Paul Kehrer | 2014-06-06 | 1 | -8/+14 |
|\ | | | | | travis: Set variable for Darwin and check that. | ||||
| * | travis: Typing Darwin is really hard. | Daniele Sluijters | 2014-06-06 | 1 | -1/+1 |
| | | |||||
| * | travis: Forgot a 'W" in DARWIN. | Daniele Sluijters | 2014-06-06 | 1 | -1/+1 |
| | | |||||
| * | travis: Set variable for Darwin and check that. | Daniele Sluijters | 2014-06-06 | 1 | -8/+14 |
|/ | | | | | | | | | | There were a bunch of `$(uname -s) == 'Darwin'` calls which have now been consolidated into one setting that's being checked everywhere. Additionally one branch was inverted. We were using `if DARWIN; else` everywhere except for in one place where the negated form was used. In order to keep it consistent with the rest of the script the branches have been swapped. | ||||
* | Merge pull request #1098 from alex/oxford-comma | David Reid | 2014-06-05 | 1 | -1/+1 |
|\ | | | | | Use an oxford comma | ||||
| * | Use an oxford comma | Alex Gaynor | 2014-06-05 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1095 from Ayrx/security-docs | Alex Gaynor | 2014-06-05 | 1 | -5/+64 |
|\ | | | | | Updated security.rst to expand on process | ||||
| * | Added missing word | Ayrx | 2014-06-06 | 1 | -1/+2 |
| | | |||||
| * | Updated docs | Ayrx | 2014-06-05 | 2 | -4/+3 |
| | | |||||
| * | Updated security.rst to expand on process | Ayrx | 2014-06-05 | 2 | -5/+64 |
| | | |||||
* | | Merge pull request #1096 from reaperhulk/add-doc8-info | Alex Gaynor | 2014-06-05 | 1 | -1/+3 |
|\ \ | |/ |/| | update submitting patches docs to include doc8 info | ||||
| * | add information about building docs to getting started | Paul Kehrer | 2014-06-05 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #1027 from dreid/rsa-number-loading | Paul Kehrer | 2014-06-04 | 6 | -0/+343 |
|\ | | | | | RSABackend support for loading RSA*Numbers | ||||
| * | Document UnsupportedAlgorithm in a super vague way. | David Reid | 2014-06-03 | 1 | -0/+6 |
| | | |||||
| * | Document the valueerror these might raise. | David Reid | 2014-06-03 | 1 | -0/+8 |
| | | |||||
| * | pep8 | David Reid | 2014-06-03 | 1 | -1/+1 |
| | | |||||
| * | Split load_rsa_numbers into load_rsa_private_numbers and ↵ | David Reid | 2014-06-03 | 6 | -48/+75 |
| | | | | | | | | load_rsa_public_numbers. | ||||
| * | Remove trailing whitespace | David Reid | 2014-06-03 | 1 | -1/+1 |
| | | |||||
| * | Semantic conflict resolution anyone? | David Reid | 2014-06-03 | 1 | -1/+2 |
| | | |||||
| * | Resolve conflict. | David Reid | 2014-06-03 | 1 | -3/+1 |
| | | |||||
| * | Document the backend interface. | David Reid | 2014-06-03 | 1 | -0/+16 |
| | | |||||
| * | 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 |
| | | | |