aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a few typosAlex Gaynor2014-06-102-2/+2
|
* Merge pull request #1120 from alex/pr/1119Paul Kehrer2014-06-091-0/+2
|\ | | | | Add two new bindings
| * Fixed up a few issuesAlex Gaynor2014-06-093-4/+1
| |
| * modified changelogtimic2014-06-091-0/+2
| |
| * Added OPENSSL_config declarationtimic2014-06-091-0/+2
| |
| * ignore .idea foldertimic2014-06-091-0/+1
|/
* Merge pull request #1114 from alex/fixed-markupPaul Kehrer2014-06-071-1/+1
|\ | | | | This is a function, not a method
| * This is a function, not a methodAlex Gaynor2014-06-071-1/+1
| |
* | Merge pull request #1113 from alex/small-cleanupPaul Kehrer2014-06-071-1/+1
|\ \ | | | | | | Another small cleanup
| * | Another small cleanupAlex Gaynor2014-06-071-1/+1
| | |
* | | Merge pull request #1107 from public/ecdsa-multibackendPaul Kehrer2014-06-074-7/+161
|\ \ \ | | | | | | | | ECDSA multibackend
| * | | Add EC to changelogAlex Stapleton2014-06-071-1/+1
| | | |
| * | | Multibackend support for ECAlex Stapleton2014-06-073-6/+160
| | | |
* | | | Merge pull request #1102 from reaperhulk/rsa-generate-functionAlex Stapleton2014-06-073-15/+59
|\ \ \ \ | |_|_|/ |/| | | add rsa_generate_private_key function to replace RSAPrivateKey.generate
| * | | rename the docs too.Paul Kehrer2014-06-071-2/+2
| | | |
| * | | rename the functionPaul Kehrer2014-06-072-18/+18
| | | |
| * | | add some missing docsPaul Kehrer2014-06-061-3/+18
| | | |
| * | | more coverage...Paul Kehrer2014-06-061-0/+3
| | | |
| * | | fix coveragePaul Kehrer2014-06-061-0/+6
| | | |
| * | | add rsa_generate_private_key function to replace RSAPrivateKey.generatePaul Kehrer2014-06-063-18/+38
| | | | | | | | | | | | | | | | refs #1026. #1101 is dependent on this
* | | | Merge pull request #1112 from public/fix-docsAlex Gaynor2014-06-071-1/+1
|\ \ \ \ | |_|_|/ |/| | | Fix syntax error in docs
| * | | Fix syntax error in docsAlex Stapleton2014-06-071-1/+1
| | |/ | |/|
* | | Merge pull request #1108 from alex/simplify-codeAlex Stapleton2014-06-071-4/+1
|\ \ \ | |/ / |/| | Simplified code
| * | Simplified codeAlex Gaynor2014-06-071-4/+1
|/ /
* | Merge pull request #1090 from public/numberless-ecdsa-backendPaul Kehrer2014-06-0710-57/+1045
|\ \ | | | | | | Numberless ECDSA backend
| * | 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
| |/