aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pep8Alex Gaynor2014-06-061-60/+72
|
* Fixed serialization testsAlex Gaynor2014-06-061-17/+3
|
* Switch the tests to load numbersAlex Gaynor2014-06-061-30/+33
|
* Merge branch 'master' into use-numbersAlex Gaynor2014-06-066-15/+158
|\
| * Merge pull request #1103 from reaperhulk/fix-1097Alex Gaynor2014-06-063-1/+77
| |\ | | | | | | add load_rsa_*_numbers functions
| | * add load_rsa_*_numbers functionsPaul Kehrer2014-06-063-1/+77
| |/
| * Merge pull request #1099 from daenney/if-darwinPaul Kehrer2014-06-061-8/+14
| |\ | | | | | | travis: Set variable for Darwin and check that.
| | * travis: Typing Darwin is really hard.Daniele Sluijters2014-06-061-1/+1
| | |
| | * travis: Forgot a 'W" in DARWIN.Daniele Sluijters2014-06-061-1/+1
| | |
| | * travis: Set variable for Darwin and check that.Daniele Sluijters2014-06-061-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-commaDavid Reid2014-06-051-1/+1
| |\ | | | | | | Use an oxford comma
| | * Use an oxford commaAlex Gaynor2014-06-051-1/+1
| |/
| * Merge pull request #1095 from Ayrx/security-docsAlex Gaynor2014-06-051-5/+64
| |\ | | | | | | Updated security.rst to expand on process
| | * Added missing wordAyrx2014-06-061-1/+2
| | |
| | * Updated docsAyrx2014-06-052-4/+3
| | |
| | * Updated security.rst to expand on processAyrx2014-06-052-5/+64
| | |
| * | 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
| |/
* / Port the fixtures fileAlex Gaynor2014-06-051-222/+258
|/
* 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