Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | expand DSA multibackend support | Paul Kehrer | 2014-05-02 | 1 | -0/+25 | |
| | | | ||||||
* | | | Make sure the signature is truncated properly | Alex Stapleton | 2014-05-02 | 1 | -1/+2 | |
|/ / | ||||||
* | | this isn't an invalidsignature | Paul Kehrer | 2014-05-01 | 1 | -5/+1 | |
| | | ||||||
* | | DSA signing support (this is mostly skeuomorf's work, credit to him) | Paul Kehrer | 2014-05-01 | 3 | -0/+74 | |
| | | ||||||
* | | CentOS, does my offering please you? | Paul Kehrer | 2014-05-01 | 1 | -4/+3 | |
| | | ||||||
* | | 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 #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 | 3 | -0/+101 | |
|\ \ \ | | | | | | | | | DSA verification | |||||
| * | | | add check to ensure only invalid ASN1 gives InvalidSignature in DSA | Paul Kehrer | 2014-05-01 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | updates for review feedback | Paul Kehrer | 2014-05-01 | 2 | -14/+9 | |
| | | | | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | remove hash check in verifier as this isn't a proper restriction | Paul Kehrer | 2014-04-30 | 1 | -8/+1 | |
| | | | | ||||||
| * | | | remove dsa_signature_from_components since it's no longer needed | Paul Kehrer | 2014-04-30 | 2 | -24/+0 | |
| | | | | ||||||
| * | | | Add DSA verification | Mohammed Attia | 2014-04-30 | 3 | -1/+134 | |
| | |/ | |/| | ||||||
* | | | SSL_state_string_long to support pyOpenSSL `Connection.state_string` | Jean-Paul Calderone | 2014-05-01 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | 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 | |
| | | ||||||
* | | 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 #962 from reaperhulk/rsa-enc | Alex Gaynor | 2014-04-26 | 3 | -31/+69 | |
|\ | | | | | RSA encryption support | |||||
| * | move ct length check into decrypt function, address review comments | Paul Kehrer | 2014-04-25 | 1 | -4/+4 | |
| | | ||||||
| * | determine operation type by isinstance on the key | Paul Kehrer | 2014-04-24 | 1 | -13/+13 | |
| | | ||||||
| * | RSA encryption support | Paul Kehrer | 2014-04-24 | 3 | -30/+68 | |
| | | ||||||
* | | Merge pull request #972 from public/padding-docs | Paul Kehrer | 2014-04-26 | 1 | -4/+5 | |
|\ \ | | | | | | | Use AlreadyFinalized instead of ValueError | |||||
| * | | Use AlreadyFinalized not ValueError | Alex Stapleton | 2014-04-25 | 1 | -4/+5 | |
| | | | ||||||
* | | | Merge pull request #958 from public/openssl-loading-backend-iface | Paul Kehrer | 2014-04-25 | 2 | -2/+3 | |
|\ \ \ | | | | | | | | | Rename OpenSSLSerializationBackend | |||||
| * | | | Rename OpenSSLSerializationBackend | Alex Stapleton | 2014-04-25 | 2 | -2/+3 | |
| | | | | ||||||
* | | | | backend->self in a few places | Paul Kehrer | 2014-04-25 | 1 | -3/+3 | |
|/ / / | ||||||
* | | | Add bindings for DSA_sign and DSA_verify | Mohammed Attia | 2014-04-25 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge pull request #965 from reaperhulk/make-build-ffi-more-flexible | Alex Gaynor | 2014-04-24 | 3 | -6/+15 | |
|\ \ \ | | | | | | | | | expand build_ffi helper function | |||||
| * | | | set defaults on build_ffi | Paul Kehrer | 2014-04-24 | 3 | -9/+2 | |
| | | | | ||||||
| * | | | expand build_ffi helper function | Paul Kehrer | 2014-04-24 | 3 | -6/+22 | |
| | |/ | |/| | ||||||
* | | | fix a style violation | Paul Kehrer | 2014-04-24 | 1 | -2/+2 | |
| | | | ||||||
* | | | add more d2i/i2d bindings because sometimes you just don't want bios | Paul Kehrer | 2014-04-24 | 1 | -0/+10 | |
|/ / | ||||||
* | | Add binding for DSA_size | Mohammed Attia | 2014-04-24 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #949 from reaperhulk/rsa-oaep-decrypt | Alex Gaynor | 2014-04-23 | 2 | -1/+37 | |
|\ \ | | | | | | | OAEP support for RSA decryption | |||||
| * | | OAEP support for RSA decryption | Paul Kehrer | 2014-04-22 | 2 | -1/+37 | |
| | | | ||||||
* | | | Merge pull request #957 from reaperhulk/some-serialization-bindings | Hynek Schlawack | 2014-04-23 | 1 | -1/+43 | |
|\ \ \ | | | | | | | | | Add many d2i/i2d bindings | |||||
| * | | | Add many d2i/i2d bindings | Paul Kehrer | 2014-04-23 | 1 | -1/+43 | |
| | | | |