Staging
v0.5.1
https://github.com/python/cpython
Revision e25757408dc22561af9f9589c2c7e2a2fbb66ee4 authored by Ned Deily on 12 June 2018, 01:44:58 UTC, committed by GitHub on 12 June 2018, 01:44:58 UTC
The documentation for CERT_NONE, CERT_OPTIONAL, and CERT_REQUIRED were
misleading and partly wrong. It fails to explain that OpenSSL behaves
differently in client and server mode. Also OpenSSL does validate the
cert chain everytime. With SSL_VERIFY_NONE a validation error is not
fatal in client mode and does not request a client cert in server mode.
Also discourage people from using CERT_OPTIONAL in client mode.
1 parent 2023eaf
History
Tip revision: e25757408dc22561af9f9589c2c7e2a2fbb66ee4 authored by Ned Deily on 12 June 2018, 01:44:58 UTC
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7652)
Tip revision: e257574
File Mode Size
README.txt -rw-r--r-- 1.1 KB
asciilib.h -rw-r--r-- 1.2 KB
codecs.h -rw-r--r-- 27.2 KB
count.h -rw-r--r-- 666 bytes
ctype.h -rw-r--r-- 2.5 KB
eq.h -rw-r--r-- 844 bytes
fastsearch.h -rw-r--r-- 7.5 KB
find.h -rw-r--r-- 3.2 KB
find_max_char.h -rw-r--r-- 3.7 KB
join.h -rw-r--r-- 3.8 KB
localeutil.h -rw-r--r-- 5.7 KB
partition.h -rw-r--r-- 3.0 KB
replace.h -rw-r--r-- 1.8 KB
split.h -rw-r--r-- 11.0 KB
stringdefs.h -rw-r--r-- 1.2 KB
transmogrify.h -rw-r--r-- 18.5 KB
ucs1lib.h -rw-r--r-- 1.2 KB
ucs2lib.h -rw-r--r-- 1.2 KB
ucs4lib.h -rw-r--r-- 1.2 KB
undef.h -rw-r--r-- 248 bytes
unicode_format.h -rw-r--r-- 40.2 KB
unicodedefs.h -rw-r--r-- 1.2 KB

README.txt

back to top