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/tool.properties |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
index 05ff5d2..89347db 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
@@ -1785,6 +1785,7 @@
 INFO_INSTALLDS_ENABLE_STARTTLS_1382=Do you want to enable Start TLS?
 INFO_INSTALLDS_PROMPT_JKS_PATH_1383=Java Key Store (JKS) path:
 INFO_INSTALLDS_PROMPT_PKCS12_PATH_1384=PKCS#12 key Store path:
+INFO_INSTALLDS_PROMPT_BCFKS_PATH_11002=BCFKS key Store path:
 INFO_INSTALLDS_PROMPT_KEYSTORE_PASSWORD_1385=Key store PIN:
 INFO_INSTALLDS_PROMPT_CERTNICKNAME_1386=Use nickname %s?
 INFO_INSTALLDS_HEADER_CERT_TYPE_1387=Certificate server options:
@@ -1796,6 +1797,8 @@
  a PKCS#12 key store
 INFO_INSTALLDS_CERT_OPTION_PKCS11_1391=Use an existing certificate on a \
  PKCS#11 token
+INFO_INSTALLDS_CERT_OPTION_BCFKS_11001=Use an existing certificate located on a \
+ BCFKS key store
 INFO_INSTALLDS_PROMPT_START_SERVER_1393=Do you want to start the server when \
  the configuration is completed?
 ERR_INSTALLDS_CERTNICKNAME_NOT_FOUND_1394=The provided certificate \
@@ -1818,6 +1821,9 @@
 INFO_INSTALLDS_DESCRIPTION_USE_PKCS11_1400=Use a certificate in a \
  PKCS#11 token that the server should use when accepting SSL-based \
  connections or performing StartTLS negotiation
+INFO_INSTALLDS_DESCRIPTION_USE_BCFKS_11000=Path of a BCFKS key \
+ store containing the certificate that the server should use when accepting \
+ SSL-based connections or performing StartTLS negotiation
 INFO_INSTALLDS_DESCRIPTION_USE_JAVAKEYSTORE_1401=Path of a Java \
  Key Store (JKS) containing a certificate to be used as the server certificate. \
  This does not apply to the administration connector, which uses \

--
Gitblit v1.10.0