- 5503d47 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 9 years ago
- 1378f7c merge 3.4 (closes #25939) by Benjamin Peterson · 9 years ago
- 9491272 open the cert store readonly by Benjamin Peterson · 9 years ago
- 3b1a8b3 enable SSL_MODE_RELEASE_BUFFERS by Benjamin Peterson · 9 years ago
- 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
- fcc2e71 merge 3.4 (#25578) by Benjamin Peterson · 9 years ago
- 025a1fd rm trailing ws by Benjamin Peterson · 9 years ago
- f0c9038 fix possible memory lea k in _get_aia_uri (closes #25578) by Benjamin Peterson · 9 years ago
- 2463001 merge 3.4 (#25569) by Benjamin Peterson · 9 years ago
- 806fb25 fix build with older openssl (#25569) by Benjamin Peterson · 9 years ago
- 45bde5d merge 3.4 (#25530) by Benjamin Peterson · 9 years ago
- a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
- 86429bd merge 3.5 (#25569) by Benjamin Peterson · 9 years ago
- eda06c8 fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
- f51d715 Issue #25523: Further a-to-an corrections new in 3.5. by Serhiy Storchaka · 9 years ago
- a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
- d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
- d330822 detect alpn by feature flag not openssl version (closes #23329) by Benjamin Peterson · 9 years ago
- d113c96 improve style of the convert macro (#24655) by Benjamin Peterson · 10 years ago
- 0544cf0 merge 3.4 (#24655) by Benjamin Peterson · 10 years ago
- dbfdc38 Issue #24001: Argument Clinic converters now use accept={type} by Larry Hastings · 10 years ago
- 4b7b82f Issue #20179: Converted the _ssl module to Argument Clinic. by Serhiy Storchaka · 10 years ago
- 1469070 Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each by Victor Stinner · 10 years ago
- 7d71c97 merge 3.4 (#23875) by Benjamin Peterson · 10 years ago
- 43b8427 remove extra arguments in arg parsing format codes (closes #23875) by Benjamin Peterson · 10 years ago
- 4e3cfa4 Issue #23853: Cleanup _ssl.c by Victor Stinner · 10 years ago
- 869e177 Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING by Victor Stinner · 10 years ago
- ea9c0dd Issue #22117: Fix usage of _PyTime_AsTimeval() by Victor Stinner · 10 years ago
- e245231 Issue #22117: Fix ssl to use _PyTime_t API on sock_timeout by Victor Stinner · 10 years ago
- 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 10 years ago
- e42ccd2 Issue #23694: Enhance _Py_fopen(), it now raises an exception on error by Victor Stinner · 10 years ago
- de8eca4 merge 3.4 by Benjamin Peterson · 10 years ago
- 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
- b64ae7b merge 3.4 (#23476) by Benjamin Peterson · 10 years ago
- fdb1971 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 10 years ago
- 0bfd0a4 Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. by Antoine Pitrou · 10 years ago
- f7f3b0a Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. by Antoine Pitrou · 10 years ago
- 4d0d982 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago
- 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago
- c54de47 ifdef our way to compatibility with old openssl (closes #23335) by Benjamin Peterson · 10 years ago
- 07f0515 disable ALPN on LibreSSL, which has a large version number, but not ALPN support (closes #23329) by Benjamin Peterson · 10 years ago
- 8861502 prefer server alpn ordering over the client's by Benjamin Peterson · 10 years ago
- cca2732 add support for ALPN (closes #20188) by Benjamin Peterson · 10 years ago
- baf7c1e use SSL_get_session by Benjamin Peterson · 10 years ago
- 4cb1781 expose the client's cipher suites from the handshake (closes #23186) by Benjamin Peterson · 10 years ago
- fcfed19 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
- 5e8430d Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. by Antoine Pitrou · 10 years ago
- e32467c allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) by Benjamin Peterson · 10 years ago
- 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
- 22293df merge 3.4 (#22935) by Benjamin Peterson · 10 years ago
- beeb512 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
- f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
- b1fdf47 Issue #21965: Add support for in-memory SSL to the ssl module. by Antoine Pitrou · 10 years ago
- 47e4042 Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Antoine Pitrou · 10 years ago
- e03de09 (Merge 3.4) Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format by Victor Stinner · 11 years ago
- cd75298 Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format requires by Victor Stinner · 11 years ago
- 7f08406 (Merge 3.4) Issue #21781: Make the ssl module "ssize_t clean" for parsing by Victor Stinner · 11 years ago
- 2e57b4e Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters. by Victor Stinner · 11 years ago
- 45e8e2f Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() by Victor Stinner · 11 years ago
- 0bebbc3 Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". by Antoine Pitrou · 11 years ago
- 83fed26 avoid a compiler warning about assigning const char * to char *. by Gregory P. Smith · 11 years ago
- f348909 avoid a compiler warning about assigning const char * to char *. by Gregory P. Smith · 11 years ago
- 78ace81 Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 11 years ago
- 2f7c316 Remove conditional: it is useless at this point (OpenSSL headers are not yet included) by Antoine Pitrou · 11 years ago
- cd3d7ca Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 11 years ago
- 36e96b8 (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now by Victor Stinner · 11 years ago
- 1e81a39 Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a by Victor Stinner · 11 years ago
- 1aa9a75 Issue #19509: Add SSLContext.check_hostname to match the peer's certificate by Christian Heimes · 11 years ago
- 470fba1 SNI was added in OpenSSL 0.9.8f [11 Oct 2007], too by Christian Heimes · 11 years ago
- 2427b50 Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ by Christian Heimes · 11 years ago
- 5398e1a Issue #19448: report name / NID in exception message of ASN1Object by Christian Heimes · 11 years ago
- f22e8e5 Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). by Christian Heimes · 11 years ago
- 44109d7 Issue #17134: Finalize interface to Windows' certificate store. Cert and by Christian Heimes · 11 years ago
- 1dbf61f downcast len to int. The code has already checked that len < INT_MAX by Christian Heimes · 11 years ago
- 18fc7be lst might be NULL here by Christian Heimes · 11 years ago
- 2258779 Issue #8813: Add SSLContext.verify_flags to change the verification flags by Christian Heimes · 11 years ago
- 949ec14 Issue #19682: Fix compatibility issue with old version of OpenSSL that by Christian Heimes · 11 years ago
- bd3a7f9 Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP by Christian Heimes · 11 years ago
- efff706 Issue #18138: Implement cadata argument of SSLContext.load_verify_location() by Christian Heimes · 11 years ago
- b08ff7d Safely downcast SOCKET_T to int in _ssl module by Christian Heimes · 11 years ago
- a6bc95a Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, NID, short name and long name. by Christian Heimes · 11 years ago
- a9eb38f Issue #19437: Fix newPySSLSocket(), handle PyWeakref_NewRef() failure by Victor Stinner · 11 years ago
- ba9be47 Issue #19437: Fix fill_and_set_sslerror() of _ssl, handle Py_BuildValue() by Victor Stinner · 11 years ago
- ee0bac6 Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
- fb6b44e Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
- 81be27d Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL by Georg Brandl · 11 years ago
- fb404f5 #19227: merge with 3.3 by Georg Brandl · 11 years ago
- b2201e1 Properly initialize all fields of a SSL object after allocation. by Antoine Pitrou · 11 years ago
- 860aee7 Properly initialize all fields of a SSL object after allocation. by Antoine Pitrou · 11 years ago
- 20b8555 Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL handshake hasn't been done. by Antoine Pitrou · 11 years ago
- 2d7aba3 Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case by Christian Heimes · 11 years ago
- 60bf2fc Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case by Christian Heimes · 11 years ago
- daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
- cfa4796 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
- 61636e7 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
- cabbde9 Fix compiler warning on Windows. by Richard Oudkerk · 11 years ago
- f54c246 Issue #18747: Use a parent atfork handler instead of a child atfork handler. by Christian Heimes · 11 years ago
- 80c5de9 Issue #18747: Use a parent atfork handler instead of a child atfork handler. by Christian Heimes · 11 years ago
- 6acbe2a Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
- f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago