aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge pull request #707 from public/consume-errorsAlex Gaynor2014-03-012-70/+58
| |\ \ \ | | |/ / | |/| | Get rid of handle_errors
| | * | 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 digests
| | * | Use buffer of EVP_MAX_MD_SIZE bytes for digestsAlex Stapleton2014-03-011-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-1Alex Gaynor2014-02-281-1/+1
| |\ \ | | | | | | | | Fix ":param:" syntax in KDF docs
| | * | 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 #652
| | * | 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 hash digest
| | * | 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
| |\ \ \ | | |/ / | |/| | Fix HMAC finalize buflen issue
| | * | 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
| |\ \ | | | | | | | | RSA Verification Support
| | * | 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__*'s
| | * | Ignore build/ folder and _cffi__*'sMatthew Iversen2014-02-271-4/+6
| |/ / | | | | | | | | | | | | Former can come from python setup.py bdist_wheel Latter can come from python setup.py develop
* | | Sigh.Alex Gaynor2014-03-011-13/+4
| | |
* | | Initial workAlex Gaynor2014-02-263-17/+34
|/ /
* | Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-onlyAlex Gaynor2014-02-2512-2/+317
|\ \ | | | | | | Add RSA PKCS1 signing (and structure for PSS + verification)
| * | some error msg improvementsPaul Kehrer2014-02-251-3/+3
| | |
| * | reorganize docs slightlyPaul Kehrer2014-02-251-15/+21
| | |
| * | address review commentsPaul Kehrer2014-02-251-1/+4
| | |
| * | more kwargsPaul Kehrer2014-02-241-1/+5
| | |
| * | update multibackend with new PKCS1v15 class namePaul Kehrer2014-02-241-2/+2
| | |
| * | change the rest of the UnsupportedAsymmetricPadding instancesPaul Kehrer2014-02-241-2/+2
| | |
| * | rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPaddingPaul Kehrer2014-02-246-12/+11
| | |
| * | incorporate review feedback. kwarg!Paul Kehrer2014-02-232-2/+15
| | |
| * | remove rsa_cdata_from_public_key (unused until verify PR)Paul Kehrer2014-02-231-7/+0
| | |
| * | more pep8Paul Kehrer2014-02-231-1/+0
| | |
| * | keyword argsPaul Kehrer2014-02-231-1/+5
| | |
| * | add basic multibackend so we can do signatures using default_backendPaul Kehrer2014-02-232-0/+18
| | |
| * | fix pep8Paul Kehrer2014-02-231-1/+0
| | |
| * | some style fixesPaul Kehrer2014-02-231-3/+7
| | |
| * | add RSA PKCS1 signing (and structure for PSS + verification)Paul Kehrer2014-02-2310-2/+275
| | |
* | | Merge pull request #691 from alex/cite-randomDavid Reid2014-02-251-2/+4
|\ \ \ | | | | | | | | Cite Thomas Ptacek for urandom
| * | | Cite Thomas Ptacek for urandomAlex Gaynor2014-02-251-2/+4
|/ / /
* | | Merge pull request #690 from alex/linewrapDavid Reid2014-02-251-53/+35
|\ \ \ | | | | | | | | Re-linewrap the symmetric encryption doc source
| * | | Re-linewrap the symmetric encryption doc sourceAlex Gaynor2014-02-251-53/+35
|/ / /