Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Bind another error code | Alex Stapleton | 2014-05-27 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | PKCS#8 serialized key loading | Alex Stapleton | 2014-05-27 | 3 | -5/+37 | |
| |/ / |/| | | ||||||
* | | | add generate_rsa_parameters_supported to RSABackend | Paul Kehrer | 2014-05-25 | 3 | -0/+19 | |
| | | | ||||||
* | | | add rsa_padding_supported interface to RSABackend and OpenSSL backend | Paul Kehrer | 2014-05-24 | 3 | -0/+22 | |
|/ / | ||||||
* | | Merge pull request #959 from public/openssl-loading-backend | Paul Kehrer | 2014-05-22 | 2 | -1/+163 | |
|\ \ | | | | | | | OpenSSL loading backend | |||||
| * | | Updated docstrings | Alex Stapleton | 2014-05-16 | 1 | -2/+10 | |
| | | | ||||||
| * | | DSA support | Alex Stapleton | 2014-05-03 | 1 | -0/+14 | |
| | | | ||||||
| * | | OpenSSL key loading implementation | Alex Stapleton | 2014-05-03 | 2 | -1/+141 | |
| | | | ||||||
* | | | load the openssl version text based on the loaded library | Paul Kehrer | 2014-05-21 | 2 | -2/+7 | |
| | | | ||||||
* | | | rename all the things if you want them to work | Paul Kehrer | 2014-05-21 | 1 | -2/+2 | |
| | | | ||||||
* | | | add test to verify AES CTR is always available in 0.9.8+, comment updates | Paul Kehrer | 2014-05-21 | 1 | -4/+6 | |
| | | | ||||||
* | | | add some comments to explain the existence of AESCTRCipherContext | Paul Kehrer | 2014-05-21 | 1 | -0/+8 | |
| | | | ||||||
* | | | allocate only 16 bytes | Paul Kehrer | 2014-05-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | cffi allocates 17 bytes (one for trailing null), but that isn't used by this function so we don't need to allocate it. | |||||
* | | | add AES CTR support to OpenSSL 0.9.8 | Paul Kehrer | 2014-05-20 | 2 | -2/+55 | |
| | | | ||||||
* | | | Add OPENSSL_EC_NAMED_CURVE constant | Alex Stapleton | 2014-05-18 | 1 | -0/+6 | |
| | | | ||||||
* | | | Add EC_GROUP_get_degree binding | Alex Stapleton | 2014-05-18 | 1 | -0/+5 | |
| | | | ||||||
* | | | Make exceptions end with a period consistently | Ayrx | 2014-05-18 | 20 | -162/+164 | |
| | | | ||||||
* | | | We don't need six.binary_type, it's always bytes | Alex Gaynor | 2014-05-17 | 8 | -27/+16 | |
| | | | ||||||
* | | | Simplified exception message | Ayrx | 2014-05-17 | 8 | -64/+16 | |
| | | | ||||||
* | | | Fixed TypeError and added documentation | Ayrx | 2014-05-17 | 8 | -36/+67 | |
| | | | ||||||
* | | | remove the macro we just added | Paul Kehrer | 2014-05-16 | 1 | -3/+0 | |
| | | | ||||||
* | | | Merge pull request #1046 from reaperhulk/add-cms-macro | Alex Gaynor | 2014-05-16 | 1 | -0/+3 | |
|\ \ \ | | | | | | | | | add a CMS macro | |||||
| * | | | add a CMS macro | Paul Kehrer | 2014-05-16 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Fix | Alex Gaynor | 2014-05-16 | 1 | -1/+5 | |
| | | | | ||||||
* | | | | Reduce duplication. Also improve error message | Alex Gaynor | 2014-05-16 | 1 | -25/+12 | |
| | | | | ||||||
* | | | | sometimes you can't read and leave things in | Paul Kehrer | 2014-05-16 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | native_size is not needed with the CFB8 approach we chose | Paul Kehrer | 2014-05-16 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backends | Paul Kehrer | 2014-05-15 | 3 | -10/+32 | |
|/ / / | ||||||
* | | | Simplify some code that was needlessly complex | Alex Gaynor | 2014-05-15 | 1 | -3/+1 | |
| | | | ||||||
* | | | Function to get current compression and expansion | PhiBo | 2014-05-11 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge pull request #1016 from Ayrx/hkdf-expand-only | Alex Stapleton | 2014-05-10 | 1 | -17/+47 | |
|\ \ \ | | | | | | | | | HKDF Expand Only implementation | |||||
| * | | | Minor fixes | Ayrx | 2014-05-09 | 1 | -7/+1 | |
| | | | | ||||||
| * | | | Modified HKDF to use HKDFExpand | Ayrx | 2014-05-07 | 1 | -34/+47 | |
| | | | | ||||||
| * | | | Renamed HKDFExpandOnly to HKDFExpand | Ayrx | 2014-05-07 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fixed test failures | Ayrx | 2014-05-06 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Added HKDFExpandOnly | Ayrx | 2014-05-05 | 1 | -0/+22 | |
| |/ / | ||||||
* | | | Multibackend now supports all of RSABackend | Paul Kehrer | 2014-05-09 | 1 | -0/+18 | |
| | | | | | | | | | | | | Also convert some examples to doctest | |||||
* | | | Add missing type SSL_OP_LEGACY_SERVER_CONNECT | PhiBo | 2014-05-07 | 1 | -0/+1 | |
| | | | ||||||
* | | | Fix to build without secure renegotiation support | PhiBo | 2014-05-07 | 1 | -5/+7 | |
| | | | ||||||
* | | | Conditional binding for secure renegotiation | PhiBo | 2014-05-06 | 1 | -6/+11 | |
| | | | ||||||
* | | | style fixes and conditional binding for SSL_OP_ALLOW_UNSAFE_RENEGOTIATION | Paul Kehrer | 2014-05-06 | 1 | -4/+15 | |
| | | | ||||||
* | | | Add macro to get secure renegotiation support | PhiBo | 2014-05-04 | 1 | -0/+2 | |
| | | | ||||||
* | | | Add support for SSL_get_ciphers() | PhiBo | 2014-05-04 | 1 | -0/+7 | |
|/ / | ||||||
* | | Merge pull request #1007 from alex/warning-stacklevel | Paul Kehrer | 2014-05-03 | 1 | -2/+4 | |
|\ \ | | | | | | | Warn at the right stacklevel | |||||
| * | | Warn at the right stacklevel | Alex Gaynor | 2014-05-03 | 1 | -2/+4 | |
| | | | ||||||
* | | | Merge pull request #1005 from reaperhulk/update-deprecation | Alex Gaynor | 2014-05-03 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | update deprecation warnings from 0.4 release for 0.5 | |||||
| * | | update deprecation warnings from 0.4 release for 0.5 | Paul Kehrer | 2014-05-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | update versions and reopen master | Paul Kehrer | 2014-05-03 | 1 | -1/+1 | |
|/ / | ||||||
* | | bump version to 0.4 | Paul Kehrer | 2014-05-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #998 from reaperhulk/dsa-multibackend | Alex Gaynor | 2014-05-02 | 1 | -0/+25 | |
|\ \ | | | | | | | DSA sign/verify multibackend |