aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | More detailsAlex Gaynor2014-05-021-3/+10
| | |
| * | Conda is a word I guessAlex Gaynor2014-05-021-0/+1
| | |
| * | Fixed #1000 -- document the conda issue and workaroundAlex Gaynor2014-05-021-0/+10
|/ /
* | Merge pull request #999 from alex/remove-out-of-date-commentPaul Kehrer2014-05-021-3/+0
|\ \ | | | | | | Removed out of date comment
| * | Removed out of date commentAlex Gaynor2014-05-021-3/+0
| | |
* | | Merge pull request #998 from reaperhulk/dsa-multibackendAlex Gaynor2014-05-024-2/+70
|\ \ \ | |/ / |/| | DSA sign/verify multibackend
| * | cover some missing lines in dsa multibackendPaul Kehrer2014-05-021-0/+5
| | |
| * | convert dsa examples to doctestPaul Kehrer2014-05-021-2/+2
| | |
| * | update changelog to add DSA sig/verify support informationPaul Kehrer2014-05-021-0/+4
| | |
| * | expand DSA multibackend supportPaul Kehrer2014-05-022-0/+59
| | |
* | | Merge pull request #997 from public/dsa-sign-buflenPaul Kehrer2014-05-021-1/+2
|\ \ \ | |/ / |/| | Make sure the DSA signature is truncated properly
| * | Make sure the signature is truncated properlyAlex Stapleton2014-05-021-1/+2
|/ /
* | Merge pull request #996 from alex/wordwrapAlex Stapleton2014-05-021-7/+14
|\ \ | | | | | | Wordwrap some stuff in the changelog
| * | Wordwrap some stuff in the changelogAlex Gaynor2014-05-011-7/+14
| | |
* | | Merge pull request #991 from reaperhulk/dsa-signAlex Gaynor2014-05-017-0/+205
|\ \ \ | |/ / |/| | DSA signing support
| * | add test to cover missed linePaul Kehrer2014-05-011-0/+9
| | |
| * | this isn't an invalidsignaturePaul Kehrer2014-05-011-5/+1
| | |
| * | remove an unneeded line in the examplePaul Kehrer2014-05-011-1/+0
| | |
| * | DSA signing support (this is mostly skeuomorf's work, credit to him)Paul Kehrer2014-05-017-0/+201
|/ /
* | Merge pull request #993 from reaperhulk/really-fix-ecdhAlex Gaynor2014-05-011-4/+3
|\ \ | | | | | | Fix ECDH on CentOS 5.x/6.4
| * | 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`