aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-02-23 01:11:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-02-23 01:11:01 +0000
commit3142c86d65a7da76d60622dcf1c177479d1bc9de (patch)
tree9c2f6932de1df175c32cbeb55d52da011fde96ed /ssl/ssl.h
parent4b42658082a3d6224d25f10de8fdb605d30015a9 (diff)
downloadopenssl-3142c86d65a7da76d60622dcf1c177479d1bc9de.tar.gz
Allow ADH to be used but not present in the default cipher
list. Allow CERTIFICATE to be used in PEM headers for PKCS#7 structures: some CAs do this.
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 040304b774..6f2454cece 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -134,12 +134,7 @@ extern "C" {
/* 'DEFAULT' at the start of the cipher list insert the following string
* in addition to this being the default cipher string */
-#ifndef NO_RSA
#define SSL_DEFAULT_CIPHER_LIST "ALL:!ADH:RC4+RSA:+SSLv2:@STRENGTH"
-#else
-#define SSL_ALLOW_ADH
-#define SSL_DEFAULT_CIPHER_LIST "ALL:ADH+3DES:ADH+RC4:ADH+DES:@STRENGTH"
-#endif
/* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
#define SSL_SENT_SHUTDOWN 1