Add SSL_FIPS flag for FIPS 140-2 approved ciphersuites and add a new

strength "FIPS" to represent all FIPS approved ciphersuites without NULL
encryption.
This commit is contained in:
Dr. Stephen Henson
2008-09-10 16:02:09 +00:00
parent 2b7b1cad10
commit 3ad74edce8
4 changed files with 25 additions and 21 deletions

View File

@@ -229,6 +229,7 @@ extern "C" {
#define SSL_TXT_LOW "LOW"
#define SSL_TXT_MEDIUM "MEDIUM"
#define SSL_TXT_HIGH "HIGH"
#define SSL_TXT_FIPS "FIPS"
#define SSL_TXT_kFZA "kFZA" /* unused! */
#define SSL_TXT_aFZA "aFZA" /* unused! */