Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | | | ||||||
* | | | | add some more functions for manipulating EVP_PKEY objects | Paul Kehrer | 2014-04-23 | 1 | -0/+11 | |
|/ / / | ||||||
* | | | Added _REASON | Ayrx | 2014-04-22 | 1 | -1/+2 | |
| | | | ||||||
* | | | Added tests for multibackend | Ayrx | 2014-04-22 | 1 | -3/+9 | |
| | | | ||||||
* | | | Added CMACBackend to multibackend | Ayrx | 2014-04-22 | 1 | -2/+11 | |
|/ / | ||||||
* | | Merge pull request #953 from Ayrx/fix-cmac-missing-coverage | Paul Kehrer | 2014-04-22 | 1 | -13/+3 | |
|\ \ | | | | | | | Added missing tests for CMAC 100% coverage | |||||
| * | | Added missing tests for 100% coverage | Ayrx | 2014-04-22 | 1 | -13/+3 | |
| | | | ||||||
* | | | Merge pull request #948 from skeuomorf/dsa-sig-bindings | Alex Stapleton | 2014-04-22 | 1 | -0/+8 | |
|\ \ \ | |/ / |/| | | Add bindings for DSA_SIG and related functions | |||||
| * | | Add bindings for DSA_SIG and related functions | Mohammed Attia | 2014-04-22 | 1 | -0/+8 | |
| | | | ||||||
* | | | Merge pull request #931 from Ayrx/cmac-implementation | Alex Stapleton | 2014-04-22 | 2 | -2/+158 | |
|\ \ \ | | | | | | | | | CMAC implementation and docs | |||||
| * | | | Added more copy() tests | Ayrx | 2014-04-22 | 1 | -3/+2 | |
| | | | |