Jeremy Lainé
|
41d23a67f6
|
ssl: add VerifyFlags flags and VerifyMode enum (#3302)
Closes #3301
|
2019-10-04 16:27:30 +02:00 |
|
Daniel Holth
|
1d21315773
|
ssl.pyi: Add functions, support Path (#3044)
|
2019-09-03 12:10:48 +02:00 |
|
Samuel Freilich
|
75ccbdcab5
|
cadata param can (and PEM-encoded cadata must) be unicode under PY2 (#3150)
|
2019-08-23 08:25:41 +02:00 |
|
Sebastian Rittau
|
9ccf9356bf
|
Remove Python 3.4 support (#3147)
Closes #3123
|
2019-07-27 10:58:21 +02:00 |
|
Hynek Schlawack
|
47450629c9
|
Add TLSVersion & related attributes to SSLContext (#3097)
|
2019-07-01 14:03:57 +02:00 |
|
秋葉
|
2b6a99c39c
|
fix ssl.Purpose type in py3 (#3054)
|
2019-06-20 19:41:32 +02:00 |
|
Alexander Fasching
|
6258e7ddfd
|
ssl.pyi: fix types of cadata argument (#3063)
|
2019-06-16 14:11:10 -07:00 |
|
Hynek Schlawack
|
7b69e48d1b
|
Add SSLCertVerificationError fields (#2745)
|
2019-01-17 16:48:34 +01:00 |
|
Hynek Schlawack
|
0854df365d
|
Add SSLCertVerificationError for 3.7+ (#2729)
As of 3.7, ssl.CertificateError became an alias for the new
SSLCertVerificationError.
|
2019-01-09 09:17:39 +01:00 |
|
Sebastian Rittau
|
006a79220f
|
Flake8 fixes (#2549)
* Fix over-indented continuation lines
* Fix under-indented continuation lines
* Fix whitespace around default operator problems
* Limit line lengths
* Fix inconsistent files
|
2018-10-24 07:20:53 -07:00 |
|
Sebastian Rittau
|
a3031adb46
|
Merge Python 2 and 3 SSL stubs (#2175)
|
2018-05-31 21:44:42 -07:00 |
|