Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | padding and constant time also need the cffi modulename fix | Paul Kehrer | 2014-03-21 | 2 | -12/+28 |
| | |||||
* | Merge pull request #826 from reaperhulk/rsa-more-sig-verification | Alex Gaynor | 2014-03-20 | 3 | -62/+158 |
|\ | | | | | RSA more sig verification | ||||
| * | add mgf1_hash_supported unsupported hash check | Paul Kehrer | 2014-03-19 | 1 | -0/+8 |
| | | |||||
| * | more concise way of generating tests | Paul Kehrer | 2014-03-19 | 1 | -86/+52 |
| | | |||||
| * | switch to a lambda | Paul Kehrer | 2014-03-19 | 2 | -23/+40 |
| | | |||||
| * | rename some things | Paul Kehrer | 2014-03-19 | 2 | -17/+17 |
| | | |||||
| * | add FIPS 186-2/3 signature verification tests for RSA PKCSv15 and PSS | Paul Kehrer | 2014-03-19 | 2 | -22/+127 |
|/ | |||||
* | Merge pull request #829 from reaperhulk/import-order-fixer | Alex Gaynor | 2014-03-19 | 25 | -54/+57 |
|\ | | | | | import order fixes for future automated checking | ||||
| * | revert one import order change | Paul Kehrer | 2014-03-19 | 1 | -1/+1 |
| | | |||||
| * | a few small fixes | Paul Kehrer | 2014-03-19 | 4 | -2/+6 |
| | | |||||
| * | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 25 | -55/+54 |
| | | |||||
* | | Merge pull request #830 from jgiannuzzi/master | Alex Gaynor | 2014-03-19 | 1 | -0/+1 |
|\ \ | |/ |/| | Add ASN1_TIME_free | ||||
| * | Add ASN1_TIME_free | Jonathan Giannuzzi | 2014-03-19 | 1 | -0/+1 |
| | | | | | | | | Required function to solve a memory leak in pyOpenSSL | ||||
* | | Merge pull request #825 from reaperhulk/expand-rsa-nist-loader | David Reid | 2014-03-18 | 2 | -11/+175 |
|\ \ | | | | | | | expand RSA NIST vector loader to support verification vectors as well | ||||
| * | | remove a comma that was pointlessly added | Paul Kehrer | 2014-03-18 | 1 | -1/+1 |
| | | | |||||
| * | | py3 fix | Paul Kehrer | 2014-03-18 | 1 | -2/+2 |
| | | | |||||
| * | | add headers to each test so the file source can be determined | Paul Kehrer | 2014-03-18 | 1 | -1/+11 |
| | | | |||||
| * | | another file permutation for rsa nist tested. | Paul Kehrer | 2014-03-18 | 2 | -1/+65 |
| | | | |||||
| * | | expand RSA NIST vector loader to support verification vectors as well | Paul Kehrer | 2014-03-18 | 2 | -12/+102 |
| | | | |||||
* | | | Merge pull request #827 from public/title-case | Alex Gaynor | 2014-03-18 | 25 | -47/+46 |
|\ \ \ | |/ / |/| | | Standardise on sentence case for titles | ||||
| * | | Standardise on sentence case for titles | Alex Stapleton | 2014-03-18 | 25 | -47/+46 |
|/ / | |||||
* | | Merge pull request #792 from reaperhulk/rsa-pss-verify | Alex Gaynor | 2014-03-17 | 8 | -8/+417 |
|\ \ | | | | | | | RSA PSS Verify | ||||
| * | | link to Colin Percival re: recommended RSA signature padding | Paul Kehrer | 2014-03-17 | 1 | -1/+2 |
| | | | |||||
| * | | change exception and improve some language | Paul Kehrer | 2014-03-17 | 2 | -6/+12 |
| | | | |||||
| * | | use mgf1_hash_supported to simplify some logic | Paul Kehrer | 2014-03-17 | 1 | -2/+1 |
| | | | |||||
| * | | pass the hash class rather than using getattr | Paul Kehrer | 2014-03-16 | 2 | -12/+12 |
| | | | |||||
| * | | change rsa nist loader to use strings for algorithm name | Paul Kehrer | 2014-03-16 | 2 | -4/+4 |
| | | | |||||
| * | | fix indentation | Paul Kehrer | 2014-03-16 | 1 | -18/+18 |
| | | | |||||
| * | | extract RSA struct from EVP_PKEY | Paul Kehrer | 2014-03-16 | 1 | -1/+5 |
| | | | |||||
| * | | cover a missing line for older openssl | Paul Kehrer | 2014-03-16 | 1 | -0/+25 |
| | | | |||||
| * | | consume errors before asserting | Paul Kehrer | 2014-03-16 | 1 | -2/+4 |
| | | | |||||
| * | | make mgf private | Paul Kehrer | 2014-03-16 | 2 | -6/+6 |
| | | | |||||
| * | | move PSS to top of docs | Paul Kehrer | 2014-03-16 | 1 | -7/+7 |
| | | | |||||
| * | | add RSA PSS verification support | Paul Kehrer | 2014-03-16 | 5 | -2/+374 |
| | | | |||||
* | | | Merge pull request #768 from reaperhulk/cffi-modulename-fix | David Reid | 2014-03-17 | 2 | -8/+55 |
|\ \ \ | | | | | | | | | Workaround for cffi issue 140 | ||||
| * | | | should probably update the test too | Paul Kehrer | 2014-03-17 | 1 | -7/+5 |
| | | | | |||||
| * | | | address review comments | Paul Kehrer | 2014-03-17 | 1 | -5/+6 |
| | | | | |||||
| * | | | be less dumb | Paul Kehrer | 2014-03-13 | 2 | -12/+6 |
| | | | | |||||
| * | | | make create_modulename private, add test | Paul Kehrer | 2014-03-13 | 2 | -4/+36 |
| | | | | |||||
| * | | | workaround for cffi issue 140. refs #762 | Paul Kehrer | 2014-03-09 | 1 | -7/+29 |
| | | | | |||||
* | | | | Merge pull request #759 from public/no-hex | Alex Gaynor | 2014-03-17 | 1 | -11/+38 |
|\ \ \ \ | | | | | | | | | | | Don't go via hex() when working with BNs | ||||
| * | | | | Don't go via hex() when working with BNs | Alex Stapleton | 2014-03-14 | 1 | -11/+38 |
| | | | | | |||||
* | | | | | Merge pull request #822 from alex/we-support-py34 | David Reid | 2014-03-17 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | We support 3.4 | ||||
| * | | | | | We support 3.4 | Alex Gaynor | 2014-03-17 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #820 from reaperhulk/test-python34 | Alex Gaynor | 2014-03-17 | 2 | -0/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | add python 3.4 to osx and linux builders | ||||
| * | | | | | add python 3.4 to osx and linux builders | Paul Kehrer | 2014-03-17 | 2 | -0/+16 |
| | | | | | | |||||
* | | | | | | Merge pull request #821 from alex/newer-py33 | Paul Kehrer | 2014-03-17 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use the latest python 3.3 on OS X on travis | ||||
| * | | | | | | Use the latest python 3.3 on OS X on travis | Alex Gaynor | 2014-03-17 | 1 | -2/+2 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #818 from reaperhulk/tox-34-target | Alex Gaynor | 2014-03-17 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | add py34 target for python 3.4 CI | ||||
| * | | | | | add py34 target for python 3.4 CI | Paul Kehrer | 2014-03-17 | 1 | -1/+1 |
| | |/ / / | |/| | | |