Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | A new flake8 is out. Our code is bad again! | Alex Gaynor | 2014-03-26 | 1 | -45/+37 | |
|/ / | ||||||
* | | Merge pull request #845 from public/no-memory-wipe-docs | Paul Kehrer | 2014-03-25 | 2 | -0/+20 | |
|\ \ | | | | | | | Document our security limitations | |||||
| * | | "potentially vulnerable" | Alex Stapleton | 2014-03-25 | 1 | -2/+2 | |
| | | | ||||||
| * | | Rephrase to avoid american english failure | Alex Stapleton | 2014-03-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add citation for being a low risk issue | Alex Stapleton | 2014-03-24 | 1 | -2/+5 | |
| | | | ||||||
| * | | Rephrase to keep the spell checker happy | Alex Stapleton | 2014-03-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | Limitations | Alex Stapleton | 2014-03-22 | 2 | -0/+17 | |
| |/ | ||||||
* | | Merge pull request #848 from alex/vectors-are-universal | Paul Kehrer | 2014-03-24 | 1 | -0/+2 | |
|\ \ | | | | | | | This is universal. | |||||
| * | | This is universal. | Alex Gaynor | 2014-03-24 | 1 | -0/+2 | |
|/ / | ||||||
* | | Merge pull request #795 from public/split-vectors | Paul Kehrer | 2014-03-24 | 336 | -23/+166 | |
|\ \ | | | | | | | Split vectors into cryptography_vectors | |||||
| * | | Fix bug in release task and style fixes | Alex Stapleton | 2014-03-24 | 3 | -4/+4 | |
| | | | | | | | | | | | | | | | tasks.py was building tarballs/sdists that didn't actually have vectors in because of setup.pys reliance on the cwd. | |||||
| * | | Move cryptography.vectors to cryptography_vectors | Alex Stapleton | 2014-03-24 | 336 | -28/+94 | |
| | | | | | | | | | | | | | | | | | | | | | All vectors are now stored in the subpackage in the vectors/ folder. This package is automatically installed by setup.py test and will also be uploaded with a matching version number by the PyPI upload task. | |||||
| * | | Load vectors from cryptography.vectors | Matthew Iversen | 2014-03-22 | 3 | -15/+9 | |
| | | | ||||||
| * | | cryptography.vectors | Alex Stapleton | 2014-03-22 | 329 | -3/+86 | |
| |/ | ||||||
* | | Merge pull request #847 from reaperhulk/update-ignores | Alex Gaynor | 2014-03-24 | 1 | -0/+1 | |
|\ \ | |/ |/| | Update gitignore to ignore the new shared object name structure | |||||
| * | update gitignore to ignore the new so name structure | Paul Kehrer | 2014-03-24 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #841 from public/ssl-ctx-method | Alex Gaynor | 2014-03-22 | 1 | -1/+7 | |
|\ | | | | | Add SSL_CTX method getter to fix #794 | |||||
| * | Add SSL_CTX method getter to fix #794 | Alex Stapleton | 2014-03-22 | 1 | -1/+7 | |
| | | ||||||
* | | Merge pull request #839 from reaperhulk/more-import-order | Alex Gaynor | 2014-03-22 | 2 | -2/+2 | |
|\ \ | |/ |/| | Import order fixes for generation scripts | |||||
| * | a few more import order fixes for upcoming flake8-import-order | Paul Kehrer | 2014-03-22 | 2 | -2/+2 | |
|/ | ||||||
* | Merge pull request #833 from reaperhulk/rsa-pss-signing | Alex Gaynor | 2014-03-21 | 5 | -14/+399 | |
|\ | | | | | RSA PSS Signing | |||||
| * | improve exception msgs, change how test_pss_signing_sha2 works | Paul Kehrer | 2014-03-20 | 3 | -62/+47 | |
| | | ||||||
| * | Merge branch 'master' into rsa-pss-signing | Paul Kehrer | 2014-03-20 | 26 | -114/+214 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: add mgf1_hash_supported unsupported hash check more concise way of generating tests switch to a lambda rename some things add FIPS 186-2/3 signature verification tests for RSA PKCSv15 and PSS revert one import order change a few small fixes Add ASN1_TIME_free import order fixes for future automated checking Conflicts: tests/hazmat/primitives/test_rsa.py tests/hazmat/primitives/utils.py | |||||
| * | | document the ValueError | Paul Kehrer | 2014-03-19 | 2 | -2/+8 | |
| | | | ||||||
| * | | never trust openssl | Paul Kehrer | 2014-03-19 | 3 | -18/+184 | |
| | | | | | | | | | | | | | | | | | | | | | Turns out you can't trust it to safely compute the max salt length allowed for PSS, so now we get to do it ourselves. We also check for whether the key size is large enough for the selected hash function (PSS only for now, PKCS1 coming in another PR) | |||||
| * | | RSA PSS signature support | Paul Kehrer | 2014-03-19 | 5 | -5/+233 | |
| | | | ||||||
* | | | Merge pull request #836 from reaperhulk/netbsd-why-oh-why | Alex Gaynor | 2014-03-21 | 1 | -0/+23 | |
|\ \ \ | | | | | | | | | workaround a netbsd bug where they did not compile with d1_meth.c | |||||
| * | | | c has syntax rules too | Paul Kehrer | 2014-03-21 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | workaround a netbsd bug where they did not compile with d1_meth.c | Paul Kehrer | 2014-03-21 | 1 | -0/+23 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #837 from reaperhulk/modulename-all-the-things | Alex Gaynor | 2014-03-21 | 2 | -12/+28 | |
|\ \ \ | |/ / |/| | | padding and constant time also need the cffi modulename fix | |||||
| * | | 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 |