aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubkey')
-rw-r--r--src/pubkey/pkcs8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pubkey/pkcs8.h b/src/pubkey/pkcs8.h
index 04de723a6..302003ad4 100644
--- a/src/pubkey/pkcs8.h
+++ b/src/pubkey/pkcs8.h
@@ -57,7 +57,7 @@ BOTAN_DLL std::vector<byte>
BER_encode(const Private_Key& key,
RandomNumberGenerator& rng,
const std::string& pass,
- std::chrono::milliseconds msec = std::chrono::milliseconds(200),
+ std::chrono::milliseconds msec = std::chrono::milliseconds(300),
const std::string& pbe_algo = "");
/**
@@ -76,7 +76,7 @@ BOTAN_DLL std::string
PEM_encode(const Private_Key& key,
RandomNumberGenerator& rng,
const std::string& pass,
- std::chrono::milliseconds msec = std::chrono::milliseconds(200),
+ std::chrono::milliseconds msec = std::chrono::milliseconds(300),
const std::string& pbe_algo = "");
/**