aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ECDSA backendAlex Stapleton2014-06-0710-57/+1045
|
* Merge pull request #1106 from reaperhulk/style-fixAlex Stapleton2014-06-071-2/+2
|\ | | | | trivial style fix in bindings
| * trivial style fix in bindingsPaul Kehrer2014-06-071-2/+2
|/
* Merge pull request #1105 from Lukasa/alpnAlex Stapleton2014-06-071-0/+45
|\ | | | | Add ALPN support.
| * Add ALPN support.Cory Benfield2014-06-071-0/+45
|/
* Merge pull request #1104 from alex/use-numbersPaul Kehrer2014-06-073-269/+306
|\ | | | | Use numbers
| * 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
| |\
| * | Port the fixtures fileAlex Gaynor2014-06-051-222/+258
| | |
* | | Merge pull request #1100 from reaperhulk/rsa-numbers-remove-publicAlex Gaynor2014-06-062-187/+0
|\ \ \ | |_|/ |/| | Remove raw numbers properties from the RSA*Key interfaces
| * | remove raw numbers properties from the RSA*Key interfacesPaul Kehrer2014-06-062-187/+0
| | | | | | | | | | | | | | | refs #1026. Concrete class (that will be deprecated in another PR) still possesses them for backwards compatibility purposes.
* | | 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
|/
* 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
| |