Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #395 from reaperhulk/idea-vectors | Donald Stufft | 2014-03-03 | 2 | -0/+5407 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ECB vectors for the IDEA cipher | |||||
| * | | | | | add vector source data for IDEA ECB to docs | Paul Kehrer | 2014-03-03 | 1 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | update IDEA ECB vectors to contain 100/1000 iteration results | Paul Kehrer | 2014-03-03 | 1 | -0/+900 | |
| | | | | | | ||||||
| * | | | | | ECB vectors for the IDEA cipher. | Paul Kehrer | 2014-03-03 | 1 | -0/+4504 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | Vectors from NESSIE and reformatted for NIST loader. https://www.cosic.esat.kuleuven.be/nessie/testvectors/bc/idea/Idea-128-64.verified.test-vectors | |||||
* | | | | | Merge pull request #720 from Ayrx/hotp-length-type-check | Alex Gaynor | 2014-03-03 | 3 | -2/+13 | |
|\ \ \ \ \ | | | | | | | | | | | | | Added length type check to HOTP and corresponding test | |||||
| * | | | | | Updated documentation for HOTP and TOTP TypeError | Ayrx | 2014-03-04 | 1 | -2/+4 | |
| | | | | | | ||||||
| * | | | | | Added length type check to HOTP and corresponding test | Ayrx | 2014-03-03 | 2 | -0/+9 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #721 from reaperhulk/pss-funcs | Alex Gaynor | 2014-03-03 | 1 | -0/+11 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Add MGF1 MD selection function (available in OpenSSL 1.0.1+) | |||||
| * | | | | Add MGF1 MD selection function (available in OpenSSL 1.0.1+) | Paul Kehrer | 2014-03-03 | 1 | -0/+11 | |
|/ / / / | ||||||
* | | | | Merge pull request #718 from alex/phrase-better | Paul Kehrer | 2014-03-03 | 2 | -3/+3 | |
|\ \ \ \ | | | | | | | | | | | Phrase our summary better | |||||
| * | | | | Phrase our summary better | Alex Gaynor | 2014-03-02 | 2 | -3/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #717 from skeuomorf/master | Alex Gaynor | 2014-03-02 | 1 | -0/+2 | |
|\ \ \ \ | | | | | | | | | | | Add binding for the DSA parameters generation function | |||||
| * | | | | Add binding for the DSA parameters generation function | Mohammed Attia | 2014-03-03 | 1 | -0/+2 | |
|/ / / / | ||||||
* | | | | Merge pull request #715 from reaperhulk/add-linkcheck-target-to-tox | Alex Gaynor | 2014-03-02 | 1 | -0/+7 | |
|\ \ \ \ | | | | | | | | | | | New tox docs-linkcheck target for a jenkins job to do linkcheck | |||||
| * | | | | new tox docs-linkcheck target for a jenkins job to do linkcheck | Paul Kehrer | 2014-03-02 | 1 | -0/+7 | |
|/ / / / | ||||||
* | | | | Merge pull request #709 from public/dsa-test-vectors | Paul Kehrer | 2014-03-02 | 20 | -4/+16677 | |
|\ \ \ \ | | | | | | | | | | | DSA test vectors | |||||
| * | | | | DSA test vector docs | Alex Stapleton | 2014-03-02 | 1 | -4/+9 | |
| | | | | | ||||||
| * | | | | Add the FIPS 186-3 DSA test vectors | Alex Stapleton | 2014-03-02 | 8 | -0/+16063 | |
| | | | | | | | | | | | | | | | | | | | | http://csrc.nist.gov/groups/STM/cavp/documents/dss/186-3dsatestvectors.zip | |||||
| * | | | | Add NIST FIPS 186-2 DSA test vectors | Alex Stapleton | 2014-03-02 | 8 | -0/+545 | |
| | | | | | | | | | | | | | | | | | | | | http://csrc.nist.gov/groups/STM/cavp/documents/dss/186-2dsatestvectors.zip | |||||
| * | | | | Plaintext DSA test keys from GnuTLS | Alex Stapleton | 2014-03-02 | 3 | -0/+60 | |
| | | | | | | | | | | | | | | | | | | | | https://gitorious.org/gnutls/gnutls/commit/ad2061deafdd7db78fd405f9d143b0a7c579da7b | |||||
* | | | | | Merge pull request #714 from reaperhulk/fix-712 | Alex Gaynor | 2014-03-02 | 1 | -1/+0 | |
|\ \ \ \ \ | | | | | | | | | | | | | Remove EVP_R_DISABLED_FOR_FIPS definition | |||||
| * | | | | | this constant is undefined in 1.0.0 | Paul Kehrer | 2014-03-02 | 1 | -1/+0 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | Since we don't use it (and neither does PyOpenSSL) let's remove it for now. Fixes #712 | |||||
* | | | | | Merge pull request #710 from reaperhulk/fix-contributing-links | Alex Gaynor | 2014-03-02 | 1 | -2/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | link the CONTRIBUTING.rst to the development section of our docs | |||||
| * | | | | | link the CONTRIBUTING.rst to the development section of our docs | Paul Kehrer | 2014-03-02 | 1 | -2/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #703 from alex/change-exceptino-type | Paul Kehrer | 2014-03-02 | 3 | -9/+8 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Change exception in use | |||||
| * | | | | Switch to TypeError | Alex Gaynor | 2014-03-01 | 3 | -4/+4 | |
| | | | | | ||||||
| * | | | | Docs as well | Alex Gaynor | 2014-03-01 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | Update tests as well | Alex Gaynor | 2014-03-01 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Change exception in use | Alex Gaynor | 2014-03-01 | 1 | -3/+2 | |
| | | | | | ||||||
* | | | | | Merge pull request #706 from alex/scrypt-vectors | Paul Kehrer | 2014-03-01 | 3 | -3/+47 | |
|\ \ \ \ \ | | | | | | | | | | | | | Added vectors for scrypt from the draft RFC | |||||
| * | | | | | Scrypt is a word | Alex Gaynor | 2014-03-01 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Added vectors for scrypt from the draft RFC | Alex Gaynor | 2014-03-01 | 2 | -3/+46 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #708 from public/invalid-sig-errors | Alex Gaynor | 2014-03-01 | 1 | -0/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Consume errors on InvalidSignature | |||||
| * | | | | | Consume errors on InvalidSignature | Alex Stapleton | 2014-03-01 | 1 | -0/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #707 from public/consume-errors | Alex Gaynor | 2014-03-01 | 2 | -70/+58 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Get rid of handle_errors | |||||
| * | | | | raise InternalError | Alex Stapleton | 2014-03-01 | 2 | -1/+12 | |
| | | | | | ||||||
| * | | | | pep8 | Alex Stapleton | 2014-03-01 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Style tweaks | Alex Stapleton | 2014-03-01 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Use a namedtuple to keep errors in | Alex Stapleton | 2014-03-01 | 1 | -2/+7 | |
| | | | | | ||||||
| * | | | | Get rid of handle_errors | Alex Stapleton | 2014-03-01 | 2 | -70/+42 | |
|/ / / / | ||||||
* | | | | Merge pull request #699 from public/max-md-size | Alex Gaynor | 2014-03-01 | 1 | -4/+4 | |
|\ \ \ \ | | | | | | | | | | | Use buffer of EVP_MAX_MD_SIZE bytes for digests | |||||
| * | | | | Use buffer of EVP_MAX_MD_SIZE bytes for digests | Alex Stapleton | 2014-03-01 | 1 | -4/+4 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | OpenSSL doesn't actually guarantee to only write to digest_size worth of bytes in the output buffer. The examples and docs claim this constant is the max. | |||||
* | | | | Merge pull request #700 from wbolster/patch-1 | Alex Gaynor | 2014-02-28 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Fix ":param:" syntax in KDF docs | |||||
| * | | | | Fix ":param:" syntax in KDF docs | Wouter Bolsterlee | 2014-03-01 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #701 from alex/disable-linkcheck | Paul Kehrer | 2014-02-28 | 1 | -1/+0 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Trun off linkcheck, it's too noisy. Fixes #652 | |||||
| * | | | | Trun off linkcheck, it's too noisy. Fixes #652 | Alex Gaynor | 2014-02-28 | 1 | -1/+0 | |
|/ / / / | ||||||
* | | | | Merge pull request #698 from reaperhulk/hash-fix | Alex Gaynor | 2014-02-28 | 1 | -2/+3 | |
|\ \ \ \ | | | | | | | | | | | Be more pedantic in checking the written size of the hash digest | |||||
| * | | | | be more pedantic in checking the written size of the digest (refs #696) | Paul Kehrer | 2014-02-28 | 1 | -2/+3 | |
| | | | | | ||||||
* | | | | | Merge pull request #697 from reaperhulk/hmac-fix | Alex Gaynor | 2014-02-28 | 2 | -6/+6 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix HMAC finalize buflen issue | |||||
| * | | | | this is not a buflen, it is an outlen. refs #696 | Paul Kehrer | 2014-02-28 | 2 | -6/+6 | |
|/ / / / |