projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
IDEA is not supported in TLS 1.2
[openssl.git]
/
ssl
/
s3_lib.c
diff --git
a/ssl/s3_lib.c
b/ssl/s3_lib.c
index
093ff09
..
c779ea7
100644
(file)
--- a/
ssl/s3_lib.c
+++ b/
ssl/s3_lib.c
@@
-242,8
+242,8
@@
static const SSL_CIPHER ssl3_ciphers[] = {
SSL_aRSA,
SSL_IDEA,
SSL_SHA1,
- SSL3_VERSION, TLS1_
2
_VERSION,
- DTLS1_VERSION, DTLS1_
2_
VERSION,
+ SSL3_VERSION, TLS1_
1
_VERSION,
+ DTLS1_VERSION, DTLS1_VERSION,
SSL_NOT_DEFAULT | SSL_MEDIUM,
SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
128,