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:
d89cd38
)
Use TLS version supplied by client when fingerprinting Safari.
author
Rob Stradling
<rob@comodo.com>
Tue, 10 Sep 2013 11:21:27 +0000
(12:21 +0100)
committer
Ben Laurie
<ben@links.org>
Fri, 13 Sep 2013 15:24:22 +0000
(16:24 +0100)
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index a471995a19e63f6a808b9c2e193af6ffa6422224..c46e71179ac53482c0b59736c6c28f7c7c642613 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-1869,7
+1869,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);