Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Encrypted PKCS8 RSA key From the GnuTLS test suite | Alex Stapleton | 2014-02-22 | 1 | -0/+38 |
| | | | | | | https://gitorious.org/gnutls/gnutls/source/f8d943b38bf74eaaa11d396112daf43cb8aa82ae:tests/pkcs8-decode/encpkcs8.pem Password is "foobar" | ||||
* | Remove backend arg from the backend interface | Alex Stapleton | 2014-02-21 | 1 | -1/+1 |
| | | | | I don't know. | ||||
* | Merge pull request #661 from alex/fix-interface | Paul Kehrer | 2014-02-21 | 1 | -1/+1 |
|\ | | | | | Include 'self' in the interface | ||||
| * | 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 | 3 | -0/+34 |
|\ | | | | | Interfaces for loading OpenSSL "traditional" format private keys. | ||||
| * | OpenSSL "traditional" key format loading... | Alex Stapleton | 2014-02-20 | 3 | -0/+34 |
| | | | | | | | | Backend interface only. | ||||
* | | Merge pull request #660 from reaperhulk/osrandom-more-robust | Alex Gaynor | 2014-02-20 | 3 | -2/+18 |
|\ \ | | | | | | | 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 |
| | | | |||||
| * | | test to confirm calling Cryptography_add_osrandom_engine > 1 is safe | Paul Kehrer | 2014-02-20 | 1 | -0/+5 |
| | | | |||||
| * | | Cryptography_add_osrandom_engine should be safe to call multiple times | Paul Kehrer | 2014-02-20 | 2 | -1/+8 |
| | | | |||||
* | | | Merge pull request #598 from Ayrx/hotp-impl | Paul Kehrer | 2014-02-20 | 10 | -1/+246 |
|\ \ \ | |/ / |/| | | HOTP Implementation | ||||
| * | | Fixed HOTP test path, added changelog and myself to author list. | Ayrx | 2014-02-21 | 3 | -2/+3 |
| | | | |||||
| * | | Added "version added" to docs | Ayrx | 2014-02-21 | 1 | -0/+2 |
| | | | |||||
| * | | Changed module name from otp to twofactor. | Ayrx | 2014-02-21 | 6 | -9/+8 |
| | | | |||||
| * | | Updated documentation. | Ayrx | 2014-02-21 | 3 | -8/+8 |
| | | | |||||
| * | | Final changes to module names | Ayrx | 2014-02-21 | 4 | -3/+4 |
| | | | |||||
| * | | Updated docs with notes on throttling and resynchronization. | Ayrx | 2014-02-21 | 1 | -0/+36 |
| | | | |||||
| * | | Added a max limit of 8 on length parameter. Updated documentation. | Ayrx | 2014-02-21 | 5 | -15/+25 |
| | | | |||||
| * | | Updated documentation. | Ayrx | 2014-02-21 | 2 | -8/+14 |
| | | | |||||
| * | | Updated according to code review feedback. | Ayrx | 2014-02-21 | 5 | -21/+67 |
| | | | |||||
| * | | Minor changes for python3 compat and documentation changes | Ayrx | 2014-02-21 | 4 | -9/+12 |
| | | | |||||
| * | | Added documentation for HOTP implementation. | Ayrx | 2014-02-21 | 3 | -1/+48 |
| | | | |||||
| * | | Added HOTP implementation and associated tests | Ayrx | 2014-02-21 | 4 | -0/+94 |
|/ / | |||||
* | | Merge pull request #659 from alex/release-cleanup | Paul Kehrer | 2014-02-20 | 1 | -1/+1 |
|\ \ | | | | | | | A tiny formatting cleanup | ||||
| * | | A tiny formatting cleanup | Alex Gaynor | 2014-02-20 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #658 from reaperhulk/int-to-bn | Alex Gaynor | 2014-02-20 | 1 | -5/+15 |
|\ \ \ | |/ / |/| | | Add private _int_to_bn method to openssl backend | ||||
| * | | bytes and strings...yes. | Paul Kehrer | 2014-02-20 | 1 | -1/+1 |
| | | | |||||
| * | | add private _int_to_bn method to openssl backend | Paul Kehrer | 2014-02-20 | 1 | -5/+15 |
|/ / | |||||
* | | Merge pull request #656 from reaperhulk/fix-openssl-backend-variables | Alex Gaynor | 2014-02-20 | 1 | -7/+8 |
|\ \ | | | | | | | backend -> self | ||||
| * | | This works but we should really be using self. | Paul Kehrer | 2014-02-20 | 1 | -7/+8 |
|/ / | | | | | | | Also assert RSA_new doesn't return NULL | ||||
* | | Merge pull request #655 from reaperhulk/third-release-open-for-business | Alex Gaynor | 2014-02-20 | 2 | -1/+6 |
|\ \ | |/ |/| | Reopen master for third release development | ||||
| * | boilerplate to reopen master for third release work | Paul Kehrer | 2014-02-20 | 2 | -1/+6 |
|/ | |||||
* | Merge pull request #654 from alex/release-0.2 | Paul Kehrer | 2014-02-20 | 2 | -4/+2 |
|\ | | | | | Bump version numbers for 0.2 release | ||||
| * | Bump version numbers for 0.2 release | Alex Gaynor | 2014-02-20 | 2 | -4/+2 |
|/ | |||||
* | Merge pull request #653 from alex/ssl-cipher-bindings | Paul Kehrer | 2014-02-20 | 1 | -0/+9 |
|\ | | | | | Ssl cipher bindings | ||||
| * | Move for OpenSSL 0.9.8 | Alex Gaynor | 2014-02-20 | 1 | -2/+2 |
| | | |||||
| * | Information about actually used cipher. | Fedor Brunner | 2014-02-20 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | SSL_get_current_cipher SSL_CIPHER_get_name SSL_CIPHER_get_bits SSL_CIPHER_get_version | ||||
* | | Merge pull request #651 from alex/upload-wheels | Paul Kehrer | 2014-02-20 | 1 | -2/+8 |
|\ \ | | | | | | | Upload windows wheels | ||||
| * | | python 2.6 | Alex Gaynor | 2014-02-20 | 1 | -1/+1 |
| | | | |||||
| * | | Upload windows wheels | Alex Gaynor | 2014-02-20 | 1 | -1/+7 |
|/ / | |||||
* | | Merge pull request #650 from alex/download-windows-wheels | Paul Kehrer | 2014-02-20 | 1 | -0/+34 |
|\ \ | | | | | | | Download the windows wheels from jenkins | ||||
| * | | Download the windows wheels from jenkins | Alex Gaynor | 2014-02-20 | 1 | -0/+34 |
| |/ | |||||
* | | Merge pull request #644 from reaperhulk/bytes-pkcs-loader | Alex Gaynor | 2014-02-20 | 2 | -39/+40 |
|\ \ | |/ |/| | Change PKCS1 loader to load bytes for examples | ||||
| * | these examples should be bytes to be consistent with other loaders | Paul Kehrer | 2014-02-19 | 2 | -39/+40 |
| | | |||||
* | | Merge pull request #648 from hynek/master | Laurens Van Houtven | 2014-02-20 | 1 | -1/+1 |
|\ \ | | | | | | | Add Hynek's GPG fingerprint | ||||
| * | | Add Hynek's GPG fingerprint | Hynek Schlawack | 2014-02-20 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #647 from alex/new-dep | Paul Kehrer | 2014-02-19 | 1 | -0/+1 |
|\ \ | | | | | | | requests is now required to do a release | ||||
| * | | requests is now required to do a release | Alex Gaynor | 2014-02-19 | 1 | -0/+1 |
|/ / |