Commit 86aa7d2
committed
Drop remark about anonymous ciphers
The documentation no longer mentions anonymous ciphers. They are totally
insecure and irrelevant for virtually all users. The documentation was
also wrong. For anonymous ciphers, CERT_NONE, CERT_OPTIONAL and
CERT_REQUIRED all behaved the same.
Internally, CERT_REQUIRED = SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT
but the last flag is ignored in client mode. When a anonymous cipher is
used, clients ignore missing server certs.
Signed-off-by: Christian Heimes <christian@python.org>1 parent 22cf50b commit 86aa7d2
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2553 | 2553 | | |
2554 | 2554 | | |
2555 | 2555 | | |
2556 | | - | |
2557 | | - | |
2558 | | - | |
2559 | | - | |
2560 | | - | |
2561 | 2556 | | |
2562 | 2557 | | |
2563 | 2558 | | |
| |||
0 commit comments