aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'public_key_pem' of https://github.com/michael-hart/cryptography...michael-hart2014-09-260-0/+0
| |\
| | * Added missing newline, corrected changesmichael-hart2014-09-262-8/+9
| | * Update multibackend.pymichael-hart2014-09-261-0/+2
| | * Merge branch 'public_key_pem' of https://github.com/michael-hart/cryptography...michael-hart2014-09-260-0/+0
| | |\
| | | * Corrected testsmichael-hart2014-09-262-19/+10
| | | * Added all changes lost in merge resetmichael-hart2014-09-265-7/+48
| | | * Part 1 of rebase, with corrections for pep8michael-hart2014-09-257-5/+106
| | * | flake8michael-hart2014-09-261-1/+3
| | * | Added code and tests of EC public keysmichael-hart2014-09-262-0/+18
| | * | Corrected testsmichael-hart2014-09-262-19/+10
| | * | Added all changes lost in merge resetmichael-hart2014-09-265-7/+48
| | * | Part 1 of rebase, with corrections for pep8michael-hart2014-09-267-5/+106
| * | | Added missing newline, corrected changesmichael-hart2014-09-261-1/+1
| * | | Update multibackend.pymichael-hart2014-09-261-0/+2
| * | | flake8michael-hart2014-09-261-1/+3
| * | | Added code and tests of EC public keysmichael-hart2014-09-262-0/+18
| * | | Corrected testsmichael-hart2014-09-262-19/+10
| * | | Added all changes lost in merge resetmichael-hart2014-09-263-7/+34
| * | | Part 1 of rebase, with corrections for pep8michael-hart2014-09-262-24/+6
| * | | Corrected testsmichael-hart2014-09-262-19/+10
| * | | Added all changes lost in merge resetmichael-hart2014-09-265-7/+48
| * | | Part 1 of rebase, with corrections for pep8michael-hart2014-09-267-5/+106
|/ / /
* | | Merge pull request #1354 from alex/cleanup-travis-installPaul Kehrer2014-09-261-5/+4
|\ \ \
| * | | Remove (apparently) unneeded lineAlex Gaynor2014-09-261-5/+4
|/ / /
* | | Merge pull request #1351 from alex/pypy-2.4Paul Kehrer2014-09-261-2/+4
|\ \ \ | |/ / |/| |
| * | bleh update firstAlex Gaynor2014-09-261-0/+1
| * | bump pyenv versionAlex Gaynor2014-09-261-0/+1
| * | fixes #1340 -- use pypy 2.4.0 now that it's outAlex Gaynor2014-09-251-2/+2
* | | Merge pull request #1350 from michael-hart/ec_vectorsAlex Gaynor2014-09-261-0/+4
|\ \ \ | |/ / |/| |
| * | Added missing vector filemichael-hart2014-09-261-0/+4
* | | Merge pull request #1349 from reaperhulk/more-ctx-mgerAlex Gaynor2014-09-251-9/+13
|\ \ \ | |_|/ |/| |
| * | switch truncate_digest_for_ecdsa to context managerPaul Kehrer2014-09-251-9/+13
|/ /
* | Merge pull request #1347 from reaperhulk/doc-cleanupAlex Gaynor2014-09-252-22/+15
|\ \
| * | small cleanup to docsPaul Kehrer2014-09-242-22/+15
* | | Merge pull request #1344 from reaperhulk/bn-ctx-fixAlex Gaynor2014-09-251-15/+24
|\ \ \ | |/ / |/| |
| * | try/finally the bn_ctx managerPaul Kehrer2014-09-241-3/+5
| * | switch to a BN_CTX context manager.Paul Kehrer2014-09-241-9/+11
| * | extraneous newline murderedPaul Kehrer2014-09-241-1/+0
| * | put BN_CTX_end in a finally to ensure it is invokedPaul Kehrer2014-09-241-14/+16
| * | start and end BN_CTX so BN_CTX can track func owner of temporary BNsPaul Kehrer2014-09-241-0/+4
* | | Merge pull request #1341 from michael-hart/ec_vectorsPaul Kehrer2014-09-2414-15/+166
|\ \ \ | |/ / |/| / | |/
| * Updated spelling_wordlist.txtmichael-hart2014-09-241-0/+1
| * Update spelling_wordlist.txtmichael-hart2014-09-241-0/+6
| * Update test-vectors.rstmichael-hart2014-09-241-5/+27
| * Test Vector changesmichael-hart2014-09-2312-10/+132
* | Merge pull request #1330 from reaperhulk/fix-commoncrypto-gcmAlex Gaynor2014-09-173-1/+54
|\ \ | |/ |/|
| * resolve GCM tag issue with AAD only on OpenSSL 1.0.1 in Ubuntu 12.04Paul Kehrer2014-09-122-4/+12
| * moved GCM tests to be run against all backends, added radar bug numbersPaul Kehrer2014-09-113-32/+36
| * byte strings are byte stringsPaul Kehrer2014-09-111-9/+9
| * Fix two bugs with CommonCrypto GCM that can result in invalid output.Paul Kehrer2014-09-112-0/+41