aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Remove DSAParams generate method as it will be implemented as a classmethodMohammed Attia2014-03-041-6/+0
| * | | | More accurate docstringMohammed Attia2014-03-041-11/+14
| * | | | Change params to parametersMohammed Attia2014-03-031-2/+2
| * | | | Fix DSAParams generate method to eliminate ambiguityMohammed Attia2014-03-031-1/+1
| * | | | Fix pep8 issuesMohammed Attia2014-03-031-2/+2
| * | | | Change name of divisor to subgroup_orderMohammed Attia2014-03-031-4/+6
| * | | | Merge remote-tracking branch 'upstream/master'Mohammed Attia2014-03-034-2/+24
| |\ \ \ \
| * | | | | Change pub_key and priv_key to y and x respectivelyMohammed Attia2014-03-031-8/+8
| * | | | | Fixed typoMohammed Attia2014-03-031-1/+1
| * | | | | Changed docstrings to conform to lastest updates of the interfacesMohammed Attia2014-03-031-4/+3
| * | | | | Remove bitlength related properties that are not neededMohammed Attia2014-03-031-19/+1
| * | | | | Change property names to be consistent with RSAMohammed Attia2014-03-031-79/+2
| * | | | | fix pep8 errorsMohammed Attia2014-03-031-0/+1
| * | | | | Change public_key from abstractproperty to abstractmethodMohammed Attia2014-03-031-1/+1
| * | | | | Add DSA interfacesMohammed Attia2014-03-031-0/+188
* | | | | | Merge pull request #683 from reaperhulk/pep8-namingAlex Gaynor2014-03-049-31/+32
|\ \ \ \ \ \
| * | | | | | updates to make the project pep8-naming cleanPaul Kehrer2014-02-247-30/+30
| * | | | | | add pep8-naming to pep8 testsPaul Kehrer2014-02-242-1/+2
* | | | | | | Merge pull request #723 from reaperhulk/nist-rsa-vectorsAlex Gaynor2014-03-0416-0/+21213
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | add vector sourcesPaul Kehrer2014-03-031-0/+1
| * | | | | | NIST RSA PKCS1 v1.5 vulnerability test vectorsPaul Kehrer2014-03-031-0/+1452
| * | | | | | add 186-2 RSA test vectors from NISTPaul Kehrer2014-03-0314-0/+19760
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #728 from alex/prefer-ccPaul Kehrer2014-03-041-1/+3
|\ \ \ \ \ \
| * | | | | | This branch isn't coverable yetAlex Gaynor2014-03-041-6/+2
| * | | | | | flake8Alex Gaynor2014-03-041-1/+0
| * | | | | | On OS X, prefer Common Crypto to OpenSSLAlex Gaynor2014-03-041-2/+9
|/ / / / / /
* | | | | | Merge pull request #724 from alex/auditDonald Stufft2014-03-031-0/+6
|\ \ \ \ \ \
| * | | | | | grammar. an thing.Alex Gaynor2014-03-031-1/+1
| * | | | | | On the suggestion of @zooko, note that we have not been auditedAlex Gaynor2014-03-031-0/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #725 from reaperhulk/0.2.2-changelogAlex Gaynor2014-03-031-0/+6
|\ \ \ \ \ \
| * | | | | | add 0.2.2 changelog to masterPaul Kehrer2014-03-031-0/+6
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #395 from reaperhulk/idea-vectorsDonald Stufft2014-03-032-0/+5407
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | add vector source data for IDEA ECB to docsPaul Kehrer2014-03-031-0/+3
| * | | | | update IDEA ECB vectors to contain 100/1000 iteration resultsPaul Kehrer2014-03-031-0/+900
| * | | | | ECB vectors for the IDEA cipher.Paul Kehrer2014-03-031-0/+4504
| |/ / / /
* | | | | Merge pull request #720 from Ayrx/hotp-length-type-checkAlex Gaynor2014-03-033-2/+13
|\ \ \ \ \
| * | | | | Updated documentation for HOTP and TOTP TypeErrorAyrx2014-03-041-2/+4
| * | | | | Added length type check to HOTP and corresponding testAyrx2014-03-032-0/+9
| |/ / / /
* | | | | Merge pull request #721 from reaperhulk/pss-funcsAlex Gaynor2014-03-031-0/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add MGF1 MD selection function (available in OpenSSL 1.0.1+)Paul Kehrer2014-03-031-0/+11
|/ / / /
* | | | Merge pull request #718 from alex/phrase-betterPaul Kehrer2014-03-032-3/+3
|\ \ \ \
| * | | | Phrase our summary betterAlex Gaynor2014-03-022-3/+3
|/ / / /
* | | | Merge pull request #717 from skeuomorf/masterAlex Gaynor2014-03-021-0/+2
|\ \ \ \
| * | | | Add binding for the DSA parameters generation functionMohammed Attia2014-03-031-0/+2
|/ / / /
* | | | Merge pull request #715 from reaperhulk/add-linkcheck-target-to-toxAlex Gaynor2014-03-021-0/+7
|\ \ \ \
| * | | | new tox docs-linkcheck target for a jenkins job to do linkcheckPaul Kehrer2014-03-021-0/+7
|/ / / /
* | | | Merge pull request #709 from public/dsa-test-vectorsPaul Kehrer2014-03-0220-4/+16677
|\ \ \ \
| * | | | DSA test vector docsAlex Stapleton2014-03-021-4/+9
| * | | | Add the FIPS 186-3 DSA test vectorsAlex Stapleton2014-03-028-0/+16063
| * | | | Add NIST FIPS 186-2 DSA test vectorsAlex Stapleton2014-03-028-0/+545