| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | use SSL_get_session | Benjamin Peterson | 2015-01-07 | 1 | -2/+3 |
|
|
* | | expose the client's cipher suites from the handshake (closes #23186) | Benjamin Peterson | 2015-01-07 | 1 | -21/+51 |
|
|
* | | Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. | Antoine Pitrou | 2015-01-03 | 1 | -53/+0 |
|
|
* | | merge 3.4 (#22935) | Benjamin Peterson | 2014-12-06 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) | Benjamin Peterson | 2014-12-06 | 1 | -0/+4 |
|
|
* | | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The | Victor Stinner | 2014-11-28 | 1 | -0/+4 |
|
|
* | | merge 3.4 (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -12/+0 |
|\ \
| |/ |
|
| * | don't require OpenSSL SNI to pass hostname to ssl functions (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -6/+0 |
|
|
* | | Issue #21965: Add support for in-memory SSL to the ssl module. | Antoine Pitrou | 2014-10-05 | 1 | -76/+456 |
|
|
* | | Issue #20421: Add a .version() method to SSL sockets exposing the actual prot... | Antoine Pitrou | 2014-09-04 | 1 | -0/+13 |
|
|
* | | (Merge 3.4) Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format | Victor Stinner | 2014-07-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format requires | Victor Stinner | 2014-07-07 | 1 | -1/+1 |
|
|
* | | (Merge 3.4) Issue #21781: Make the ssl module "ssize_t clean" for parsing | Victor Stinner | 2014-07-01 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters. | Victor Stinner | 2014-07-01 | 1 | -2/+9 |
|
|
* | | Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() | Victor Stinner | 2014-05-14 | 1 | -3/+1 |
|/ |
|
* | Issue #21015: SSL contexts will now automatically select an elliptic curve fo... | Antoine Pitrou | 2014-03-22 | 1 | -0/+15 |
|
|
* | avoid a compiler warning about assigning const char * to char *. | Gregory P. Smith | 2014-01-17 | 1 | -1/+1 |
|\ |
|
| * | avoid a compiler warning about assigning const char * to char *. | Gregory P. Smith | 2014-01-17 | 1 | -1/+1 |
|
|
* | | Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a... | Antoine Pitrou | 2014-01-09 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | Remove conditional: it is useless at this point (OpenSSL headers are not yet ... | Antoine Pitrou | 2014-01-09 | 1 | -2/+0 |
|
|
| * | Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a... | Antoine Pitrou | 2014-01-09 | 1 | -2/+5 |
|
|
* | | (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now | Victor Stinner | 2013-12-19 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a | Victor Stinner | 2013-12-19 | 1 | -0/+5 |
|
|
* | | Issue #19509: Add SSLContext.check_hostname to match the peer's certificate | Christian Heimes | 2013-12-02 | 1 | -0/+35 |
|
|
* | | SNI was added in OpenSSL 0.9.8f [11 Oct 2007], too | Christian Heimes | 2013-11-28 | 1 | -1/+1 |
|
|
* | | Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ | Christian Heimes | 2013-11-23 | 1 | -0/+9 |
|
|
* | | Issue #19448: report name / NID in exception message of ASN1Object | Christian Heimes | 2013-11-22 | 1 | -3/+3 |
|
|
* | | Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). | Christian Heimes | 2013-11-22 | 1 | -4/+6 |
|
|
* | | Issue #17134: Finalize interface to Windows' certificate store. Cert and | Christian Heimes | 2013-11-22 | 1 | -95/+219 |
|
|
* | | downcast len to int. The code has already checked that len < INT_MAX | Christian Heimes | 2013-11-21 | 1 | -1/+1 |
|
|
* | | lst might be NULL here | Christian Heimes | 2013-11-21 | 1 | -1/+1 |
|
|
* | | Issue #8813: Add SSLContext.verify_flags to change the verification flags | Christian Heimes | 2013-11-21 | 1 | -0/+49 |
|
|
* | | Issue #19682: Fix compatibility issue with old version of OpenSSL that | Christian Heimes | 2013-11-21 | 1 | -0/+6 |
|
|
* | | Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP | Christian Heimes | 2013-11-21 | 1 | -1/+151 |
|
|
* | | Issue #18138: Implement cadata argument of SSLContext.load_verify_location() | Christian Heimes | 2013-11-21 | 1 | -27/+167 |
|
|
* | | Safely downcast SOCKET_T to int in _ssl module | Christian Heimes | 2013-11-18 | 1 | -3/+5 |
|
|
* | | Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, N... | Christian Heimes | 2013-11-17 | 1 | -0/+91 |
|
|
* | | Issue #19437: Fix newPySSLSocket(), handle PyWeakref_NewRef() failure | Victor Stinner | 2013-10-31 | 1 | -0/+4 |
|
|
* | | Issue #19437: Fix fill_and_set_sslerror() of _ssl, handle Py_BuildValue() | Victor Stinner | 2013-10-31 | 1 | -1/+5 |
|
|
* | | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS... | Christian Heimes | 2013-10-29 | 1 | -67/+0 |
|\ \
| |/ |
|
| * | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS... | Christian Heimes | 2013-10-29 | 1 | -67/+0 |
|
|
* | | #19227: merge with 3.3 | Georg Brandl | 2013-10-27 | 1 | -7/+8 |
|\ \
| |/ |
|
| * | Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL | Georg Brandl | 2013-10-27 | 1 | -7/+8 |
|
|
* | | Properly initialize all fields of a SSL object after allocation. | Antoine Pitrou | 2013-09-29 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Properly initialize all fields of a SSL object after allocation. | Antoine Pitrou | 2013-09-29 | 1 | -0/+1 |
|
|
* | | Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL hand... | Antoine Pitrou | 2013-09-29 | 1 | -1/+9 |
|
|
* | | Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA... | Christian Heimes | 2013-09-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMA... | Christian Heimes | 2013-09-05 | 1 | -1/+1 |
|
|
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -1/+1 |
|
|
* | | Issue #18747: Fix spelling errors in my commit message and comments, | Christian Heimes | 2013-08-25 | 1 | -2/+2 |
|\ \
| |/ |
|