From 2cf46088b7e69b4f424a821291607afe6faa7e4f Mon Sep 17 00:00:00 2001 From: Yuriy Movchan <Yuriy.Movchan@gmail.com> Date: Fri, 30 Jul 2021 14:08:39 +0000 Subject: [PATCH] Add FIPS support (#176) --- opendj-server-legacy/src/messages/org/opends/messages/extension.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/extension.properties b/opendj-server-legacy/src/messages/org/opends/messages/extension.properties index 62df785..84aa00c 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/extension.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/extension.properties @@ -175,6 +175,9 @@ ERR_FILE_TRUSTMANAGER_INVALID_TYPE_106=The trust store type %s \ specified in attribute ds-cfg-trust-store-type of configuration entry %s is \ not valid: %s +ERR_PKCS11_TRUSTMANAGER_CANNOT_CREATE_FACTORY_107=An error occurred while \ + trying to create a trust manager factory to access the contents of the PKCS#11 \ + truststore: %s ERR_SEDCM_NO_PEER_CERTIFICATE_118=Could not map the provided certificate \ chain to a user entry because no peer certificate was available ERR_SEDCM_PEER_CERT_NOT_X509_119=Could not map the provided certificate \ -- Gitblit v1.10.0