Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #675 from reaperhulk/rsa-verification | Alex Gaynor | 2014-02-27 | 8 | -5/+293 | |
|\ \ \ \ | | | | | | | | | | | RSA Verification Support | |||||
| * | | | | assert another thing | Paul Kehrer | 2014-02-27 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | assert some things | Paul Kehrer | 2014-02-27 | 1 | -2/+10 | |
| | | | | | ||||||
| * | | | | docs language improvement | Paul Kehrer | 2014-02-26 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | address some review comments | Paul Kehrer | 2014-02-26 | 3 | -4/+9 | |
| | | | | | ||||||
| * | | | | fix docs, port some review comments forward to the new PR | Paul Kehrer | 2014-02-25 | 2 | -21/+24 | |
| | | | | | ||||||
| * | | | | more PKCS1->PKCS1v15 | Paul Kehrer | 2014-02-25 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | kwargs and class renames to bring verification up to date | Paul Kehrer | 2014-02-25 | 1 | -15/+35 | |
| | | | | | ||||||
| * | | | | more kwargs | Paul Kehrer | 2014-02-25 | 2 | -2/+9 | |
| | | | | | ||||||
| * | | | | add RSA verification support | Paul Kehrer | 2014-02-25 | 8 | -5/+249 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #695 from Ivoz/cffi-ignore | Paul Kehrer | 2014-02-27 | 1 | -4/+6 | |
|\ \ \ \ | |/ / / |/| | | | Ignore build/ folder and _cffi__*'s | |||||
| * | | | Ignore build/ folder and _cffi__*'s | Matthew Iversen | 2014-02-27 | 1 | -4/+6 | |
|/ / / | | | | | | | | | | | | | Former can come from python setup.py bdist_wheel Latter can come from python setup.py develop | |||||
* | | | Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-only | Alex Gaynor | 2014-02-25 | 12 | -2/+317 | |
|\ \ \ | | | | | | | | | Add RSA PKCS1 signing (and structure for PSS + verification) | |||||
| * | | | some error msg improvements | Paul Kehrer | 2014-02-25 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | reorganize docs slightly | Paul Kehrer | 2014-02-25 | 1 | -15/+21 | |
| | | | | ||||||
| * | | | address review comments | Paul Kehrer | 2014-02-25 | 1 | -1/+4 | |
| | | | | ||||||
| * | | | more kwargs | Paul Kehrer | 2014-02-24 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | update multibackend with new PKCS1v15 class name | Paul Kehrer | 2014-02-24 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | change the rest of the UnsupportedAsymmetricPadding instances | Paul Kehrer | 2014-02-24 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPadding | Paul Kehrer | 2014-02-24 | 6 | -12/+11 | |
| | | | | ||||||
| * | | | incorporate review feedback. kwarg! | Paul Kehrer | 2014-02-23 | 2 | -2/+15 | |
| | | | | ||||||
| * | | | remove rsa_cdata_from_public_key (unused until verify PR) | Paul Kehrer | 2014-02-23 | 1 | -7/+0 | |
| | | | | ||||||
| * | | | more pep8 | Paul Kehrer | 2014-02-23 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | keyword args | Paul Kehrer | 2014-02-23 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | add basic multibackend so we can do signatures using default_backend | Paul Kehrer | 2014-02-23 | 2 | -0/+18 | |
| | | | | ||||||
| * | | | fix pep8 | Paul Kehrer | 2014-02-23 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | some style fixes | Paul Kehrer | 2014-02-23 | 1 | -3/+7 | |
| | | | | ||||||
| * | | | add RSA PKCS1 signing (and structure for PSS + verification) | Paul Kehrer | 2014-02-23 | 10 | -2/+275 | |
| | | | | ||||||
* | | | | Merge pull request #691 from alex/cite-random | David Reid | 2014-02-25 | 1 | -2/+4 | |
|\ \ \ \ | | | | | | | | | | | Cite Thomas Ptacek for urandom | |||||
| * | | | | Cite Thomas Ptacek for urandom | Alex Gaynor | 2014-02-25 | 1 | -2/+4 | |
|/ / / / | ||||||
* | | | | Merge pull request #690 from alex/linewrap | David Reid | 2014-02-25 | 1 | -53/+35 | |
|\ \ \ \ | | | | | | | | | | | Re-linewrap the symmetric encryption doc source | |||||
| * | | | | Re-linewrap the symmetric encryption doc source | Alex Gaynor | 2014-02-25 | 1 | -53/+35 | |
|/ / / / | ||||||
* | | | | Merge pull request #689 from dreid/twofactor-cleanup | Alex Gaynor | 2014-02-25 | 6 | -35/+36 | |
|\ \ \ \ | | | | | | | | | | | Cleanup twofactor docs and code. | |||||
| * | | | | Add TOTP to the changelog. | David Reid | 2014-02-25 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Do some nitpicking cleanup of the twofactor code and documentation. | David Reid | 2014-02-25 | 5 | -35/+35 | |
|/ / / / | ||||||
* | | | | Merge pull request #637 from Ayrx/totp-impl | David Reid | 2014-02-25 | 5 | -33/+268 | |
|\ \ \ \ | | | | | | | | | | | TOTP Implementation | |||||
| * | | | | Seperated the totp tests based on different hash types | Ayrx | 2014-02-25 | 1 | -17/+80 | |
| | | | | | ||||||
| * | | | | Fixed wrong param naming in totp documentation | Ayrx | 2014-02-25 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fixed whitespace issue pointed out by flake8 | Ayrx | 2014-02-25 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fixed documentation | Ayrx | 2014-02-25 | 2 | -6/+10 | |
| | | | | | ||||||
| * | | | | Added __future__ import statement | Ayrx | 2014-02-25 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | 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 #688 from reaperhulk/fix-warning | Alex Gaynor | 2014-02-25 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | SSL_session_reused should return a long | |||||
| * | | | | this macro should return a long | Paul Kehrer | 2014-02-25 | 1 | -1/+1 | |
|/ / / / |