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:
0e76014
)
Fix GOST2012-NULL-GOST12
author
Dmitry Belyavsky
<beldmit@gmail.com>
Tue, 19 Jan 2016 11:36:43 +0000
(11:36 +0000)
committer
Matt Caswell
<matt@openssl.org>
Tue, 19 Jan 2016 11:37:17 +0000
(11:37 +0000)
Fix a typo in the definition of the GOST2012-NULL-GOST12 ciphersuite.
RT#4213
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/s3_lib.c
patch
|
blob
|
history
diff --git
a/ssl/s3_lib.c
b/ssl/s3_lib.c
index 54b8eba9cfd8f9ab96b0da8df8688d6e5c207814..4b2f196782d5e64749d140e23908617e7978c3b9 100644
(file)
--- a/
ssl/s3_lib.c
+++ b/
ssl/s3_lib.c
@@
-3284,7
+3284,7
@@
OPENSSL_GLOBAL const SSL_CIPHER ssl3_ciphers[] = {
SSL_GOST12_256,
SSL_TLSV1,
SSL_STRONG_NONE,
- SSL_HANDSHAKE_MAC_GOST12_256 | TLS1_PRF_GOST12_256,
+ SSL_HANDSHAKE_MAC_GOST12_256 | TLS1_PRF_GOST12_256
| TLS1_STREAM_MAC
,
0,
0},
#endif