aboutsummaryrefslogtreecommitdiffstats
path: root/src/policy.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-10 05:26:22 +0000
committerlloyd <[email protected]>2008-04-10 05:26:22 +0000
commitf9bdb307da05d9c60fb1614acc2b8ff7c3b7a0e7 (patch)
treea3eebd417236a584c4907dac75f90d9b814396c8 /src/policy.cpp
parentfc01b5a4bb338c892a928c869e31bb58bf4dd319 (diff)
Remove the pem/ config arguments. Replace with arguments to the individual
functions in pem.h. All have defaults with reasonable values.
Diffstat (limited to 'src/policy.cpp')
-rw-r--r--src/policy.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/policy.cpp b/src/policy.cpp
index ac81f43b0..9adb8e6b5 100644
--- a/src/policy.cpp
+++ b/src/policy.cpp
@@ -223,10 +223,6 @@ void set_default_config(Config& config)
config.set_option("pk/test/private", "basic");
config.set_option("pk/test/private_gen", "all");
- config.set_option("pem/search", "4*1024");
- config.set_option("pem/forgive", "8");
- config.set_option("pem/width", "64");
-
config.set_option("rng/ms_capi_prov_type", "INTEL_SEC:RSA_FULL");
config.set_option("rng/unix_path", "/bin:/sbin:/usr/bin:/usr/sbin");
config.set_option("rng/es_files", "/dev/random:/dev/srandom:/dev/urandom");