Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | 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 | |
|/ / / / | ||||||
* | | | | Merge pull request #675 from reaperhulk/rsa-verification | Alex Gaynor | 2014-02-27 | 8 | -5/+293 | |
|\ \ \ \ | | | | | | | | | | | RSA Verification Support | |||||
| * | | | | assert another thing | Paul Kehrer | 2014-02-27 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | assert some things | Paul Kehrer | 2014-02-27 | 1 | -2/+10 | |
| | | | | | ||||||
| * | | | | docs language improvement | Paul Kehrer | 2014-02-26 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | address some review comments | Paul Kehrer | 2014-02-26 | 3 | -4/+9 | |
| | | | | | ||||||
| * | | | | fix docs, port some review comments forward to the new PR | Paul Kehrer | 2014-02-25 | 2 | -21/+24 | |
| | | | | | ||||||
| * | | | | more PKCS1->PKCS1v15 | Paul Kehrer | 2014-02-25 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | kwargs and class renames to bring verification up to date | Paul Kehrer | 2014-02-25 | 1 | -15/+35 | |
| | | | | | ||||||
| * | | | | more kwargs | Paul Kehrer | 2014-02-25 | 2 | -2/+9 | |
| | | | | | ||||||
| * | | | | add RSA verification support | Paul Kehrer | 2014-02-25 | 8 | -5/+249 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #695 from Ivoz/cffi-ignore | Paul Kehrer | 2014-02-27 | 1 | -4/+6 | |
|\ \ \ \ | |/ / / |/| | | | Ignore build/ folder and _cffi__*'s | |||||
| * | | | Ignore build/ folder and _cffi__*'s | Matthew Iversen | 2014-02-27 | 1 | -4/+6 | |
|/ / / | | | | | | | | | | | | | Former can come from python setup.py bdist_wheel Latter can come from python setup.py develop | |||||
* | | | Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-only | Alex Gaynor | 2014-02-25 | 12 | -2/+317 | |
|\ \ \ | | | | | | | | | Add RSA PKCS1 signing (and structure for PSS + verification) | |||||
| * | | | some error msg improvements | Paul Kehrer | 2014-02-25 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | reorganize docs slightly | Paul Kehrer | 2014-02-25 | 1 | -15/+21 | |
| | | | | ||||||
| * | | | address review comments | Paul Kehrer | 2014-02-25 | 1 | -1/+4 | |
| | | | | ||||||
| * | | | more kwargs | Paul Kehrer | 2014-02-24 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | update multibackend with new PKCS1v15 class name | Paul Kehrer | 2014-02-24 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | change the rest of the UnsupportedAsymmetricPadding instances | Paul Kehrer | 2014-02-24 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPadding | Paul Kehrer | 2014-02-24 | 6 | -12/+11 | |
| | | | | ||||||
| * | | | incorporate review feedback. kwarg! | Paul Kehrer | 2014-02-23 | 2 | -2/+15 | |
| | | | | ||||||
| * | | | remove rsa_cdata_from_public_key (unused until verify PR) | Paul Kehrer | 2014-02-23 | 1 | -7/+0 | |
| | | | |