a57dcfb69c
The new APIs are SSL_CTX_set_strict_cipher_list() and SSL_set_strict_cipher_list(). They have two motivations: First, typos in cipher lists can go undetected for a long time, and can have surprising consequences when silently ignored. Second, there is a tendency to use superstition in the construction of cipher lists, for example by "turning off" things that do not actually exist. This leads to the corrosive belief that DEFAULT and ALL ought not to be trusted. This belief is false. Change-Id: I42909b69186e0b4cf45457e5c0bc968f6bbf231a Reviewed-on: https://boringssl-review.googlesource.com/13925 Commit-Queue: Matt Braithwaite <mab@google.com> Reviewed-by: Matt Braithwaite <mab@google.com> |
||
---|---|---|
.. | ||
cert_corpus | ||
client_corpus | ||
client_corpus_no_fuzzer_mode | ||
pkcs8_corpus | ||
privkey_corpus | ||
read_pem_corpus | ||
server_corpus | ||
server_corpus_no_fuzzer_mode | ||
session_corpus | ||
spki_corpus | ||
ssl_ctx_api_corpus | ||
cert.cc | ||
client.cc | ||
CMakeLists.txt | ||
minimise_corpuses.sh | ||
pkcs8.cc | ||
privkey.cc | ||
read_pem.cc | ||
refresh_ssl_corpora.sh | ||
server.cc | ||
session.cc | ||
spki.cc | ||
ssl_ctx_api.cc |