AES cipher suites are now official (RFC3268)

This commit is contained in:
Bodo Möller
2002-07-04 08:50:33 +00:00
parent 5736d40dad
commit 5af9fcaf35
5 changed files with 32 additions and 31 deletions

View File

@@ -253,7 +253,7 @@ extern "C" {
#define SSL_TXT_RC4 "RC4"
#define SSL_TXT_RC2 "RC2"
#define SSL_TXT_IDEA "IDEA"
#define SSL_TXT_AES "AESdraft" /* AES ciphersuites are not yet official (thus excluded from 'ALL') */
#define SSL_TXT_AES "AES"
#define SSL_TXT_MD5 "MD5"
#define SSL_TXT_SHA1 "SHA1"
#define SSL_TXT_SHA "SHA"