Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #698 from reaperhulk/hash-fix | Alex Gaynor | 2014-02-28 | 1 | -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 Kehrer | 2014-02-28 | 1 | -2/+3 | |
| | | | ||||||
* | | | this is not a buflen, it is an outlen. refs #696 | Paul Kehrer | 2014-02-28 | 2 | -6/+6 | |
|/ / | ||||||
* | | assert another thing | Paul Kehrer | 2014-02-27 | 1 | -0/+1 | |
| | | ||||||
* | | assert some things | Paul Kehrer | 2014-02-27 | 1 | -2/+10 | |
| | | ||||||
* | | address some review comments | Paul Kehrer | 2014-02-26 | 1 | -0/+1 | |
| | | ||||||
* | | fix docs, port some review comments forward to the new PR | Paul Kehrer | 2014-02-25 | 1 | -3/+3 | |
| | | ||||||
* | | add RSA verification support | Paul Kehrer | 2014-02-25 | 3 | -1/+110 | |
|/ | ||||||
* | Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-only | Alex Gaynor | 2014-02-25 | 5 | -1/+150 | |
|\ | | | | | Add RSA PKCS1 signing (and structure for PSS + verification) | |||||
| * | some error msg improvements | Paul Kehrer | 2014-02-25 | 1 | -3/+3 | |
| | | ||||||
| * | address review comments | Paul Kehrer | 2014-02-25 | 1 | -1/+4 | |
| | | ||||||
| * | change the rest of the UnsupportedAsymmetricPadding instances | Paul Kehrer | 2014-02-24 | 1 | -2/+2 | |
| | | ||||||
| * | rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPadding | Paul Kehrer | 2014-02-24 | 2 | -2/+2 | |
| | | ||||||
| * | remove rsa_cdata_from_public_key (unused until verify PR) | Paul Kehrer | 2014-02-23 | 1 | -7/+0 | |
| | | ||||||
| * | more pep8 | Paul Kehrer | 2014-02-23 | 1 | -1/+0 | |
| | | ||||||
| * | add basic multibackend so we can do signatures using default_backend | Paul Kehrer | 2014-02-23 | 1 | -0/+7 | |
| | | ||||||
| * | add RSA PKCS1 signing (and structure for PSS + verification) | Paul Kehrer | 2014-02-23 | 4 | -1/+148 | |
| | | ||||||
* | | Do some nitpicking cleanup of the twofactor code and documentation. | David Reid | 2014-02-25 | 2 | -2/+0 | |
| | | ||||||
* | | Merge pull request #637 from Ayrx/totp-impl | David Reid | 2014-02-25 | 2 | -5/+43 | |
|\ \ | | | | | | | TOTP Implementation | |||||
| * | | Fixed whitespace issue pointed out by flake8 | Ayrx | 2014-02-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixed documentation | Ayrx | 2014-02-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added __future__ import statement | Ayrx | 2014-02-25 | 1 | -0/+2 | |
| | | | ||||||
| * | | Small fixes | Ayrx | 2014-02-25 | 1 | -6/+4 | |
| | | | ||||||
| * | | Added TOTP implementation and tests. | Ayrx | 2014-02-25 | 2 | -5/+43 | |
| | | | ||||||
* | | | this macro should return a long | Paul Kehrer | 2014-02-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Remove comments | Fedor Brunner | 2014-02-25 | 1 | -5/+1 | |
| | | | ||||||
* | | | Add OpenSSL bindings for TLS Finished message. | Fedor Brunner | 2014-02-25 | 1 | -0/+10 | |
|/ / | | | | | | | | | | | Add OpenSSL binding socket type. Add OpenSSL binding to check if TLS session is reused. | |||||
* | | some style fixes suggested by pep8-naming | Paul Kehrer | 2014-02-24 | 2 | -3/+3 | |
| | | ||||||
* | | Fix issues found in hotp with new flake8 configuration. | David Reid | 2014-02-24 | 1 | -2/+2 | |
|/ | ||||||
* | add missing future import to hotp | Paul Kehrer | 2014-02-23 | 1 | -0/+2 | |
| | ||||||
* | Style nit | Alex Gaynor | 2014-02-22 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #665 from public/evp-pkey-attributes | Paul Kehrer | 2014-02-22 | 2 | -0/+15 | |
|\ | | | | | Bind X509 attribute methods for EVP_PKEYs | |||||
| * | Bind X509 attribute methods for EVP_PKEYs | Alex Stapleton | 2014-02-22 | 2 | -0/+15 | |
| | | ||||||
* | | PKCS8 bindings that let you specify the encryption | Alex Stapleton | 2014-02-22 | 1 | -0/+4 | |
|/ | ||||||
* | Remove backend arg from the backend interface | Alex Stapleton | 2014-02-21 | 1 | -1/+1 | |
| | | | | I don't know. | |||||
* | Include 'self' in the interface | Alex Gaynor | 2014-02-21 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #619 from public/openssl-key-loading-interfaces | Paul Kehrer | 2014-02-21 | 1 | -0/+9 | |
|\ | | | | | Interfaces for loading OpenSSL "traditional" format private keys. | |||||
| * | OpenSSL "traditional" key format loading... | Alex Stapleton | 2014-02-20 | 1 | -0/+9 | |
| | | | | | | | | Backend interface only. | |||||
* | | Merge pull request #660 from reaperhulk/osrandom-more-robust | Alex Gaynor | 2014-02-20 | 2 | -2/+13 | |
|\ \ | | | | | | | Cryptography_add_osrandom_engine should be safe to call multiple times | |||||
| * | | c89, thanks microsoft... | Paul Kehrer | 2014-02-20 | 1 | -4/+5 | |
| | | | ||||||
| * | | add a comment to explain this damn function | Paul Kehrer | 2014-02-20 | 1 | -0/+2 | |
| | | | ||||||
| * | | clear the error you get if you get a NULL engine back | Paul Kehrer | 2014-02-20 | 1 | -4/+5 | |
| | | | ||||||
| * | | Cryptography_add_osrandom_engine should be safe to call multiple times | Paul Kehrer | 2014-02-20 | 2 | -1/+8 | |
| | | | ||||||
* | | | Changed module name from otp to twofactor. | Ayrx | 2014-02-21 | 2 | -0/+0 | |
| | | | ||||||
* | | | Final changes to module names | Ayrx | 2014-02-21 | 2 | -1/+2 | |
| | | | ||||||
* | | | Added a max limit of 8 on length parameter. Updated documentation. | Ayrx | 2014-02-21 | 1 | -2/+2 | |
| | | | ||||||
* | | | Updated according to code review feedback. | Ayrx | 2014-02-21 | 2 | -10/+23 | |
| | | | ||||||
* | | | Minor changes for python3 compat and documentation changes | Ayrx | 2014-02-21 | 1 | -2/+5 | |
| | | | ||||||
* | | | Added HOTP implementation and associated tests | Ayrx | 2014-02-21 | 2 | -0/+41 | |
|/ / | ||||||
* | | bytes and strings...yes. | Paul Kehrer | 2014-02-20 | 1 | -1/+1 | |
| | |