X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fpkcs12%2Fp12_crt.c;h=96cecc6efc6643e136c5f4859ea2c003b6170ad2;hp=cf630765bdabd39615c89a40ae156c9dd74b8c8d;hb=35f7324c237b9b5ee46a04b88a6020173d3c66b1;hpb=b0759f87120e723d5e9a10ecd7e039bf3a441c29 diff --git a/crypto/pkcs12/p12_crt.c b/crypto/pkcs12/p12_crt.c index cf630765bd..96cecc6efc 100644 --- a/crypto/pkcs12/p12_crt.c +++ b/crypto/pkcs12/p12_crt.c @@ -77,7 +77,7 @@ PKCS12 *PKCS12_create(char *pass, char *name, EVP_PKEY *pkey, X509 *cert, /* Set defaults */ if(!nid_cert) nid_cert = NID_pbe_WithSHA1And40BitRC2_CBC; if(!nid_key) nid_key = NID_pbe_WithSHA1And3_Key_TripleDES_CBC; - if(!iter) iter = 1000; + if(!iter) iter = 2048; if(!mac_iter) mac_iter = 1; if(!pkey || !cert) {