Two new functions to write out PKCS#8 private keys. Also fixes for some of
[openssl.git] / crypto / evp / evp.h
index e7b55a58858978b5ec6271f92b4edb91582c7f0e..570fe27d39b54890513997502392118e01ee5dc2 100644 (file)
@@ -110,6 +110,8 @@ extern "C" {
 #define EVP_MAX_IV_LENGTH              8
 
 #define PKCS5_SALT_LEN                 8
+/* Default PKCS#5 iteration count */
+#define PKCS5_DEFAULT_ITER             2048
 
 #ifndef NO_RSA
 #include <openssl/rsa.h>