projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
020a478
)
Use TLS version supplied by client when fingerprinting Safari.
author
Rob Stradling
<rob@comodo.com>
Tue, 10 Sep 2013 11:43:33 +0000
(12:43 +0100)
committer
Ben Laurie
<ben@links.org>
Fri, 4 Oct 2013 13:55:01 +0000
(14:55 +0100)
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index 621b214b7b0e5efaee83b29956186c233dee72c7..98e86bff988fada364c0bfe7ae296f647cd98ffd 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-401,7
+401,7
@@
static void ssl_check_for_safari(SSL *s, const unsigned char *data, const unsign
return;
data += size;
- if (TLS1_get_version(s) >= TLS1_2_VERSION)
+ if (TLS1_get_
client_
version(s) >= TLS1_2_VERSION)
{
const size_t len1 = sizeof(kSafariExtensionsBlock);
const size_t len2 = sizeof(kSafariTLS12ExtensionsBlock);