aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| |/
* | 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 #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
| * Plaintext DSA test keys from GnuTLSAlex Stapleton2014-03-023-0/+60
* | Merge pull request #714 from reaperhulk/fix-712Alex Gaynor2014-03-021-1/+0
|\ \
| * | this constant is undefined in 1.0.0Paul Kehrer2014-03-021-1/+0
|/ /
* | Merge pull request #710 from reaperhulk/fix-contributing-linksAlex Gaynor2014-03-021-2/+2
|\ \
| * | link the CONTRIBUTING.rst to the development section of our docsPaul Kehrer2014-03-021-2/+2
| |/
* | Merge pull request #703 from alex/change-exceptino-typePaul Kehrer2014-03-023-9/+8
|\ \ | |/ |/|
| * Switch to TypeErrorAlex Gaynor2014-03-013-4/+4
| * Docs as wellAlex Gaynor2014-03-011-4/+4
| * Update tests as wellAlex Gaynor2014-03-011-2/+2
| * Change exception in useAlex Gaynor2014-03-011-3/+2
* | Merge pull request #706 from alex/scrypt-vectorsPaul Kehrer2014-03-013-3/+47
|\ \
| * | Scrypt is a wordAlex Gaynor2014-03-011-0/+1
| * | Added vectors for scrypt from the draft RFCAlex Gaynor2014-03-012-3/+46
| |/
* | Merge pull request #708 from public/invalid-sig-errorsAlex Gaynor2014-03-011-0/+2
|\ \
| * | Consume errors on InvalidSignatureAlex Stapleton2014-03-011-0/+2
|/ /
* | Merge pull request #707 from public/consume-errorsAlex Gaynor2014-03-012-70/+58
|\ \ | |/ |/|
| * raise InternalErrorAlex Stapleton2014-03-012-1/+12