[openssl-dev] [openssl.org #4040] Fix for comment out of sync with code (t1_lib.c:ssl_check_for_safari)

Martin Nilsson via RT rt at openssl.org
Mon Sep 14 01:09:16 UTC 2015


$ diff -c t1_lib.c t1_lib_2.c 
*** t1_lib.c    2015-09-14 02:23:04.180535915 +0200
--- t1_lib_2.c  2015-09-14 02:23:22.620374882 +0200
***************
*** 1827,1833 ****
   * ssl_check_for_safari attempts to fingerprint Safari using OS X
   * SecureTransport using the TLS extension block in |d|, of length
   |n|.
   * Safari, since 10.6, sends exactly these extensions, in this order:
!  *   SNI,
   *   elliptic_curves
   *   ec_point_formats
   *
--- 1827,1834 ----
   * ssl_check_for_safari attempts to fingerprint Safari using OS X
   * SecureTransport using the TLS extension block in |d|, of length
   |n|.
   * Safari, since 10.6, sends exactly these extensions, in this order:
!  *   SNI
!  *   signature_algorithms
   *   elliptic_curves
   *   ec_point_formats
   *

-- 
  Martin Nilsson
  nilsson at fastmail.se

_______________________________________________
openssl-bugs-mod mailing list
openssl-bugs-mod at openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod



More information about the openssl-dev mailing list