Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | these constants no longer exist in 1.1.0 and we weren't using them (#2930) | Paul Kehrer | 2016-05-30 | 1 | -43/+0 |
| | |||||
* | a few more func->macro transitions for 1.1.0 compatibility (#2885) | Paul Kehrer | 2016-04-30 | 1 | -1/+3 |
| | |||||
* | Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868) | Amaury Forgeot d'Arc | 2016-04-08 | 1 | -0/+22 |
| | | | | | | | | | | | | | | * Add more bindings to OpenSSL, all are used by the Python _ssl module. * Add a conditional: SSL_CTX_clear_options() does not exist before 0.9.8m * 80 cols * Condionally define the TLSEXT error codes. * Address review comments * Remove all parameter names | ||||
* | remove EVP_F_EVP_PKEY2PKCS8_BROKEN, an err function const we never used | Paul Kehrer | 2016-03-17 | 1 | -1/+0 |
| | |||||
* | remove some error codes we don't use | Paul Kehrer | 2016-03-10 | 1 | -8/+0 |
| | |||||
* | error loading strings that no longer exist and are unused | Paul Kehrer | 2016-03-09 | 1 | -2/+0 |
| | |||||
* | added the correct error handling for the failing test | Alex Gaynor | 2016-03-05 | 1 | -0/+1 |
| | |||||
* | RSA_R_OAEP_DECODING_ERROR is pretty ubiquitous | Paul Kehrer | 2015-12-27 | 1 | -8/+0 |
| | |||||
* | Add support for RSA_R_OAEP_DECODING_ERROR error flag. | Christopher Grebs | 2015-12-27 | 1 | -0/+9 |
| | |||||
* | remove openssl CONDITIONAL_NAMES | Paul Kehrer | 2015-08-03 | 1 | -26/+0 |
| | |||||
* | handle RSA key too small and consume errors on CSR signature failure | Paul Kehrer | 2015-07-25 | 1 | -0/+1 |
| | |||||
* | bind ERR_clear_error | Glyph | 2015-06-27 | 1 | -0/+1 |
| | |||||
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 1 | -0/+361 |