- 01 Eki, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported.
-
- 28 Agu, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
greater than FD_SETSIZE.
-
- 25 Agu, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
to be used if the private key is encrypted. Patch by Adam Simpkins.
-
- 20 Tem, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
to get channel binding data for the current SSL session (only the "tls-unique" channel binding is implemented). This allows the implementation of certain authentication mechanisms such as SCRAM-SHA-1-PLUS. Patch by Jacek Konieczny.
-
- 08 Tem, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
reset, check the version of the OpenSSL headers Python was compiled against, rather than the runtime version of the OpenSSL library.
-
- 24 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
module.
-
- 09 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2 protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid. Optimize also ssl.get_protocol_name(): speed does matter!
-
- 08 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
OpenSSL is now compiled with OPENSSL_NO_SSL2 defined (without the SSLv2 protocol) on Debian: fix the ssl module on Debian Testing and Debian Sid. Optimize also ssl.get_protocol_name(): speed does matter!
-
- 03 Nis, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 22 Şub, 2011 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 29 Ock, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Patch reviewed by Antoine Pitrou, okayed by Georg Brandl.
-
- 09 Ara, 2010 2 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87140 | hirokazu.yamamoto | 2010-12-09 19:49:00 +0900 (木, 09 12 2010) | 2 lines Should call Py_INCREF for Py_None (Modules/_ssl.c: PySSL_cipher) ........
-
Hirokazu Yamamoto yazdı
-
- 03 Ara, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
SSLError on socket timeouts.
-
- 17 Kas, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 09 Kas, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
of SSL sockets now has additional items such as `issuer` and `notBefore`.
-
- 22 Eki, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
in order to support the TLS SNI extension. `HTTPSConnection` and `urlopen()` also use this argument, so that HTTPS virtual hosts are now supported.
-
- 13 Eki, 2010 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85432 | benjamin.peterson | 2010-10-13 17:06:39 -0500 (Wed, 13 Oct 2010) | 1 line constify to appease compiler warnings ........
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
for the OpenSSL server-side session cache.
-
Gregory P. Smith yazdı
-
- 12 Eki, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 03 Eyl, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84464 | antoine.pitrou | 2010-09-03 20:38:17 +0200 (ven., 03 sept. 2010) | 3 lines Issue #3805: clean up implementation of the _read method in _ssl.c. ........
-
Antoine Pitrou yazdı
-
- 01 Eyl, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Giampaolo Rodolà yazdı
Issue #9693 - msg 115273: attempt to fix ssl module failures on certain OpenSSL versions by calling ERR_clear_error() before raising IOError
-
- 29 Agu, 2010 1 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
-
- 03 Agu, 2010 2 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83677 | mark.dickinson | 2010-08-03 19:31:54 +0100 (Tue, 03 Aug 2010) | 1 line Fix memory leak in ssl module. ........
-
Mark Dickinson yazdı
-
- 25 Haz, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r82211 | antoine.pitrou | 2010-06-25 02:07:34 +0200 (ven., 25 juin 2010) | 10 lines Merged revisions 82210 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r82210 | antoine.pitrou | 2010-06-25 02:03:21 +0200 (ven., 25 juin 2010) | 4 lines Issue #9075: In the ssl module, remove the setting of a `debug` flag on an OpenSSL structure. ........ ................
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r82210 | antoine.pitrou | 2010-06-25 02:03:21 +0200 (ven., 25 juin 2010) | 4 lines Issue #9075: In the ssl module, remove the setting of a `debug` flag on an OpenSSL structure. ........
-
- 24 Haz, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82204 | antoine.pitrou | 2010-06-25 00:34:04 +0200 (ven., 25 juin 2010) | 5 lines Issue #8682: The ssl module now temporary increments the reference count of a socket object got through `PyWeakref_GetObject`, so as to avoid possible deallocation while the object is still being used. ........
-
Antoine Pitrou yazdı
a socket object got through `PyWeakref_GetObject`, so as to avoid possible deallocation while the object is still being used.
-
- 21 May, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
several ``OP_*`` constants to the `ssl` module. This allows to selectively disable protocol versions, when used in combination with `PROTOCOL_SSLv23`.
-
- 16 May, 2010 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81242 | antoine.pitrou | 2010-05-17 01:14:22 +0200 (lun., 17 mai 2010) | 10 lines Merged revisions 81241 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81241 | antoine.pitrou | 2010-05-17 01:11:46 +0200 (lun., 17 mai 2010) | 4 lines Clear the OpenSSL error queue each time an error is signalled. When the error queue is not emptied, strange things can happen on the next SSL call, depending on the OpenSSL version. ........ ................
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81241 | antoine.pitrou | 2010-05-17 01:11:46 +0200 (lun., 17 mai 2010) | 4 lines Clear the OpenSSL error queue each time an error is signalled. When the error queue is not emptied, strange things can happen on the next SSL call, depending on the OpenSSL version. ........
-
Victor Stinner yazdı
-
Victor Stinner yazdı
for the filename
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-