Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Make sure the signature is truncated properly | Alex Stapleton | 2014-05-02 | 1 | -1/+2 | |
|/ | ||||||
* | Merge pull request #996 from alex/wordwrap | Alex Stapleton | 2014-05-02 | 1 | -7/+14 | |
|\ | | | | | Wordwrap some stuff in the changelog | |||||
| * | Wordwrap some stuff in the changelog | Alex Gaynor | 2014-05-01 | 1 | -7/+14 | |
| | | ||||||
* | | Merge pull request #991 from reaperhulk/dsa-sign | Alex Gaynor | 2014-05-01 | 7 | -0/+205 | |
|\ \ | |/ |/| | DSA signing support | |||||
| * | add test to cover missed line | Paul Kehrer | 2014-05-01 | 1 | -0/+9 | |
| | | ||||||
| * | this isn't an invalidsignature | Paul Kehrer | 2014-05-01 | 1 | -5/+1 | |
| | | ||||||
| * | remove an unneeded line in the example | Paul Kehrer | 2014-05-01 | 1 | -1/+0 | |
| | | ||||||
| * | DSA signing support (this is mostly skeuomorf's work, credit to him) | Paul Kehrer | 2014-05-01 | 7 | -0/+201 | |
|/ | ||||||
* | Merge pull request #993 from reaperhulk/really-fix-ecdh | Alex Gaynor | 2014-05-01 | 1 | -4/+3 | |
|\ | | | | | Fix ECDH on CentOS 5.x/6.4 | |||||
| * | CentOS, does my offering please you? | Paul Kehrer | 2014-05-01 | 1 | -4/+3 | |
|/ | ||||||
* | Merge pull request #992 from reaperhulk/fix-ecdh | Alex Gaynor | 2014-05-01 | 2 | -5/+4 | |
|\ | | | | | ECDH wasn't actually included so it wasn't being compiled | |||||
| * | ifndef and ifdef aren't the same thing | Paul Kehrer | 2014-05-01 | 1 | -1/+1 | |
| | | ||||||
| * | ecdh wasn't actually included so it wasn't being compiled | Paul Kehrer | 2014-05-01 | 2 | -4/+3 | |
|/ | ||||||
* | Merge pull request #990 from reaperhulk/docs-fix | Alex Gaynor | 2014-05-01 | 1 | -0/+1 | |
|\ | | | | | document that the OpenSSL backend conforms to the CMACBackend interface | |||||
| * | document that the OpenSSL backend conforms to the CMACBackend interface | Paul Kehrer | 2014-05-01 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #989 from ashfall/ecdh-bindings | Paul Kehrer | 2014-05-01 | 1 | -0/+71 | |
|\ \ | |/ |/| | Add ECDH bindings | |||||
| * | Fix alignment and close an #ifdef | Ashwini Oruganti | 2014-05-01 | 1 | -4/+9 | |
| | | ||||||
| * | Define CONDITIONAL_NAMES | Ashwini Oruganti | 2014-05-01 | 1 | -0/+6 | |
| | | ||||||
| * | Customize | Ashwini Oruganti | 2014-05-01 | 1 | -0/+13 | |
| | | ||||||
| * | And then the FUNCTIONS | Ashwini Oruganti | 2014-05-01 | 1 | -0/+9 | |
| | | ||||||
| * | And then the TYPES | Ashwini Oruganti | 2014-05-01 | 1 | -0/+3 | |
| | | ||||||
| * | Fill in the INCLUDES part | Ashwini Oruganti | 2014-05-01 | 1 | -0/+3 | |
| | | ||||||
| * | Basic skeleton for ECDH bindings | Ashwini Oruganti | 2014-05-01 | 1 | -0/+32 | |
| | | ||||||
* | | Merge pull request #982 from reaperhulk/dsa-verify | David Reid | 2014-05-01 | 8 | -7/+295 | |
|\ \ | | | | | | | DSA verification | |||||
| * | | add check to ensure only invalid ASN1 gives InvalidSignature in DSA | Paul Kehrer | 2014-05-01 | 2 | -0/+12 | |
| | | | ||||||
| * | | update docs | Paul Kehrer | 2014-05-01 | 1 | -1/+2 | |
| | | | ||||||
| * | | updates for review feedback | Paul Kehrer | 2014-05-01 | 5 | -22/+23 | |
| | | | ||||||
| * | | move use after finalize to its own test | Paul Kehrer | 2014-05-01 | 1 | -4/+13 | |
| | | | ||||||
| * | | improve some formatting | Paul Kehrer | 2014-05-01 | 1 | -6/+7 | |
| | | | ||||||
| * | | dsa_hash_supported needs to chech hash_supported | Paul Kehrer | 2014-04-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | add interface docs for dsa_params_supported | Paul Kehrer | 2014-04-30 | 1 | -0/+9 | |
| | | | ||||||
| * | | remove hash check in verifier as this isn't a proper restriction | Paul Kehrer | 2014-04-30 | 2 | -33/+1 | |
| | | | ||||||
| * | | remove dsa_signature_from_components since it's no longer needed | Paul Kehrer | 2014-04-30 | 3 | -33/+1 | |
| | | | ||||||
| * | | restructure some tests, add skip, use der_encode_dsa_signature | Paul Kehrer | 2014-04-30 | 1 | -51/+45 | |
| | | | ||||||
| * | | fix pep8 violation | Paul Kehrer | 2014-04-30 | 1 | -8/+4 | |
| | | | ||||||
| * | | Add DSA verification docs | Mohammed Attia | 2014-04-30 | 4 | -3/+105 | |
| | | | ||||||
| * | | Add verification tests | Mohammed Attia | 2014-04-30 | 1 | -5/+99 | |
| | | | ||||||
| * | | Add DSA verification | Mohammed Attia | 2014-04-30 | 3 | -1/+134 | |
| | | | ||||||
* | | | Merge pull request #988 from exarkun/ssl-state-string | Paul Kehrer | 2014-05-01 | 1 | -0/+1 | |
|\ \ \ | |_|/ |/| | | SSL_state_string_long to support pyOpenSSL `Connection.state_string` | |||||
| * | | SSL_state_string_long to support pyOpenSSL `Connection.state_string` | Jean-Paul Calderone | 2014-05-01 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #987 from ashfall/dh-bindings | Paul Kehrer | 2014-05-01 | 1 | -0/+12 | |
|\ \ | | | | | | | Add more bindings for DH | |||||
| * | | Fix another function signature | ashfall | 2014-05-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Address review comments, fix signatures that the docs lied about | ashfall | 2014-05-01 | 1 | -3/+3 | |
| | | | ||||||
| * | | Add some functions from DH docs | ashfall | 2014-05-01 | 1 | -0/+12 | |
|/ / | ||||||
* | | Merge pull request #985 from Ayrx/document-preferred-mac | Alex Stapleton | 2014-05-01 | 1 | -0/+7 | |
|\ \ | | | | | | | Fixes #983: Added note about preferred MAC algorithm | |||||
| * | | Added link to crypto.se answer | Ayrx | 2014-05-01 | 1 | -0/+4 | |
| | | | ||||||
| * | | Added note about preferred MAC algorithm | Ayrx | 2014-05-01 | 1 | -0/+3 | |
|/ / | ||||||
* | | Merge pull request #981 from alex/c-style-guide | Paul Kehrer | 2014-04-30 | 1 | -4/+4 | |
|\ \ | |/ |/| | Fixed C style guide violation | |||||
| * | Foolish hobgoblin is best hobgoblin. | Alex Gaynor | 2014-04-30 | 1 | -1/+1 | |
| | | ||||||
| * | Fix two more violations | Alex Gaynor | 2014-04-30 | 1 | -2/+2 | |
| | |