summaryrefslogtreecommitdiffstats
path: root/Modules/_ssl.h
Commit message (Expand)AuthorAgeFilesLines
* GH-103092: isolate `_ssl` (#104725)Kumar Aditya2023-05-221-0/+2
* gh-100062: Remove error code tables from _ssl and err_names_to_codes (GH-100063)David Benjamin2023-04-031-1/+0
* bpo-46541: remove usage of _Py_IDENTIFIER from _ssl module (GH-31599)Kumar Aditya2022-03-011-0/+5
* bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)Petr Viktorin2022-02-111-1/+1
* bpo-18233: Add internal methods to access peer chain (GH-25467)Christian Heimes2021-04-261-1/+30
* bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253)Christian Heimes2021-04-171-0/+45