Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document that the OpenSSL backend conforms to the CMACBackend interface | Paul Kehrer | 2014-05-01 | 1 | -0/+1 |
| | |||||
* | 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 |
| | | |||||
| * | Fixed C style guide violation | Alex Gaynor | 2014-04-30 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #980 from reaperhulk/dsa-sig-serializer | Alex Stapleton | 2014-04-30 | 5 | -5/+45 |
|\ \ | |/ |/| | dss_sig_value: Pure python conversion of (r, s) to byte stream | ||||
| * | negative test | Paul Kehrer | 2014-04-30 | 1 | -0/+3 |
| | | |||||
| * | we should use der rather than ber | Paul Kehrer | 2014-04-30 | 1 | -1/+1 |
| | | | | | | | | Doesn't make a difference in this specific case but it is correct. | ||||
| * | rename dss_sig_value -> der_encode_dsa_signature | Paul Kehrer | 2014-04-30 | 2 | -7/+9 |
| | | |||||
| * | make DSSSigValue class private | Paul Kehrer | 2014-04-30 | 1 | -2/+2 |
| | | |||||
| * | use pyasn1 for creating the dss-sig-value structure | Paul Kehrer | 2014-04-30 | 5 | -33/+15 |
| | | |||||
| * | dss_sig_value: Pure python conversion of (r, s) to byte stream | Paul Kehrer | 2014-04-30 | 2 | -5/+58 |
|/ | |||||
* | Merge pull request #979 from alex/short-link | Paul Kehrer | 2014-04-29 | 1 | -1/+1 |
|\ | | | | | Use the short name in the docs | ||||
| * | Use the short name in the docs | Alex Gaynor | 2014-04-29 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #978 from alex/exception-import-fix | Paul Kehrer | 2014-04-29 | 1 | -12/+14 |
|\ | | | | | Don't import the exceptions module directly. | ||||
| * | Don't import the exceptions module directly. | Alex Gaynor | 2014-04-29 | 1 | -12/+14 |
|/ | | | | | The name "exceptions" is way too common for modules, so it's crappy to put that name in the namespace, just import the classes we need. | ||||
* | Merge pull request #974 from reaperhulk/padding-docs | Alex Gaynor | 2014-04-27 | 1 | -0/+4 |
|\ | | | | | document exceptions for padding | ||||
| * | document exceptions for padding | Paul Kehrer | 2014-04-27 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #962 from reaperhulk/rsa-enc | Alex Gaynor | 2014-04-26 | 9 | -35/+283 |
|\ | | | | | RSA encryption support | ||||
| * | update some decryption tests | Paul Kehrer | 2014-04-25 | 1 | -3/+3 |
| | | |||||
| * | move ct length check into decrypt function, address review comments | Paul Kehrer | 2014-04-25 | 2 | -17/+12 |
| | | |||||
| * | another style fix in the rsa tests that I missed last time... | Paul Kehrer | 2014-04-24 | 1 | -2/+2 |
| | | |||||
| * | improve style in test, update docs for rsa encryption review | Paul Kehrer | 2014-04-24 | 2 | -2/+3 |
| | | |||||
| * | determine operation type by isinstance on the key | Paul Kehrer | 2014-04-24 | 1 | -13/+13 |
| | | |||||
| * | change doctest to codeblock until we add multibackend support for encrypt | Paul Kehrer | 2014-04-24 | 1 | -16/+16 |
| | | |||||
| * | update changelog | Paul Kehrer | 2014-04-24 | 1 | -0/+2 |
| | |