Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | This branch isn't coverable yet | Alex Gaynor | 2014-03-04 | 1 | -6/+2 | |
| | | | | ||||||
| * | | | flake8 | Alex Gaynor | 2014-03-04 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | On OS X, prefer Common Crypto to OpenSSL | Alex Gaynor | 2014-03-04 | 1 | -2/+9 | |
| | | | | ||||||
* | | | | Change DSAParams to DSAParameters | Mohammed Attia | 2014-03-04 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Typo fixes | Mohammed Attia | 2014-03-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Change parameters from abstractproperty to abstractmethod | Mohammed Attia | 2014-03-04 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Remove DSAParams generate method as it will be implemented as a classmethod | Mohammed Attia | 2014-03-04 | 1 | -6/+0 | |
| | | | | ||||||
* | | | | More accurate docstring | Mohammed Attia | 2014-03-04 | 1 | -11/+14 | |
| | | | | ||||||
* | | | | Change params to parameters | Mohammed Attia | 2014-03-03 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Fix DSAParams generate method to eliminate ambiguity | Mohammed Attia | 2014-03-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix pep8 issues | Mohammed Attia | 2014-03-03 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Change name of divisor to subgroup_order | Mohammed Attia | 2014-03-03 | 1 | -4/+6 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'upstream/master' | Mohammed Attia | 2014-03-03 | 2 | -0/+14 | |
|\| | | | ||||||
| * | | | Merge pull request #720 from Ayrx/hotp-length-type-check | Alex Gaynor | 2014-03-03 | 1 | -0/+3 | |
| |\ \ \ | | | | | | | | | | | Added length type check to HOTP and corresponding test | |||||
| | * | | | Added length type check to HOTP and corresponding test | Ayrx | 2014-03-03 | 1 | -0/+3 | |
| | | | | | ||||||
| * | | | | Add MGF1 MD selection function (available in OpenSSL 1.0.1+) | Paul Kehrer | 2014-03-03 | 1 | -0/+11 | |
| |/ / / | ||||||
* | | | | Change pub_key and priv_key to y and x respectively | Mohammed Attia | 2014-03-03 | 1 | -8/+8 | |
| | | | | ||||||
* | | | | Fixed typo | Mohammed Attia | 2014-03-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Changed docstrings to conform to lastest updates of the interfaces | Mohammed Attia | 2014-03-03 | 1 | -4/+3 | |
| | | | | ||||||
* | | | | Remove bitlength related properties that are not needed | Mohammed Attia | 2014-03-03 | 1 | -19/+1 | |
| | | | | ||||||
* | | | | Change property names to be consistent with RSA | Mohammed Attia | 2014-03-03 | 1 | -79/+2 | |
| | | | | ||||||
* | | | | fix pep8 errors | Mohammed Attia | 2014-03-03 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Change public_key from abstractproperty to abstractmethod | Mohammed Attia | 2014-03-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add DSA interfaces | Mohammed Attia | 2014-03-03 | 1 | -0/+188 | |
|/ / / | ||||||
* | | | Phrase our summary better | Alex Gaynor | 2014-03-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | Add binding for the DSA parameters generation function | Mohammed Attia | 2014-03-03 | 1 | -0/+2 | |
| | | | ||||||
* | | | this constant is undefined in 1.0.0 | Paul Kehrer | 2014-03-02 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | Since we don't use it (and neither does PyOpenSSL) let's remove it for now. Fixes #712 | |||||
* | | | Merge pull request #703 from alex/change-exceptino-type | Paul Kehrer | 2014-03-02 | 1 | -3/+2 | |
|\ \ \ | |_|/ |/| | | Change exception in use | |||||
| * | | Switch to TypeError | Alex Gaynor | 2014-03-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Change exception in use | Alex Gaynor | 2014-03-01 | 1 | -3/+2 | |
| | | | ||||||
* | | | Consume errors on InvalidSignature | Alex Stapleton | 2014-03-01 | 1 | -0/+2 | |
| | | | ||||||
* | | | raise InternalError | Alex Stapleton | 2014-03-01 | 1 | -0/+2 | |
| | | | ||||||
* | | | Style tweaks | Alex Stapleton | 2014-03-01 | 1 | -3/+3 | |
| | | | ||||||
* | | | Use a namedtuple to keep errors in | Alex Stapleton | 2014-03-01 | 1 | -2/+7 | |
| | | | ||||||
* | | | Get rid of handle_errors | Alex Stapleton | 2014-03-01 | 1 | -36/+37 | |
|/ / | ||||||
* | | Use buffer of EVP_MAX_MD_SIZE bytes for digests | Alex Stapleton | 2014-03-01 | 1 | -4/+4 | |
| | | | | | | | | | | | | OpenSSL doesn't actually guarantee to only write to digest_size worth of bytes in the output buffer. The examples and docs claim this constant is the max. | |||||
* | | Merge pull request #698 from reaperhulk/hash-fix | Alex Gaynor | 2014-02-28 | 1 | -2/+3 | |
|\ \ | | | | | | | Be more pedantic in checking the written size of the hash digest | |||||
| * | | be more pedantic in checking the written size of the digest (refs #696) | Paul Kehrer | 2014-02-28 | 1 | -2/+3 | |
| | | | ||||||
* | | | this is not a buflen, it is an outlen. refs #696 | Paul Kehrer | 2014-02-28 | 2 | -6/+6 | |
|/ / | ||||||
* | | assert another thing | Paul Kehrer | 2014-02-27 | 1 | -0/+1 | |
| | | ||||||
* | | assert some things | Paul Kehrer | 2014-02-27 | 1 | -2/+10 | |
| | | ||||||
* | | address some review comments | Paul Kehrer | 2014-02-26 | 1 | -0/+1 | |
| | | ||||||
* | | fix docs, port some review comments forward to the new PR | Paul Kehrer | 2014-02-25 | 1 | -3/+3 | |
| | | ||||||
* | | add RSA verification support | Paul Kehrer | 2014-02-25 | 3 | -1/+110 | |
|/ | ||||||
* | Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-only | Alex Gaynor | 2014-02-25 | 5 | -1/+150 | |
|\ | | | | | Add RSA PKCS1 signing (and structure for PSS + verification) | |||||
| * | some error msg improvements | Paul Kehrer | 2014-02-25 | 1 | -3/+3 | |
| | | ||||||
| * | address review comments | Paul Kehrer | 2014-02-25 | 1 | -1/+4 | |
| | | ||||||
| * | 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 | 2 | -2/+2 | |
| | | ||||||
| * | remove rsa_cdata_from_public_key (unused until verify PR) | Paul Kehrer | 2014-02-23 | 1 | -7/+0 | |
| | |