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:
ee373e7
)
Fix incorrect substitution that happened during the recent ciphersuite
author
Bodo Möller
<bodo@openssl.org>
Thu, 22 Feb 2007 21:31:19 +0000
(21:31 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 22 Feb 2007 21:31:19 +0000
(21:31 +0000)
selection remodeling
Submitted by: Victor Duchovni
ssl/ssl_lib.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_lib.c
b/ssl/ssl_lib.c
index 6e5d1b7f46632197bc11c4362bcf892991fac62b..d73c7ca080be98e81eb5d94e1879a64d48ad91d8 100644
(file)
--- a/
ssl/ssl_lib.c
+++ b/
ssl/ssl_lib.c
@@
-1946,7
+1946,7
@@
X509 *ssl_get_server_send_cert(SSL *s)
alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
alg_a = s->s3->tmp.new_cipher->algorithm_auth;
- if (alg_k & (SSL_kE
ECDH|SSL_kE
CDHr|SSL_kECDHe))
+ if (alg_k & (SSL_kECDHr|SSL_kECDHe))
{
/* we don't need to look at SSL_kEECDH
* since no certificate is needed for