Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix ssl.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -3/+3 | |
| | | ||||||
* | | Fix x509_vfy.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -15/+16 | |
| | | ||||||
* | | a few fixes,, remove unneeded conditional on binding | Paul Kehrer | 2014-06-21 | 1 | -13/+3 | |
| | | ||||||
* | | Add many (all?) X509_STORE_CTX methods | Laurens Van Houtven | 2014-06-21 | 1 | -0/+31 | |
| | | ||||||
* | | Add STACK_OF(X509_CRL) | Laurens Van Houtven | 2014-06-21 | 1 | -0/+2 | |
|/ | ||||||
* | Comment style consistency | Laurens Van Houtven | 2014-06-20 | 1 | -3/+3 | |
| | ||||||
* | Move X509_STORE functions to x509_vfy.py | Laurens Van Houtven | 2014-06-20 | 2 | -7/+9 | |
| | ||||||
* | Move X509_STORE_CTX out of ssl.py | Laurens Van Houtven | 2014-06-20 | 2 | -11/+10 | |
| | | | | Refs #1140. | |||||
* | Whitespace fix | Laurens Van Houtven | 2014-06-20 | 1 | -1/+0 | |
| | ||||||
* | Move verification errors into x509_vfy | Laurens Van Houtven | 2014-06-20 | 2 | -124/+126 | |
| | | | | | | | Refs #1140. Cc @ayrx: it may be a good idea to test this since it touches the special constant that was secretly added to Fedora 20's OpenSSL 1.0.1e. | |||||
* | Cryptography_HAS_10x_**VERIFICATION**_ERROR_CODES | Laurens Van Houtven | 2014-06-20 | 1 | -8/+8 | |
| | ||||||
* | Fix comment typo | Laurens Van Houtven | 2014-06-18 | 1 | -1/+1 | |
| | ||||||
* | Remove spurious constant definition | Laurens Van Houtven | 2014-06-18 | 1 | -1/+0 | |
| | ||||||
* | Conditionally add X509_V_FLAG_TRUSTED_FIRST | Laurens Van Houtven | 2014-06-18 | 1 | -1/+13 | |
| | ||||||
* | Manually check for X509_V_FLAG_CHECK_SS_SIGNATURE | Laurens Van Houtven | 2014-06-17 | 1 | -0/+10 | |
| | ||||||
* | Whitespace style fixes | Laurens Van Houtven | 2014-06-17 | 1 | -8/+16 | |
| | ||||||
* | Not all 1.0.2 releases! | Laurens Van Houtven | 2014-06-17 | 1 | -2/+12 | |
| | ||||||
* | Add X509 verification parameters and associated functions | Laurens Van Houtven | 2014-06-17 | 2 | -0/+134 | |
| | ||||||
* | Merge pull request #1139 from lvh/openssl-cert-verification-codes | Alex Stapleton | 2014-06-16 | 3 | -4/+122 | |
|\ | | | | | OpenSSL certificate verification error codes | |||||
| * | Apparently, all of these were in 1.0.0 too | Laurens Van Houtven | 2014-06-16 | 1 | -7/+6 | |
| | | ||||||
| * | X509_V_ERR_UNNESTED_RESOURCE is old | Laurens Van Houtven | 2014-06-16 | 1 | -1/+0 | |
| | | ||||||
| * | I have no idea what a constralong is | Laurens Van Houtven | 2014-06-16 | 1 | -4/+4 | |
| | | ||||||
| * | Add verification error codes | Laurens Van Houtven | 2014-06-16 | 2 | -2/+123 | |
| | | ||||||
| * | Minor style fix | Laurens Van Houtven | 2014-06-16 | 1 | -2/+1 | |
| | | ||||||
* | | change from unsigned size_t to size_t since size_t is always defined as ↵ | Chirag Jog | 2014-06-16 | 1 | -1/+1 | |
| | | | | | | | | unsigned. | |||||
* | | Fix the comment to conform to PEP8 standards. | Chirag Jog | 2014-06-16 | 1 | -6/+8 | |
| | | ||||||
* | | Use size_t as the per definition of aes.h . size_t translates correctly to ↵ | Chirag Jog | 2014-06-16 | 1 | -1/+1 | |
|/ | | | | | | int or long based on arch type. | |||||
* | Fixed up a few issues | Alex Gaynor | 2014-06-09 | 1 | -1/+1 | |
| | ||||||
* | Added OPENSSL_config declaration | timic | 2014-06-09 | 1 | -0/+2 | |
| | ||||||
* | trivial style fix in bindings | Paul Kehrer | 2014-06-07 | 1 | -2/+2 | |
| | ||||||
* | Add ALPN support. | Cory Benfield | 2014-06-07 | 1 | -0/+45 | |
| | ||||||
* | remove an irrelevant comment | Paul Kehrer | 2014-05-31 | 1 | -1/+1 | |
| | ||||||
* | refactor into separate files | Paul Kehrer | 2014-05-31 | 6 | -69/+195 | |
| | ||||||
* | add new link args | Paul Kehrer | 2014-05-31 | 1 | -0/+1 | |
| | ||||||
* | add new security framework bindings | Paul Kehrer | 2014-05-31 | 3 | -0/+278 | |
| | ||||||
* | Add ASN1_STRING_set_default_mask_asc | D.S. Ljungmark | 2014-05-31 | 1 | -0/+3 | |
| | | | | Required to prevent pyOpenSSL from writing deprecated T.61 strings | |||||
* | Error codes are different in OpenSSL 1.0.1 | Alex Stapleton | 2014-05-27 | 1 | -0/+1 | |
| | ||||||
* | Bind another error code | Alex Stapleton | 2014-05-27 | 1 | -0/+1 | |
| | ||||||
* | load the openssl version text based on the loaded library | Paul Kehrer | 2014-05-21 | 1 | -0/+2 | |
| | ||||||
* | add AES CTR support to OpenSSL 0.9.8 | Paul Kehrer | 2014-05-20 | 1 | -0/+6 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | remove the macro we just added | Paul Kehrer | 2014-05-16 | 1 | -3/+0 | |
| | ||||||
* | add a CMS macro | Paul Kehrer | 2014-05-16 | 1 | -0/+3 | |
| | ||||||
* | Function to get current compression and expansion | PhiBo | 2014-05-11 | 1 | -0/+5 | |
| | ||||||
* | 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 | |
| |