aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | |
| * | add a comment to explain this damn functionPaul Kehrer2014-02-201-0/+2
| | |
| * | clear the error you get if you get a NULL engine backPaul Kehrer2014-02-201-4/+5
| | |
| * | Cryptography_add_osrandom_engine should be safe to call multiple timesPaul Kehrer2014-02-202-1/+8
| | |
* | | Changed module name from otp to twofactor.Ayrx2014-02-212-0/+0
| | |
* | | Final changes to module namesAyrx2014-02-212-1/+2
| | |
* | | Added a max limit of 8 on length parameter. Updated documentation.Ayrx2014-02-211-2/+2
| | |
* | | Updated according to code review feedback.Ayrx2014-02-212-10/+23
| | |
* | | Minor changes for python3 compat and documentation changesAyrx2014-02-211-2/+5
| | |
* | | Added HOTP implementation and associated testsAyrx2014-02-212-0/+41
|/ /
* | bytes and strings...yes.Paul Kehrer2014-02-201-1/+1
| |