aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | CentOS, does my offering please you?Paul Kehrer2014-05-011-4/+3
|/ /
* | Merge pull request #992 from reaperhulk/fix-ecdhAlex Gaynor2014-05-012-5/+4
|\ \ | | | | | | ECDH wasn't actually included so it wasn't being compiled
| * | ifndef and ifdef aren't the same thingPaul Kehrer2014-05-011-1/+1
| | |
| * | ecdh wasn't actually included so it wasn't being compiledPaul Kehrer2014-05-012-4/+3
|/ /
* | Merge pull request #990 from reaperhulk/docs-fixAlex Gaynor2014-05-011-0/+1
|\ \ | | | | | | document that the OpenSSL backend conforms to the CMACBackend interface
| * | document that the OpenSSL backend conforms to the CMACBackend interfacePaul Kehrer2014-05-011-0/+1
| | |
* | | Merge pull request #989 from ashfall/ecdh-bindingsPaul Kehrer2014-05-011-0/+71
|\ \ \ | |/ / |/| | Add ECDH bindings
| * | Fix alignment and close an #ifdefAshwini Oruganti2014-05-011-4/+9
| | |
| * | Define CONDITIONAL_NAMESAshwini Oruganti2014-05-011-0/+6
| | |
| * | CustomizeAshwini Oruganti2014-05-011-0/+13
| | |
| * | And then the FUNCTIONSAshwini Oruganti2014-05-011-0/+9
| | |
| * | And then the TYPESAshwini Oruganti2014-05-011-0/+3
| | |
| * | Fill in the INCLUDES partAshwini Oruganti2014-05-011-0/+3
| | |
| * | Basic skeleton for ECDH bindingsAshwini Oruganti2014-05-011-0/+32
| | |
* | | Merge pull request #982 from reaperhulk/dsa-verifyDavid Reid2014-05-018-7/+295
|\ \ \ | | | | | | | | DSA verification
| * | | 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`
| * | | 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
|\ \ \ | | | | | | | | Add more bindings for DH
| * | | 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
|\ \ \ | | | | | | | | Fixes #983: Added note about preferred MAC algorithm
| * | | 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
|\ \ \ | |/ / |/| | Fixed C style guide violation
| * | 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
|\ \ | |/ |/| dss_sig_value: Pure python conversion of (r, s) to byte stream
| * negative testPaul Kehrer2014-04-301-0/+3
| |
| * we should use der rather than berPaul Kehrer2014-04-301-1/+1
| | | | | | | | Doesn't make a difference in this specific case but it is correct.
| * 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 docs