Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Typo fixes | Mohammed Attia | 2014-03-04 | 2 | -8/+8 | |
| | | | | | | ||||||
| * | | | | | Change keypair to key pair to pass the sphinx spelling test | Mohammed Attia | 2014-03-04 | 1 | -6/+6 | |
| | | | | | | ||||||
| * | | | | | Define DSA in the documentation | Mohammed Attia | 2014-03-04 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Annotate aliases in the DSA documentation | Mohammed Attia | 2014-03-04 | 1 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Added documentation for the DSA interfaces | Mohammed Attia | 2014-03-04 | 1 | -0/+107 | |
| | | | | | | ||||||
| * | | | | | 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 | 4 | -2/+24 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | 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 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #683 from reaperhulk/pep8-naming | Alex Gaynor | 2014-03-04 | 9 | -31/+32 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | More Automated Checks (pep8-naming) | |||||
| * | | | | | | | updates to make the project pep8-naming clean | Paul Kehrer | 2014-02-24 | 7 | -30/+30 | |
| | | | | | | | | ||||||
| * | | | | | | | add pep8-naming to pep8 tests | Paul Kehrer | 2014-02-24 | 2 | -1/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #723 from reaperhulk/nist-rsa-vectors | Alex Gaynor | 2014-03-04 | 16 | -0/+21213 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | NIST RSA Test Vectors | |||||
| * | | | | | | | add vector sources | Paul Kehrer | 2014-03-03 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | NIST RSA PKCS1 v1.5 vulnerability test vectors | Paul Kehrer | 2014-03-03 | 1 | -0/+1452 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from: http://csrc.nist.gov/groups/STM/cavp/documents/dss/SigVer15EMTest.txt | |||||
| * | | | | | | | add 186-2 RSA test vectors from NIST | Paul Kehrer | 2014-03-03 | 14 | -0/+19760 | |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | from: http://csrc.nist.gov/groups/STM/cavp/documents/dss/186-2rsatestvectors.zip | |||||
* | | | | | | | Merge pull request #728 from alex/prefer-cc | Paul Kehrer | 2014-03-04 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | On OS X, prefer Common Crypto to OpenSSL | |||||
| * | | | | | | | 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 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #724 from alex/audit | Donald Stufft | 2014-03-03 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | On the suggestion of @zooko, note that we have not been audited | |||||
| * | | | | | | | grammar. an thing. | Alex Gaynor | 2014-03-03 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | On the suggestion of @zooko, note that we have not been audited | Alex Gaynor | 2014-03-03 | 1 | -0/+6 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #725 from reaperhulk/0.2.2-changelog | Alex Gaynor | 2014-03-03 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | add 0.2.2 changelog to master | |||||
| * | | | | | | | add 0.2.2 changelog to master | Paul Kehrer | 2014-03-03 | 1 | -0/+6 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #395 from reaperhulk/idea-vectors | Donald Stufft | 2014-03-03 | 2 | -0/+5407 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ECB vectors for the IDEA cipher | |||||
| * | | | | | | add vector source data for IDEA ECB to docs | Paul Kehrer | 2014-03-03 | 1 | -0/+3 | |
| | | | | | | | ||||||
| * | | | | | | update IDEA ECB vectors to contain 100/1000 iteration results | Paul Kehrer | 2014-03-03 | 1 | -0/+900 | |
| | | | | | | | ||||||
| * | | | | | | ECB vectors for the IDEA cipher. | Paul Kehrer | 2014-03-03 | 1 | -0/+4504 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Vectors from NESSIE and reformatted for NIST loader. https://www.cosic.esat.kuleuven.be/nessie/testvectors/bc/idea/Idea-128-64.verified.test-vectors | |||||
* | | | | | | Merge pull request #720 from Ayrx/hotp-length-type-check | Alex Gaynor | 2014-03-03 | 3 | -2/+13 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added length type check to HOTP and corresponding test | |||||
| * | | | | | | Updated documentation for HOTP and TOTP TypeError | Ayrx | 2014-03-04 | 1 | -2/+4 | |
| | | | | | | | ||||||
| * | | | | | | Added length type check to HOTP and corresponding test | Ayrx | 2014-03-03 | 2 | -0/+9 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #721 from reaperhulk/pss-funcs | Alex Gaynor | 2014-03-03 | 1 | -0/+11 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add MGF1 MD selection function (available in OpenSSL 1.0.1+) | |||||
| * | | | | | Add MGF1 MD selection function (available in OpenSSL 1.0.1+) | Paul Kehrer | 2014-03-03 | 1 | -0/+11 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #718 from alex/phrase-better | Paul Kehrer | 2014-03-03 | 2 | -3/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | Phrase our summary better | |||||
| * | | | | | Phrase our summary better | Alex Gaynor | 2014-03-02 | 2 | -3/+3 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #717 from skeuomorf/master | Alex Gaynor | 2014-03-02 | 1 | -0/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add binding for the DSA parameters generation function | |||||
| * | | | | | Add binding for the DSA parameters generation function | Mohammed Attia | 2014-03-03 | 1 | -0/+2 | |
|/ / / / / |