summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-05-02 16:26:00 +0100
committerMatt Caswell <matt@openssl.org>2017-05-02 17:08:41 +0100
commit33564cb7494b0d12384d8ad83207306ebd056e36 (patch)
tree222444131334970c66e09df27335ac2ca35d36ba
parentdea0eb2c5452cd4c2160a64a6868e79efeca6e9d (diff)
Fix comment around safari fingerprint check
Fixes #2442 Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3367)
-rw-r--r--ssl/statem/statem_srvr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/statem/statem_srvr.c b/ssl/statem/statem_srvr.c
index 9dfdbe5e6a..7adf09b3d8 100644
--- a/ssl/statem/statem_srvr.c
+++ b/ssl/statem/statem_srvr.c
@@ -1175,6 +1175,7 @@ int dtls_construct_hello_verify_request(SSL *s, WPACKET *pkt)
* SNI,
* elliptic_curves
* ec_point_formats
+ * signature_algorithms (for TLSv1.2 only)
*
* We wish to fingerprint Safari because they broke ECDHE-ECDSA support in 10.8,
* but they advertise support. So enabling ECDHE-ECDSA ciphers breaks them.