From 20432eae41e35ea28a4d43c0dfc7acfdd9672812 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 1 Jan 2000 16:42:49 +0000 Subject: Fix some of the command line password stuff. New function that can automatically determine the type of a DER encoded "traditional" format private key and change some of the d2i functions to use it instead of requiring the application to work out the key type. --- apps/openssl.cnf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/openssl.cnf') diff --git a/apps/openssl.cnf b/apps/openssl.cnf index 907032900e..13aeb9b0ba 100644 --- a/apps/openssl.cnf +++ b/apps/openssl.cnf @@ -7,7 +7,9 @@ # defined. HOME = . RANDFILE = $ENV::HOME/.rnd -oid_file = $ENV::HOME/.oid + +# Extra OBJECT IDENTIFIER info: +#oid_file = $ENV::HOME/.oid oid_section = new_oids # To use this configuration file with the "-extfile" option of the -- cgit v1.2.3