Support retries in certificate callback
[openssl.git] / fips / fips_locl.h
index fba8db8b63ddb2d02b2e25285a5a4eb6132960b9..df3863f91ea217fe122fbc91e49e45860ffea602 100644 (file)
@@ -53,7 +53,7 @@
 extern "C" {
 #endif
 
-#define FIPS_MAX_CIPHER_TEST_SIZE      16
+#define FIPS_MAX_CIPHER_TEST_SIZE      32
 #define fips_load_key_component(key, comp, pre) \
        key->comp = BN_bin2bn(pre##_##comp, sizeof(pre##_##comp), key->comp); \
        if (!key->comp) \
@@ -67,6 +67,9 @@ int fips_post_failed(int id, int subid, void *ex);
 int fips_post_corrupt(int id, int subid, void *ex);
 int fips_post_status(void);
 
+#define FIPS_MODULE_VERSION_NUMBER     0x20000000L
+#define FIPS_MODULE_VERSION_TEXT       "FIPS 2.0-dev unvalidated test module xx XXX xxxx"
+
 #ifdef  __cplusplus
 }
 #endif