summaryrefslogtreecommitdiff
path: root/Modules/_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-4/+2
* Use _PyObject_CallNoArg()Victor Stinner2016-12-061-1/+1
* TypoChristian Heimes2016-09-241-1/+1
* Finish GC code for SSLSession and increase test coverageChristian Heimes2016-09-241-4/+9
* Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an e...Christian Heimes2016-09-131-3/+2
* Issue #27866: Fix refleak in cipher_to_dict()Victor Stinner2016-09-121-12/+1
* Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContextChristian Heimes2016-09-121-21/+59
* Issue #19500: Add client-side SSL session resumption to the ssl module.Christian Heimes2016-09-101-2/+370
* Issue 28043: SSLContext has improved default settingsChristian Heimes2016-09-101-0/+31
* Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...Christian Heimes2016-09-061-1/+34
|\
| * Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...Christian Heimes2016-09-061-1/+34
* | Issue #26470: Use short name rather than name for compression name to fix #27...Christian Heimes2016-09-061-2/+119
|\ \ | |/ |/|
| * Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enable...Christian Heimes2016-09-061-0/+117
| * Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-051-45/+136
| |\
| * \ merge 3.5 (#27773)Benjamin Peterson2016-08-151-2/+2
| |\ \
| | * \ Merge 3.5 (INVALID_SOCKET)Victor Stinner2016-07-221-2/+6
| | |\ \
| | * \ \ Issue #23804: Merge SSL recv() fix from 3.5Martin Panter2016-07-111-0/+8
| | |\ \ \
| | * \ \ \ - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-22/+22
| | |\ \ \ \
| | * \ \ \ \ merge 3.5 (#24557)Benjamin Peterson2016-07-061-2/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ Fix unused variable 'libver' warning in Modules/_ssl.cBerker Peksag2016-04-141-2/+2
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-101-1/+1
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-2/+2
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Issue #26644: Merge SSL negative read fix from 3.5Martin Panter2016-03-271-2/+2
| | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ merge 3.5 (closes #25939)Benjamin Peterson2016-02-171-2/+2
| | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ merge 3.5 (closes #25672)Benjamin Peterson2016-01-071-2/+2
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-2/+2
* | | | | | | | | | | | | | Issue #26470: Use short name rather than name for compression name to fix #27...Christian Heimes2016-09-061-6/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-051-45/+136
|/ / / / / / / / / / / /
* | | | | | | | | | | | fix corner cases in the management of server_hostname (closes #27773)Benjamin Peterson2016-08-151-6/+4
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | socket: use INVALID_SOCKETVictor Stinner2016-07-221-2/+6
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOFMartin Panter2016-07-111-0/+8
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-22/+22
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | assume egd unless OPENSSL_NO_EGD is defined?remove configure check (closes #2...Benjamin Peterson2016-07-061-2/+2
|/ / / / / / /
* | | | | | | Fix unused variable 'libver' warning in Modules/_ssl.cBerker Peksag2016-04-141-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-101-1/+1
|/ / / / /
* | | | | Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-2/+2
|/ / / /
* | | | Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()Martin Panter2016-03-271-0/+5
|/ / /
* | | merge 3.4 (closes #25939)Benjamin Peterson2016-02-171-611/+1201
|\ \ \ | |/ /
| * | enable SSL_MODE_RELEASE_BUFFERSBenjamin Peterson2016-01-071-0/+17
| |/
| * Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-4/+2
| * merge 3.4 (#25578)Benjamin Peterson2015-11-141-2/+5
| |\
| * \ merge 3.4 (#25569)Benjamin Peterson2015-11-141-609/+1184
| |\ \
| | * \ merge 3.4 (#25530)Benjamin Peterson2015-11-111-609/+1184
| | |\ \
| | | * \ merge 3.5 (#25569)Benjamin Peterson2015-11-111-609/+1184
| | | |\ \
| | | | * | Issue #25523: Further a-to-an corrections new in 3.5.Serhiy Storchaka2015-11-021-1/+1
| | | | * | Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-609/+1184
| | | | |\ \
| | | | | * | detect alpn by feature flag not openssl version (closes #23329)Benjamin Peterson2015-09-271-2/+1
| | | | | * | merge 3.4 (#24655)Benjamin Peterson2015-07-181-7/+7
| | | | | |\ \
| | | | | * | | Issue #24001: Argument Clinic converters now use accept={type}Larry Hastings2015-05-041-4/+4
| | | | | * | | Issue #20179: Converted the _ssl module to Argument Clinic.Serhiy Storchaka2015-05-031-479/+541