aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | add private _int_to_bn method to openssl backendPaul Kehrer2014-02-201-5/+15
| |
* | This works but we should really be using self.Paul Kehrer2014-02-201-7/+8
| | | | | | | | Also assert RSA_new doesn't return NULL
* | boilerplate to reopen master for third release workPaul Kehrer2014-02-201-1/+1
|/
* Bump version numbers for 0.2 releaseAlex Gaynor2014-02-201-1/+1
|
* Move for OpenSSL 0.9.8Alex Gaynor2014-02-201-2/+2
|
* Information about actually used cipher.Fedor Brunner2014-02-201-0/+9
| | | | | | | | SSL_get_current_cipher SSL_CIPHER_get_name SSL_CIPHER_get_bits SSL_CIPHER_get_version
* add EVP_PKEY_size binding to OpenSSL backendPaul Kehrer2014-02-191-0/+1
|
* a few more methods from x509.h for OpenSSLPaul Kehrer2014-02-191-0/+7
|
* Merge pull request #634 from reaperhulk/rsa-signing-interfacesAlex Gaynor2014-02-182-0/+52
|\ | | | | RSA Sign/Verify Interfaces
| * 79 characters ought to be good enough for any linePaul Kehrer2014-02-181-1/+2
| |
| * let's try renaming everything I said I'd renamePaul Kehrer2014-02-182-4/+5
| |
| * more renamingPaul Kehrer2014-02-172-2/+3
| |
| * create_rsa_sign_ctx->create_rsa_signature_ctxPaul Kehrer2014-02-171-1/+1
| |
| * add AsymmetricSignContext, AsymmetricVerifyContext, AsymmetricPaddingPaul Kehrer2014-02-171-0/+37
| |