aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | pffAlex Gaynor2014-03-041-1/+1
| | | |
| * | | Expose EC_get_builtin_curvesAlex Gaynor2014-03-041-0/+5
| | | |
* | | | Merge pull request #729 from alex/install-pep8-namingDonald Stufft2014-03-052-5/+9
|\ \ \ \ | | | | | | | | | | Install pep8-naming on travis
| * | | | The worst.Alex Gaynor2014-03-041-1/+1
| | | | |
| * | | | Follow the rulesAlex Gaynor2014-03-041-2/+2
| | | | |
| * | | | Install pep8-naming on travisAlex Gaynor2014-03-041-2/+6
| |/ / /
* | | | Merge pull request #734 from reaperhulk/more-ec-why-notAlex Gaynor2014-03-041-0/+136
|\ \ \ \ | | | | | | | | | | Add a bunch of EC NID/SN bindings for #732
| * | | | add a bunch of EC NID/SN bindings for #732Paul Kehrer2014-03-041-0/+136
| | | | | | | | | | | | | | | | | | | | | | | | | These NID/SN definitions should be present regardless of whether EC is enabled or not.
* | | | | Merge pull request #730 from skeuomorf/masterAlex Gaynor2014-03-041-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | Added myself to AUTHORS
| * | | | Added myself to AUTHORSMohammed Attia2014-03-051-0/+1
|/ / / /
* | | | Merge pull request #719 from skeuomorf/masterPaul Kehrer2014-03-042-0/+200
|\ \ \ \ | |/ / / |/| | | Add DSA interfaces
| * | | Merge remote-tracking branch 'upstream/master'Mohammed Attia2014-03-045-1/+5422
| |\ \ \
| * | | | Change DSAParams to DSAParametersMohammed Attia2014-03-042-8/+8
| | | | |
| * | | | Typo fixesMohammed Attia2014-03-042-8/+8
| | | | |
| * | | | Change keypair to key pair to pass the sphinx spelling testMohammed Attia2014-03-041-6/+6
| | | | |
| * | | | Define DSA in the documentationMohammed Attia2014-03-041-0/+1
| | | | |
| * | | | Annotate aliases in the DSA documentationMohammed Attia2014-03-041-3/+3
| | | | |
| * | | | Added documentation for the DSA interfacesMohammed Attia2014-03-041-0/+107
| | | | |
| * | | | Change parameters from abstractproperty to abstractmethodMohammed Attia2014-03-041-2/+2
| | | | |
| * | | | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | More Automated Checks (pep8-naming)
| * | | | | | 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
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | NIST RSA Test Vectors
| * | | | | | add vector sourcesPaul Kehrer2014-03-031-0/+1
| | | | | | |
| * | | | | | NIST RSA PKCS1 v1.5 vulnerability test vectorsPaul Kehrer2014-03-031-0/+1452
| | | | | | | | | | | | | | | | | | | | | | | | | | | | from: http://csrc.nist.gov/groups/STM/cavp/documents/dss/SigVer15EMTest.txt
| * | | | | | add 186-2 RSA test vectors from NISTPaul Kehrer2014-03-0314-0/+19760
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | from: http://csrc.nist.gov/groups/STM/cavp/documents/dss/186-2rsatestvectors.zip
* | | | | | Merge pull request #728 from alex/prefer-ccPaul Kehrer2014-03-041-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | On OS X, prefer Common Crypto to OpenSSL
| * | | | | | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | On the suggestion of @zooko, note that we have not been audited
| * | | | | | 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 master
| * | | | | | add 0.2.2 changelog to masterPaul Kehrer2014-03-031-0/+6
| | |/ / / / | |/| | | |