aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Seperated the totp tests based on different hash typesAyrx2014-02-251-17/+80
| | |
| * | Fixed wrong param naming in totp documentationAyrx2014-02-251-1/+1
| | |
| * | Fixed whitespace issue pointed out by flake8Ayrx2014-02-251-1/+1
| | |
| * | Fixed documentationAyrx2014-02-252-6/+10
| | |
| * | Added __future__ import statementAyrx2014-02-251-0/+2
| | |
| * | Updated HOTP and TOTP doctestsAyrx2014-02-251-6/+5
| | |
| * | Added method definitions to TOTP documentation.Ayrx2014-02-251-1/+13
| | |
| * | Updated secret key descriptionAyrx2014-02-251-6/+6
| | |
| * | Fixed documentation based on alexs' comments.Ayrx2014-02-252-13/+22
| | |
| * | Small fixesAyrx2014-02-252-12/+9
| | |
| * | Added documentation for TOTP.Ayrx2014-02-252-10/+56
| | |
| * | Added TOTP implementation and tests.Ayrx2014-02-254-12/+115
| | |
* | | Merge pull request #688 from reaperhulk/fix-warningAlex Gaynor2014-02-251-1/+1
|\ \ \ | | | | | | | | SSL_session_reused should return a long
| * | | this macro should return a longPaul Kehrer2014-02-251-1/+1
|/ / /
* | | Merge pull request #686 from fedor-brunner/channel_bindingAlex Gaynor2014-02-251-0/+6
|\ \ \ | | | | | | | | Add OpenSSL bindings for TLS Finished message.
| * | | Remove commentsFedor Brunner2014-02-251-5/+1
| | | |
| * | | Add OpenSSL bindings for TLS Finished message.Fedor Brunner2014-02-251-0/+10
| |/ / | | | | | | | | | | | | | | | Add OpenSSL binding socket type. Add OpenSSL binding to check if TLS session is reused.
* | | Merge pull request #678 from koobs/patch-1Alex Gaynor2014-02-251-1/+23
|\ \ \ | | | | | | | | Integrate py.test enabling `python setup.py test`
| * | | And again. Remove whitespace (pep8)koobs2014-02-251-1/+1
| | | |
| * | | pep8: Add import (sys) and newlinekoobs2014-02-251-0/+2
| | | |
| * | | Add new lines (pep8) and use full sentenceskoobs2014-02-251-1/+2
| | | |
| * | | Integrate py.test enabling `python setup.py test`koobs2014-02-251-1/+20
| |/ / | | | | | | | | | | | | | | | | | | | | | Integrate py.test according to: https://pytest.org/latest/goodpractises.html#integration-with-setuptools-test-commands Enables use of standard python setup.py test command. Very handy for OS packagers & porters for QA, in this case the FreeBSD Port for cryptography which just landed.
* | | Merge pull request #685 from Ivoz/patch-1Alex Gaynor2014-02-251-0/+1
|\ \ \ | |/ / |/| | Add myself to AUTHORS.rst
| * | Add myself to AUTHORS.rstMatt Iversen2014-02-251-0/+1
|/ /
* | Merge pull request #684 from reaperhulk/some-style-fixesAlex Gaynor2014-02-244-6/+9
|\ \ | | | | | | Some style fixes suggested by pep8-naming
| * | some style fixes suggested by pep8-namingPaul Kehrer2014-02-244-6/+9
|/ /
* | Merge pull request #681 from reaperhulk/add-docs-to-sdistDavid Reid2014-02-241-0/+2
|\ \ | | | | | | Add docs to sdist. fixes #679
| * | don't prune static. why would you do that?Paul Kehrer2014-02-241-1/+0
| | |
| * | add docs to sdist. fixes #679Paul Kehrer2014-02-241-0/+3
| | |
* | | Merge pull request #682 from dreid/flake8-select-allPaul Kehrer2014-02-242-2/+3
|\ \ \ | |/ / |/| | Flake8 select all
| * | Fix issues found in hotp with new flake8 configuration.David Reid2014-02-241-2/+2
| | |
| * | Select all errors, warnings, and flakes.David Reid2014-02-241-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/changelogPaul Kehrer2014-02-243-35/+37
|\ \ | |/ |/| Add changelog to toplevel, include in sdist
| * Add changelog to toplevel, include in sdistMatthew Iversen2014-02-253-35/+37
|/
* Merge pull request #672 from reaperhulk/add-future-import-hotpAlex Gaynor2014-02-231-0/+2
|\ | | | | Add missing future import to hotp
| * add missing future import to hotpPaul Kehrer2014-02-231-0/+2
|/
* Merge pull request #667 from public/pkcs8-test-keysPaul Kehrer2014-02-2319-1/+377
|\ | | | | PKCS#8 test keys
| * Document PKCS #8 key sourcesAlex Stapleton2014-02-221-1/+10
| |
| * Unencrypted PKCS8 ECC private keys from BotanAlex Stapleton2014-02-225-0/+40
| | | | | | | | https://github.com/randombit/botan/tree/4917f26a2b154e841cd27c1bcecdd41d2bdeb6ce/src/tests/data/ecc
| * Private keys from GnuTLS tests/pkcs12_s2k_pem.cAlex Stapleton2014-02-2210-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 testsAlex Stapleton2014-02-221-0/+40
| | | | | | | | | | | | https://gitorious.org/gnutls/gnutls/source/f8d943b38bf74eaaa11d396112daf43cb8aa82ae:tests/pkcs8-decode/enc2pkcs8.pem Password is "baz"
| * Unencrypted RSA private key from GnuTLS testsAlex Stapleton2014-02-221-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 suiteAlex Stapleton2014-02-221-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-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