aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #982 from reaperhulk/dsa-verifyDavid Reid2014-05-018-7/+295
|\
| * add check to ensure only invalid ASN1 gives InvalidSignature in DSAPaul Kehrer2014-05-012-0/+12
| * update docsPaul Kehrer2014-05-011-1/+2
| * updates for review feedbackPaul Kehrer2014-05-015-22/+23
| * move use after finalize to its own testPaul Kehrer2014-05-011-4/+13
| * improve some formattingPaul Kehrer2014-05-011-6/+7
| * dsa_hash_supported needs to chech hash_supportedPaul Kehrer2014-04-301-1/+1
| * add interface docs for dsa_params_supportedPaul Kehrer2014-04-301-0/+9
| * remove hash check in verifier as this isn't a proper restrictionPaul Kehrer2014-04-302-33/+1
| * remove dsa_signature_from_components since it's no longer neededPaul Kehrer2014-04-303-33/+1
| * restructure some tests, add skip, use der_encode_dsa_signaturePaul Kehrer2014-04-301-51/+45
| * fix pep8 violationPaul Kehrer2014-04-301-8/+4
| * Add DSA verification docsMohammed Attia2014-04-304-3/+105
| * Add verification testsMohammed Attia2014-04-301-5/+99
| * Add DSA verificationMohammed Attia2014-04-303-1/+134
* | Merge pull request #988 from exarkun/ssl-state-stringPaul Kehrer2014-05-011-0/+1
|\ \
| * | SSL_state_string_long to support pyOpenSSL `Connection.state_string`Jean-Paul Calderone2014-05-011-0/+1
|/ /
* | Merge pull request #987 from ashfall/dh-bindingsPaul Kehrer2014-05-011-0/+12
|\ \
| * | Fix another function signatureashfall2014-05-011-1/+1
| * | Address review comments, fix signatures that the docs lied aboutashfall2014-05-011-3/+3
| * | Add some functions from DH docsashfall2014-05-011-0/+12
|/ /
* | Merge pull request #985 from Ayrx/document-preferred-macAlex Stapleton2014-05-011-0/+7
|\ \
| * | Added link to crypto.se answerAyrx2014-05-011-0/+4
| * | Added note about preferred MAC algorithmAyrx2014-05-011-0/+3
|/ /
* | Merge pull request #981 from alex/c-style-guidePaul Kehrer2014-04-301-4/+4
|\ \ | |/ |/|
| * Foolish hobgoblin is best hobgoblin.Alex Gaynor2014-04-301-1/+1
| * Fix two more violationsAlex Gaynor2014-04-301-2/+2
| * Fixed C style guide violationAlex Gaynor2014-04-301-2/+2
* | Merge pull request #980 from reaperhulk/dsa-sig-serializerAlex Stapleton2014-04-305-5/+45
|\ \ | |/ |/|
| * negative testPaul Kehrer2014-04-301-0/+3
| * we should use der rather than berPaul Kehrer2014-04-301-1/+1
| * rename dss_sig_value -> der_encode_dsa_signaturePaul Kehrer2014-04-302-7/+9
| * make DSSSigValue class privatePaul Kehrer2014-04-301-2/+2
| * use pyasn1 for creating the dss-sig-value structurePaul Kehrer2014-04-305-33/+15
| * dss_sig_value: Pure python conversion of (r, s) to byte streamPaul Kehrer2014-04-302-5/+58
|/
* Merge pull request #979 from alex/short-linkPaul Kehrer2014-04-291-1/+1
|\
| * Use the short name in the docsAlex Gaynor2014-04-291-1/+1
|/
* Merge pull request #978 from alex/exception-import-fixPaul Kehrer2014-04-291-12/+14
|\
| * Don't import the exceptions module directly.Alex Gaynor2014-04-291-12/+14
|/
* Merge pull request #974 from reaperhulk/padding-docsAlex Gaynor2014-04-271-0/+4
|\
| * document exceptions for paddingPaul Kehrer2014-04-271-0/+4
|/
* Merge pull request #962 from reaperhulk/rsa-encAlex Gaynor2014-04-269-35/+283
|\
| * update some decryption testsPaul Kehrer2014-04-251-3/+3
| * move ct length check into decrypt function, address review commentsPaul Kehrer2014-04-252-17/+12
| * another style fix in the rsa tests that I missed last time...Paul Kehrer2014-04-241-2/+2
| * improve style in test, update docs for rsa encryption reviewPaul Kehrer2014-04-242-2/+3
| * determine operation type by isinstance on the keyPaul Kehrer2014-04-241-13/+13
| * change doctest to codeblock until we add multibackend support for encryptPaul Kehrer2014-04-241-16/+16
| * update changelogPaul Kehrer2014-04-241-0/+2
| * RSA encryption supportPaul Kehrer2014-04-247-30/+280