PKCS12 etc.: Add hints on using -legacy and -provider-path options
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Thu, 15 Apr 2021 17:21:28 +0000 (19:21 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 19 Apr 2021 14:23:46 +0000 (16:23 +0200)
Fixes #14790

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14891)

apps/lib/app_provider.c
doc/man1/openssl-pkcs12.pod.in
doc/man1/openssl.pod
doc/man7/openssl-env.pod
doc/perlvars.pm

index fd7d55c09ba60eaae2e68709bda446fe59acefcc..c3100b2fa889dfd312088620cb9b5f82f342d4c4 100644 (file)
@@ -33,7 +33,8 @@ int app_provider_load(OSSL_LIB_CTX *libctx, const char *provider_name)
 
     prov = OSSL_PROVIDER_load(libctx, provider_name);
     if (prov == NULL) {
-        opt_printf_stderr("%s: unable to load provider %s\n",
+        opt_printf_stderr("%s: unable to load provider %s\n"
+                          "Hint: use -provider-path option or OPENSSL_MODULES environment variable.\n",
                           opt_getprog(), provider_name);
         ERR_print_errors(bio_err);
         return 0;
index b367be2b7f408d7a6d8dd22262cedf351f9a95a1..7a75d9ca32f7872bf7b9658b8b6738cbad1ff6cf 100644 (file)
@@ -85,8 +85,13 @@ The PKCS#12 export encryption and MAC options such as B<-certpbe> and B<-iter>
 and many further options such as B<-chain> are relevant only with B<-export>.
 Conversely, the options regarding encryption of private keys when outputting
 PKCS#12 input are relevant only when the B<-export> option is not given.
+
 The default encryption algorithm is AES-256-CBC with PBKDF2 for key derivation.
 
+When encountering problems loading legacy PKCS#12 files that involve,
+for example, RC2-40-CBC,
+try using the B<-legacy> option and, if needed, the B<-provider-path> option.
+
 =over 4
 
 =item B<-help>
@@ -132,6 +137,11 @@ and so the input is just verified.
 =item B<-legacy>
 
 Use legacy mode of operation and automatically load the legacy provider.
+If OpenSSL is not installed system-wide,
+it is necessary to also use, for example, C<-provider-path ./providers>
+or to set the environment variable B<OPENSSL_MODULES>
+to point to the directory where the providers can be found.
+
 In the legacy mode, the default algorithm for certificate encryption
 is RC2_CBC or 3DES_CBC depending on whether the RC2 cipher is enabled
 in the build. The default algorithm for private key encryption is 3DES_CBC.
index 7b84921893063acc26295132e39ed29b5214b9a3..78b98ab7a6b0ebd8eb62850e757474426deb46d6 100644 (file)
@@ -652,10 +652,12 @@ the PKCS#11 URI as defined in RFC 7512 should be possible to use directly:
 =item B<-provider> I<name>
 
 Load and initialize the provider identified by I<name>.
+See L<provider(7)> for a more detailed description.
 
 =item B<-provider-path> I<path>
 
 Specifies the search path that is to be used for looking for providers.
+Equivalently, the B<OPENSSL_MODULES> environment variable may be set.
 
 =item B<-propquery> I<propq>
 
index f29f5e283561fc8ec09993a6cdd757f38547cdb1..f691191b6f43a25378a0fda4f5e5ac3271bcb575 100644 (file)
@@ -49,6 +49,7 @@ See L<OPENSSL_malloc(3)>.
 =item B<OPENSSL_MODULES>
 
 Specifies the directory from which cryptographic providers are loaded.
+Equivalently, the generic B<-provider-path> command-line option may be used.
 
 =item B<OPENSSL_WIN32_UTF8>
 
index 0be68e275ddcfb62b3e4b7020c83cc534343ac73..91dd5d8284985b691b55275c911bed93bbb7ae8f 100644 (file)
@@ -102,7 +102,7 @@ $OpenSSL::safe::opt_provider_item = ""
 . "\n"
 . "=item B<-propquery> I<propq>\n"
 . "\n"
-. "See L<openssl(1)/Provider Options>.";
+. "See L<openssl(1)/Provider Options>, L<provider(7)>, and L<property(7)>.";
 
 # Configuration option
 $OpenSSL::safe::opt_config_synopsis = ""