Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated HOTP and TOTP doctests | Ayrx | 2014-02-25 | 1 | -6/+5 |
| | |||||
* | Added method definitions to TOTP documentation. | Ayrx | 2014-02-25 | 1 | -1/+13 |
| | |||||
* | Updated secret key description | Ayrx | 2014-02-25 | 1 | -6/+6 |
| | |||||
* | Fixed documentation based on alexs' comments. | Ayrx | 2014-02-25 | 2 | -13/+22 |
| | |||||
* | Small fixes | Ayrx | 2014-02-25 | 2 | -12/+9 |
| | |||||
* | Added documentation for TOTP. | Ayrx | 2014-02-25 | 2 | -10/+56 |
| | |||||
* | Added TOTP implementation and tests. | Ayrx | 2014-02-25 | 4 | -12/+115 |
| | |||||
* | Merge pull request #684 from reaperhulk/some-style-fixes | Alex Gaynor | 2014-02-24 | 4 | -6/+9 |
|\ | | | | | Some style fixes suggested by pep8-naming | ||||
| * | some style fixes suggested by pep8-naming | Paul Kehrer | 2014-02-24 | 4 | -6/+9 |
|/ | |||||
* | Merge pull request #681 from reaperhulk/add-docs-to-sdist | David Reid | 2014-02-24 | 1 | -0/+2 |
|\ | | | | | Add docs to sdist. fixes #679 | ||||
| * | don't prune static. why would you do that? | Paul Kehrer | 2014-02-24 | 1 | -1/+0 |
| | | |||||
| * | add docs to sdist. fixes #679 | Paul Kehrer | 2014-02-24 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #682 from dreid/flake8-select-all | Paul Kehrer | 2014-02-24 | 2 | -2/+3 |
|\ \ | |/ |/| | Flake8 select all | ||||
| * | Fix issues found in hotp with new flake8 configuration. | David Reid | 2014-02-24 | 1 | -2/+2 |
| | | |||||
| * | Select all errors, warnings, and flakes. | David Reid | 2014-02-24 | 1 | -0/+1 |
|/ | | | | | This makes sure we're taken care of incase more stuff ever gets added to the default ignores for flake8. | ||||
* | Merge pull request #680 from Ivoz/changelog | Paul Kehrer | 2014-02-24 | 3 | -35/+37 |
|\ | | | | | Add changelog to toplevel, include in sdist | ||||
| * | Add changelog to toplevel, include in sdist | Matthew Iversen | 2014-02-25 | 3 | -35/+37 |
|/ | |||||
* | Merge pull request #672 from reaperhulk/add-future-import-hotp | Alex Gaynor | 2014-02-23 | 1 | -0/+2 |
|\ | | | | | Add missing future import to hotp | ||||
| * | add missing future import to hotp | Paul Kehrer | 2014-02-23 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #667 from public/pkcs8-test-keys | Paul Kehrer | 2014-02-23 | 19 | -1/+377 |
|\ | | | | | PKCS#8 test keys | ||||
| * | Document PKCS #8 key sources | Alex Stapleton | 2014-02-22 | 1 | -1/+10 |
| | | |||||
| * | Unencrypted PKCS8 ECC private keys from Botan | Alex Stapleton | 2014-02-22 | 5 | -0/+40 |
| | | | | | | | | https://github.com/randombit/botan/tree/4917f26a2b154e841cd27c1bcecdd41d2bdeb6ce/src/tests/data/ecc | ||||
| * | Private keys from GnuTLS tests/pkcs12_s2k_pem.c | Alex Stapleton | 2014-02-22 | 10 | -0/+170 |
| | | | | | | | | | | | | | | | | | | https://gitorious.org/gnutls/gnutls/source/f8d943b38bf74eaaa11d396112daf43cb8aa82ae:tests/pkcs12_s2k_pem.c Part of a regression test in GnuTLS for a PKCS#12 parsing bug http://thread.gmane.org/gmane.network.gnutls.general/1663 Password is "123456" for all of them. | ||||
| * | Encrypted RSA private key from GnuTLS tests | Alex Stapleton | 2014-02-22 | 1 | -0/+40 |
| | | | | | | | | | | | | https://gitorious.org/gnutls/gnutls/source/f8d943b38bf74eaaa11d396112daf43cb8aa82ae:tests/pkcs8-decode/enc2pkcs8.pem Password is "baz" | ||||
| * | Unencrypted RSA private key from GnuTLS tests | Alex Stapleton | 2014-02-22 | 1 | -0/+79 |
| | | | | | | | | | | | | https://gitorious.org/gnutls/gnutls/source/f8d943b38bf74eaaa11d396112daf43cb8aa82ae:tests/pkcs8-decode/unencpkcs8.pem There is no password. | ||||
| * | 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" | ||||
* | | Merge pull request #671 from reaperhulk/0.2.1-changelog | Alex Gaynor | 2014-02-22 | 1 | -0/+4 |
|\ \ | | | | | | | 0.2.1 changelog | ||||
| * | | 0.2.1 changelog | Paul Kehrer | 2014-02-22 | 1 | -0/+4 |
|/ / | |||||
* | | Merge pull request #668 from alex/style-nit | Paul Kehrer | 2014-02-22 | 1 | -2/+2 |
|\ \ | | | | | | | Style nit | ||||
| * | | 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 |
| |/ | |||||
* | | Merge pull request #666 from public/pkcs8-bindings | Paul Kehrer | 2014-02-22 | 1 | -0/+4 |
|\ \ | | | | | | | PKCS8 bindings that let you specify the encryption | ||||
| * | | PKCS8 bindings that let you specify the encryption | Alex Stapleton | 2014-02-22 | 1 | -0/+4 |
| |/ | |||||
* | | Merge pull request #662 from public/fix-interface-more | Paul Kehrer | 2014-02-21 | 1 | -1/+1 |
|\| | | | | | Remove backend arg from the backend interface | ||||
| * | 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 |
| | | |