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:
fa71cc7
)
using_ecc doesn't just apply to TLSv1
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 25 Nov 2010 11:51:31 +0000
(11:51 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 25 Nov 2010 11:51:31 +0000
(11:51 +0000)
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index cdb55bc276034cd18d74f0fbf8d66abdeb37b46d..fa07a1d5fc69902b7c05411e86a66791b3834788 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-1336,7
+1336,7
@@
int ssl_prepare_clienthello_tlsext(SSL *s)
break;
}
}
- using_ecc = using_ecc && (s->version
=
= TLS1_VERSION);
+ using_ecc = using_ecc && (s->version
>
= TLS1_VERSION);
if (using_ecc)
{
if (s->tlsext_ecpointformatlist != NULL) OPENSSL_free(s->tlsext_ecpointformatlist);