aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #715 from reaperhulk/add-linkcheck-target-to-toxAlex Gaynor2014-03-021-0/+7
|\
| * new tox docs-linkcheck target for a jenkins job to do linkcheckPaul Kehrer2014-03-021-0/+7
|/
* Merge pull request #709 from public/dsa-test-vectorsPaul Kehrer2014-03-0220-4/+16677
|\
| * DSA test vector docsAlex Stapleton2014-03-021-4/+9
| * Add the FIPS 186-3 DSA test vectorsAlex Stapleton2014-03-028-0/+16063
| * Add NIST FIPS 186-2 DSA test vectorsAlex Stapleton2014-03-028-0/+545
| * Plaintext DSA test keys from GnuTLSAlex Stapleton2014-03-023-0/+60
* | Merge pull request #714 from reaperhulk/fix-712Alex Gaynor2014-03-021-1/+0
|\ \
| * | this constant is undefined in 1.0.0Paul Kehrer2014-03-021-1/+0
|/ /
* | Merge pull request #710 from reaperhulk/fix-contributing-linksAlex Gaynor2014-03-021-2/+2
|\ \
| * | link the CONTRIBUTING.rst to the development section of our docsPaul Kehrer2014-03-021-2/+2
| |/
* | Merge pull request #703 from alex/change-exceptino-typePaul Kehrer2014-03-023-9/+8
|\ \ | |/ |/|
| * Switch to TypeErrorAlex Gaynor2014-03-013-4/+4
| * Docs as wellAlex Gaynor2014-03-011-4/+4
| * Update tests as wellAlex Gaynor2014-03-011-2/+2
| * Change exception in useAlex Gaynor2014-03-011-3/+2
* | Merge pull request #706 from alex/scrypt-vectorsPaul Kehrer2014-03-013-3/+47
|\ \
| * | Scrypt is a wordAlex Gaynor2014-03-011-0/+1
| * | Added vectors for scrypt from the draft RFCAlex Gaynor2014-03-012-3/+46
| |/
* | Merge pull request #708 from public/invalid-sig-errorsAlex Gaynor2014-03-011-0/+2
|\ \
| * | Consume errors on InvalidSignatureAlex Stapleton2014-03-011-0/+2
|/ /
* | Merge pull request #707 from public/consume-errorsAlex Gaynor2014-03-012-70/+58
|\ \ | |/ |/|
| * raise InternalErrorAlex Stapleton2014-03-012-1/+12
| * pep8Alex Stapleton2014-03-011-1/+1
| * Style tweaksAlex Stapleton2014-03-011-3/+3
| * Use a namedtuple to keep errors inAlex Stapleton2014-03-011-2/+7
| * Get rid of handle_errorsAlex Stapleton2014-03-012-70/+42
|/
* Merge pull request #699 from public/max-md-sizeAlex Gaynor2014-03-011-4/+4
|\
| * Use buffer of EVP_MAX_MD_SIZE bytes for digestsAlex Stapleton2014-03-011-4/+4
|/
* Merge pull request #700 from wbolster/patch-1Alex Gaynor2014-02-281-1/+1
|\
| * Fix ":param:" syntax in KDF docsWouter Bolsterlee2014-03-011-1/+1
* | Merge pull request #701 from alex/disable-linkcheckPaul Kehrer2014-02-281-1/+0
|\ \ | |/ |/|
| * Trun off linkcheck, it's too noisy. Fixes #652Alex Gaynor2014-02-281-1/+0
|/
* Merge pull request #698 from reaperhulk/hash-fixAlex Gaynor2014-02-281-2/+3
|\
| * be more pedantic in checking the written size of the digest (refs #696)Paul Kehrer2014-02-281-2/+3
* | Merge pull request #697 from reaperhulk/hmac-fixAlex Gaynor2014-02-282-6/+6
|\ \ | |/ |/|
| * this is not a buflen, it is an outlen. refs #696Paul Kehrer2014-02-282-6/+6
|/
* Merge pull request #675 from reaperhulk/rsa-verificationAlex Gaynor2014-02-278-5/+293
|\
| * assert another thingPaul Kehrer2014-02-271-0/+1
| * assert some thingsPaul Kehrer2014-02-271-2/+10
| * docs language improvementPaul Kehrer2014-02-261-1/+1
| * address some review commentsPaul Kehrer2014-02-263-4/+9
| * fix docs, port some review comments forward to the new PRPaul Kehrer2014-02-252-21/+24
| * more PKCS1->PKCS1v15Paul Kehrer2014-02-251-3/+3
| * kwargs and class renames to bring verification up to datePaul Kehrer2014-02-251-15/+35
| * more kwargsPaul Kehrer2014-02-252-2/+9
| * add RSA verification supportPaul Kehrer2014-02-258-5/+249
* | Merge pull request #695 from Ivoz/cffi-ignorePaul Kehrer2014-02-271-4/+6
|\ \ | |/ |/|
| * Ignore build/ folder and _cffi__*'sMatthew Iversen2014-02-271-4/+6
|/
* Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-onlyAlex Gaynor2014-02-2512-2/+317
|\