aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
* | | this constant is undefined in 1.0.0Paul Kehrer2014-03-021-1/+0
| | | | | | | | | | | | | | | Since we don't use it (and neither does PyOpenSSL) let's remove it for now. Fixes #712
* | | Merge pull request #703 from alex/change-exceptino-typePaul Kehrer2014-03-021-3/+2
|\ \ \ | |_|/ |/| | Change exception in use
| * | Switch to TypeErrorAlex Gaynor2014-03-011-1/+1
| | |
| * | Change exception in useAlex Gaynor2014-03-011-3/+2
| | |
* | | Consume errors on InvalidSignatureAlex Stapleton2014-03-011-0/+2
| | |
* | | raise InternalErrorAlex Stapleton2014-03-011-0/+2
| | |
* | | 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-011-36/+37
|/ /
* | 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 #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
| | |
* | | this is not a buflen, it is an outlen. refs #696Paul Kehrer2014-02-282-6/+6
|/ /
* | assert another thingPaul Kehrer2014-02-271-0/+1
| |
* | assert some thingsPaul Kehrer2014-02-271-2/+10
| |
* | address some review commentsPaul Kehrer2014-02-261-0/+1
| |
* | fix docs, port some review comments forward to the new PRPaul Kehrer2014-02-251-3/+3
| |
* | add RSA verification supportPaul Kehrer2014-02-253-1/+110
|/
* Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-onlyAlex Gaynor2014-02-255-1/+150
|\ | | | | Add RSA PKCS1 signing (and structure for PSS + verification)
| * some error msg improvementsPaul Kehrer2014-02-251-3/+3
| |
| * address review commentsPaul Kehrer2014-02-251-1/+4
| |
| * change the rest of the UnsupportedAsymmetricPadding instancesPaul Kehrer2014-02-241-2/+2
| |
| * rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPaddingPaul Kehrer2014-02-242-2/+2
| |
| * remove rsa_cdata_from_public_key (unused until verify PR)Paul Kehrer2014-02-231-7/+0
| |
| * more pep8Paul Kehrer2014-02-231-1/+0
| |
| * add basic multibackend so we can do signatures using default_backendPaul Kehrer2014-02-231-0/+7
| |
| * add RSA PKCS1 signing (and structure for PSS + verification)Paul Kehrer2014-02-234-1/+148
| |
* | Do some nitpicking cleanup of the twofactor code and documentation.David Reid2014-02-252-2/+0
| |
* | Merge pull request #637 from Ayrx/totp-implDavid Reid2014-02-252-5/+43
|\ \ | | | | | | TOTP Implementation
| * | Fixed whitespace issue pointed out by flake8Ayrx2014-02-251-1/+1
| | |
| * | Fixed documentationAyrx2014-02-251-1/+1
| | |
| * | Added __future__ import statementAyrx2014-02-251-0/+2
| | |
| * | Small fixesAyrx2014-02-251-6/+4
| | |
| * | Added TOTP implementation and tests.Ayrx2014-02-252-5/+43
| | |
* | | this macro should return a longPaul Kehrer2014-02-251-1/+1
| | |
* | | Remove commentsFedor Brunner2014-02-251-5/+1
| | |
* | | Add OpenSSL bindings for TLS Finished message.Fedor Brunner2014-02-251-0/+10
|/ / | | | | | | | | | | Add OpenSSL binding socket type. Add OpenSSL binding to check if TLS session is reused.
* | some style fixes suggested by pep8-namingPaul Kehrer2014-02-242-3/+3
| |
* | Fix issues found in hotp with new flake8 configuration.David Reid2014-02-241-2/+2
|/
* add missing future import to hotpPaul Kehrer2014-02-231-0/+2
|
* Style nitAlex Gaynor2014-02-221-2/+2
|
* Merge pull request #665 from public/evp-pkey-attributesPaul Kehrer2014-02-222-0/+15
|\ | | | | Bind X509 attribute methods for EVP_PKEYs
| * Bind X509 attribute methods for EVP_PKEYsAlex Stapleton2014-02-222-0/+15
| |
* | PKCS8 bindings that let you specify the encryptionAlex Stapleton2014-02-221-0/+4
|/
* Remove backend arg from the backend interfaceAlex Stapleton2014-02-211-1/+1
| | | | I don't know.
* Include 'self' in the interfaceAlex Gaynor2014-02-211-1/+1
|
* Merge pull request #619 from public/openssl-key-loading-interfacesPaul Kehrer2014-02-211-0/+9
|\ | | | | Interfaces for loading OpenSSL "traditional" format private keys.
| * OpenSSL "traditional" key format loading...Alex Stapleton2014-02-201-0/+9
| | | | | | | | Backend interface only.
* | Merge pull request #660 from reaperhulk/osrandom-more-robustAlex Gaynor2014-02-202-2/+13
|\ \ | | | | | | Cryptography_add_osrandom_engine should be safe to call multiple times
| * | c89, thanks microsoft...Paul Kehrer2014-02-201-4/+5
| | |