aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | some error msg improvementsPaul Kehrer2014-02-251-3/+3
| | | |
| * | | reorganize docs slightlyPaul Kehrer2014-02-251-15/+21
| | | |
| * | | address review commentsPaul Kehrer2014-02-251-1/+4
| | | |
| * | | more kwargsPaul Kehrer2014-02-241-1/+5
| | | |
| * | | update multibackend with new PKCS1v15 class namePaul Kehrer2014-02-241-2/+2
| | | |
| * | | change the rest of the UnsupportedAsymmetricPadding instancesPaul Kehrer2014-02-241-2/+2
| | | |
| * | | rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPaddingPaul Kehrer2014-02-246-12/+11
| | | |
| * | | incorporate review feedback. kwarg!Paul Kehrer2014-02-232-2/+15
| | | |
| * | | remove rsa_cdata_from_public_key (unused until verify PR)Paul Kehrer2014-02-231-7/+0
| | | |
| * | | more pep8Paul Kehrer2014-02-231-1/+0
| | | |
| * | | keyword argsPaul Kehrer2014-02-231-1/+5
| | | |
| * | | add basic multibackend so we can do signatures using default_backendPaul Kehrer2014-02-232-0/+18
| | | |
| * | | fix pep8Paul Kehrer2014-02-231-1/+0
| | | |
| * | | some style fixesPaul Kehrer2014-02-231-3/+7
| | | |
| * | | add RSA PKCS1 signing (and structure for PSS + verification)Paul Kehrer2014-02-2310-2/+275
| | | |
* | | | Merge pull request #691 from alex/cite-randomDavid Reid2014-02-251-2/+4
|\ \ \ \ | | | | | | | | | | Cite Thomas Ptacek for urandom
| * | | | Cite Thomas Ptacek for urandomAlex Gaynor2014-02-251-2/+4
|/ / / /
* | | | Merge pull request #690 from alex/linewrapDavid Reid2014-02-251-53/+35
|\ \ \ \ | | | | | | | | | | Re-linewrap the symmetric encryption doc source
| * | | | Re-linewrap the symmetric encryption doc sourceAlex Gaynor2014-02-251-53/+35
|/ / / /
* | | | Merge pull request #689 from dreid/twofactor-cleanupAlex Gaynor2014-02-256-35/+36
|\ \ \ \ | | | | | | | | | | Cleanup twofactor docs and code.
| * | | | Add TOTP to the changelog.David Reid2014-02-251-0/+1
| | | | |
| * | | | Do some nitpicking cleanup of the twofactor code and documentation.David Reid2014-02-255-35/+35
|/ / / /
* | | | Merge pull request #637 from Ayrx/totp-implDavid Reid2014-02-255-33/+268
|\ \ \ \ | | | | | | | | | | TOTP Implementation
| * | | | 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