aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #671 from reaperhulk/0.2.1-changelogAlex Gaynor2014-02-221-0/+4
|\ \ \ | | | | | | | | 0.2.1 changelog
| * | | 0.2.1 changelogPaul Kehrer2014-02-221-0/+4
|/ / /
* | | Merge pull request #668 from alex/style-nitPaul Kehrer2014-02-221-2/+2
|\ \ \ | | | | | | | | Style nit
| * | | 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
| |/ /
* | | Merge pull request #666 from public/pkcs8-bindingsPaul Kehrer2014-02-221-0/+4
|\ \ \ | | | | | | | | PKCS8 bindings that let you specify the encryption
| * | | PKCS8 bindings that let you specify the encryptionAlex Stapleton2014-02-221-0/+4
| |/ /
* | | Merge pull request #662 from public/fix-interface-morePaul Kehrer2014-02-211-1/+1
|\| | | | | | | | Remove backend arg from the backend interface
| * | Remove backend arg from the backend interfaceAlex Stapleton2014-02-211-1/+1
|/ / | | | | | | I don't know.
* | Merge pull request #661 from alex/fix-interfacePaul Kehrer2014-02-211-1/+1
|\ \ | | | | | | Include 'self' in the interface
| * | Include 'self' in the interfaceAlex Gaynor2014-02-211-1/+1
|/ /
* | Merge pull request #619 from public/openssl-key-loading-interfacesPaul Kehrer2014-02-213-0/+34
|\ \ | | | | | | Interfaces for loading OpenSSL "traditional" format private keys.
| * | OpenSSL "traditional" key format loading...Alex Stapleton2014-02-203-0/+34
| | | | | | | | | | | | Backend interface only.
* | | Merge pull request #660 from reaperhulk/osrandom-more-robustAlex Gaynor2014-02-203-2/+18
|\ \ \ | | | | | | | | 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
| | | |
| * | | test to confirm calling Cryptography_add_osrandom_engine > 1 is safePaul Kehrer2014-02-201-0/+5
| | | |
| * | | Cryptography_add_osrandom_engine should be safe to call multiple timesPaul Kehrer2014-02-202-1/+8
| | | |
* | | | Merge pull request #598 from Ayrx/hotp-implPaul Kehrer2014-02-2010-1/+246
|\ \ \ \ | |/ / / |/| | | HOTP Implementation
| * | | Fixed HOTP test path, added changelog and myself to author list.Ayrx2014-02-213-2/+3
| | | |
| * | | Added "version added" to docsAyrx2014-02-211-0/+2
| | | |
| * | | Changed module name from otp to twofactor.Ayrx2014-02-216-9/+8
| | | |
| * | | Updated documentation.Ayrx2014-02-213-8/+8
| | | |
| * | | Final changes to module namesAyrx2014-02-214-3/+4
| | | |
| * | | Updated docs with notes on throttling and resynchronization.Ayrx2014-02-211-0/+36
| | | |
| * | | Added a max limit of 8 on length parameter. Updated documentation.Ayrx2014-02-215-15/+25
| | | |
| * | | Updated documentation.Ayrx2014-02-212-8/+14
| | | |
| * | | Updated according to code review feedback.Ayrx2014-02-215-21/+67
| | | |
| * | | Minor changes for python3 compat and documentation changesAyrx2014-02-214-9/+12
| | | |
| * | | Added documentation for HOTP implementation.Ayrx2014-02-213-1/+48
| | | |
| * | | Added HOTP implementation and associated testsAyrx2014-02-214-0/+94
|/ / /
* | | Merge pull request #659 from alex/release-cleanupPaul Kehrer2014-02-201-1/+1
|\ \ \ | | | | | | | | A tiny formatting cleanup
| * | | A tiny formatting cleanupAlex Gaynor2014-02-201-1/+1
| | | |
* | | | Merge pull request #658 from reaperhulk/int-to-bnAlex Gaynor2014-02-201-5/+15
|\ \ \ \ | |/ / / |/| | | Add private _int_to_bn method to openssl backend
| * | | bytes and strings...yes.Paul Kehrer2014-02-201-1/+1
| | | |
| * | | add private _int_to_bn method to openssl backendPaul Kehrer2014-02-201-5/+15
|/ / /
* | | Merge pull request #656 from reaperhulk/fix-openssl-backend-variablesAlex Gaynor2014-02-201-7/+8
|\ \ \ | | | | | | | | backend -> self
| * | | This works but we should really be using self.Paul Kehrer2014-02-201-7/+8
|/ / / | | | | | | | | | Also assert RSA_new doesn't return NULL
* | | Merge pull request #655 from reaperhulk/third-release-open-for-businessAlex Gaynor2014-02-202-1/+6
|\ \ \ | |/ / |/| | Reopen master for third release development
| * | boilerplate to reopen master for third release workPaul Kehrer2014-02-202-1/+6
|/ /
* | Merge pull request #654 from alex/release-0.2Paul Kehrer2014-02-202-4/+2
|\ \ | | | | | | Bump version numbers for 0.2 release
| * | Bump version numbers for 0.2 releaseAlex Gaynor2014-02-202-4/+2
|/ /
* | Merge pull request #653 from alex/ssl-cipher-bindingsPaul Kehrer2014-02-201-0/+9
|\ \ | | | | | | Ssl cipher bindings
| * | 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
* | | Merge pull request #651 from alex/upload-wheelsPaul Kehrer2014-02-201-2/+8
|\ \ \ | | | | | | | | Upload windows wheels
| * | | python 2.6Alex Gaynor2014-02-201-1/+1
| | | |
| * | | Upload windows wheelsAlex Gaynor2014-02-201-1/+7
|/ / /