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:
67166dc
)
Fix ciphersuite list to enforce low priority for RC4.
author
Bodo Möller
<bodo@openssl.org>
Tue, 7 May 2002 08:36:01 +0000
(08:36 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 7 May 2002 08:36:01 +0000
(08:36 +0000)
ssl/ssl.h
patch
|
blob
|
history
diff --git
a/ssl/ssl.h
b/ssl/ssl.h
index e90b850c68d5cc4ff1b1b729c9944d5117b47265..833f761690734d896311f283bca697297bef42f3 100644
(file)
--- a/
ssl/ssl.h
+++ b/
ssl/ssl.h
@@
-269,7
+269,7
@@
extern "C" {
/* The following cipher list is used by default.
* It also is substituted when an application-defined cipher list string
* starts with 'DEFAULT'. */
-#define SSL_DEFAULT_CIPHER_LIST "ALL:!ADH:
RC4:@STRENGTH"
+#define SSL_DEFAULT_CIPHER_LIST "ALL:!ADH:
+RC4:@STRENGTH" /* low priority for RC4 */
/* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
#define SSL_SENT_SHUTDOWN 1