From a9bbf17ba3b41d3940efaeb98caf4da2ef344f23 Mon Sep 17 00:00:00 2001 From: Yuriy Movchan <Yuriy.Movchan@gmail.com> Date: Fri, 29 Jul 2022 16:57:31 +0000 Subject: [PATCH] Check if BC FIPS provider exists before loading it --- opendj-server-legacy/src/messages/org/opends/messages/utility.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties index 029fa06..fcb641f 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties @@ -321,7 +321,7 @@ ERR_CERTMGR_INVALID_PARENT_274=Parent directory for key store path \ %s does not exist or is not a directory ERR_CERTMGR_INVALID_STORETYPE_275=Invalid key store type, it must \ -be one of the following: %s, %s, %s or %s +be one of the following: %s, %s, %s, %s or %s ERR_CERTMGR_KEYSTORE_NONEXISTANT_276=Keystore does not exist, \ it must exist to retrieve an alias, delete an alias or generate a \ certificate request -- Gitblit v1.10.0