summaryrefslogtreecommitdiffstats
path: root/ssl/tls1.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-21 20:03:24 +0000
committerBen Laurie <ben@openssl.org>1999-02-21 20:03:24 +0000
commit06ab81f9f7b055a4456798cb9ef3266160438a08 (patch)
tree880b224a7f2e8224efeb0d4783ebe5e522d91c94 /ssl/tls1.h
parentabf87f79f7ebd7885e443f086a6e1a88b31f9af1 (diff)
Add support for new TLS export ciphersuites.
Diffstat (limited to 'ssl/tls1.h')
-rw-r--r--ssl/tls1.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ssl/tls1.h b/ssl/tls1.h
index 60978613ef..8d47ae591a 100644
--- a/ssl/tls1.h
+++ b/ssl/tls1.h
@@ -82,6 +82,14 @@ extern "C" {
#define TLS1_AD_USER_CANCLED 90
#define TLS1_AD_NO_RENEGOTIATION 100
+#define TLS1_CK_RSA_EXPORT56_WITH_RC4_56_MD5 0x03000060
+#define TLS1_CK_RSA_EXPORT56_WITH_RC2_CBC_56_MD5 0x03000061
+#define TLS1_CK_RSA_EXPORT56_WITH_DES_CBC_SHA 0x03000062
+
+#define TLS1_TXT_RSA_EXPORT56_WITH_RC4_56_MD5 "EXP56-RC4-MD5"
+#define TLS1_TXT_RSA_EXPORT56_WITH_RC2_CBC_56_MD5 "EXP56-RC2-CBC-MD5"
+#define TLS1_TXT_RSA_EXPORT56_WITH_DES_CBC_SHA "EXP56-DES-CBC-SHA"
+
#define TLS_CT_RSA_SIGN 1
#define TLS_CT_DSS_SIGN 2
#define TLS_CT_RSA_FIXED_DH 3