aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
|/ / /
* | | Merge pull request #650 from alex/download-windows-wheelsPaul Kehrer2014-02-201-0/+34
|\ \ \ | | | | | | | | Download the windows wheels from jenkins
| * | | Download the windows wheels from jenkinsAlex Gaynor2014-02-201-0/+34
| |/ /
* | | Merge pull request #644 from reaperhulk/bytes-pkcs-loaderAlex Gaynor2014-02-202-39/+40
|\ \ \ | |/ / |/| | Change PKCS1 loader to load bytes for examples
| * | these examples should be bytes to be consistent with other loadersPaul Kehrer2014-02-192-39/+40
| | |
* | | Merge pull request #648 from hynek/masterLaurens Van Houtven2014-02-201-1/+1
|\ \ \ | | | | | | | | Add Hynek's GPG fingerprint
| * | | Add Hynek's GPG fingerprintHynek Schlawack2014-02-201-1/+1
|/ / /
* | | Merge pull request #647 from alex/new-depPaul Kehrer2014-02-191-0/+1
|\ \ \ | | | | | | | | requests is now required to do a release
| * | | requests is now required to do a releaseAlex Gaynor2014-02-191-0/+1
|/ / /
* | | Merge pull request #646 from reaperhulk/evp-pkey-sizeAlex Gaynor2014-02-191-0/+1
|\ \ \ | | | | | | | | add EVP_PKEY_size binding to OpenSSL backend
| * | | add EVP_PKEY_size binding to OpenSSL backendPaul Kehrer2014-02-191-0/+1
| | | |
* | | | Merge pull request #645 from alex/windows-wheelsPaul Kehrer2014-02-191-2/+18
|\ \ \ \ | |/ / / |/| | | Wait for the wheel job to finish building the windows wheels. Refs #506
| * | | Wait for the wheel job to finish building the windows wheels. Refs #506Alex Gaynor2014-02-191-2/+18
|/ / /
* | | Merge pull request #643 from alex/windows-wheelsPaul Kehrer2014-02-191-0/+17
|\ \ \ | | | | | | | | Refs #506 -- Trigger creation of wheels when doing a release
| * | | Raise on failureAlex Gaynor2014-02-191-1/+3
| | | |
| * | | Refs #506 -- Trigger creation of wheels when doing a releaseAlex Gaynor2014-02-191-0/+15
| |/ /
* | | Merge pull request #621 from public/openssl-pem-vectorsPaul Kehrer2014-02-195-0/+48
|\ \ \ | | | | | | | | Test data for the OpenSSL key serialisation format
| * | | Link to the specific sources of these vectorsAlex Stapleton2014-02-191-4/+3
| | | |
| * | | Add OpenSSL PEM vector docsAlex Stapleton2014-02-195-0/+4
| | | |
| * | | Add GnuTLS OpenSSL compatibility test keysAlex Stapleton2014-02-192-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | key1.pem is encrypted with the password `123456` key2.pem is encrypted with the password `a123456` From commit GnuTLS commit f16ef39ef0303b02d7fa590a37820440c466ce8d
| * | | Add testrsa.pem from the OpenSSL repoAlex Stapleton2014-02-192-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found in test/testrsa.pem. Has been around since the SSLeay fork. testrsa-encrypted.pem was encrypted with AES128 using OpenSSL 1.0.1e-3ubuntu1.1 under the password `password`. The command used was: openssl rsa -in testrsa.pem -out testrsa-encrypted.pem -aes128
* | | | Merge pull request #639 from alex/faqPaul Kehrer2014-02-193-0/+23
|\ \ \ \ | |_|/ / |/| | | Add an FAQ page to the docs