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:
3bf4e14
)
use client version when deciding whether to send supported signature algorithms extension
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 21 Mar 2012 21:32:57 +0000
(21:32 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 21 Mar 2012 21:32:57 +0000
(21:32 +0000)
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index 57d1107e4034564e22d71c73cd3125d14143efc4..27c8e3460da9ad1aaf0a9f65c778069aeeef0d71 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-544,7
+544,7
@@
unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned cha
}
skip_ext:
- if (TLS1_get_version(s) >= TLS1_2_VERSION)
+ if (TLS1_get_
client_
version(s) >= TLS1_2_VERSION)
{
if ((size_t)(limit - ret) < sizeof(tls12_sigalgs) + 6)
return NULL;