Add SSL_FIPS flag for FIPS 140-2 approved ciphersuites and add a new
[openssl.git] / ssl / ssl_locl.h
index fc77fd0bde4de214b67a11f4acb72a1825fe992d..2bbe2c613fa54693380e20b98107a6960fa8d781 100644 (file)
  * be possible.
  */
 #define SSL_EXP_MASK           0x00000003L
-#define SSL_STRONG_MASK                0x000000fcL
+#define SSL_STRONG_MASK                0x000001fcL
 
 #define SSL_NOT_EXP            0x00000001L
 #define SSL_EXPORT             0x00000002L
 #define SSL_LOW                        0x00000020L
 #define SSL_MEDIUM             0x00000040L
 #define SSL_HIGH               0x00000080L
+#define SSL_FIPS               0x00000100L
 
 /* we have used 000000ff - 24 bits left to go */