From f9e799ce8b9dde5ebb13e7bbb9b7b9924de78a05 Mon Sep 17 00:00:00 2001 From: Jared Anderson Date: Thu, 23 Jan 2025 08:09:03 -0600 Subject: [PATCH] Revert "FIPS" --- .../resources/security/ltpaFIPS.keys | 8 - .../bnd.bnd | 4 +- ...bm.websphere.appserver.samlWeb-2.0.feature | 3 +- ...om.ibm.websphere.appserver.ssl-1.0.feature | 3 +- ...websphere.appserver.wsSecurity-1.1.feature | 3 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../resources/security/ltpaFIPS.keys | 8 - dev/com.ibm.ws.crypto.common/.classpath | 8 + dev/com.ibm.ws.crypto.common/.gitignore | 3 + dev/com.ibm.ws.crypto.common/.project | 23 + .../.settings/bndtools.core.prefs | 2 + .../org.eclipse.core.resources.prefs | 4 + .../.settings/org.eclipse.jdt.core.prefs | 286 ++++++++++++ .../.settings/org.eclipse.jdt.ui.prefs | 117 +++++ dev/com.ibm.ws.crypto.common/bnd.bnd | 30 ++ .../resources/CryptoCommonMessages.nlsprops | 37 ++ .../CryptoCommonMessages_cs.nlsprops | 37 ++ .../CryptoCommonMessages_de.nlsprops | 37 ++ .../CryptoCommonMessages_es.nlsprops | 37 ++ .../CryptoCommonMessages_fr.nlsprops | 37 ++ .../CryptoCommonMessages_hu.nlsprops | 37 ++ .../CryptoCommonMessages_it.nlsprops | 37 ++ .../CryptoCommonMessages_ja.nlsprops | 37 ++ .../CryptoCommonMessages_ko.nlsprops | 37 ++ .../CryptoCommonMessages_pl.nlsprops | 37 ++ .../CryptoCommonMessages_pt_BR.nlsprops | 37 ++ .../CryptoCommonMessages_ro.nlsprops | 37 ++ .../CryptoCommonMessages_ru.nlsprops | 38 ++ .../CryptoCommonMessages_zh.nlsprops | 37 ++ .../CryptoCommonMessages_zh_TW.nlsprops | 37 ++ .../ws/crypto/common/CryptoMessageUtils.java | 46 ++ .../com/ibm/ws/crypto/common/CryptoUtils.java | 45 ++ .../com/ibm/ws/crypto/common/FipsUtils.java | 52 +++ .../ws/crypto/common/MessageDigestUtils.java | 45 ++ .../ibm/ws/crypto/common}/package-info.java | 9 +- .../ibm/ws/crypto/common/CryptoUtilsTest.java | 68 +++ .../ibm/ws/crypto/common/FipsUtilsTest.java | 60 +++ .../crypto/common/MessageDigestUtilsTest.java | 60 +++ dev/com.ibm.ws.crypto.ltpakeyutil/bnd.bnd | 3 +- .../ws/crypto/ltpakeyutil/KeyEncryptor.java | 80 ++-- .../ibm/ws/crypto/ltpakeyutil/LTPACrypto.java | 96 ++-- .../crypto/ltpakeyutil/LTPADigSignature.java | 32 +- .../ltpakeyutil/LTPAKeyFileUtilityImpl.java | 2 +- .../ws/crypto/ltpakeyutil/LTPAKeyUtil.java | 148 +++++- .../ws/crypto/ltpakeyutil/LTPAPrivateKey.java | 291 ++++++------ .../ws/crypto/ltpakeyutil/LTPAPublicKey.java | 124 +++-- dev/com.ibm.ws.crypto.passwordutil/bnd.bnd | 3 +- dev/com.ibm.ws.ejbcontainer.async/bnd.bnd | 3 +- .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - dev/com.ibm.ws.ejbcontainer/bnd.bnd | 3 +- dev/com.ibm.ws.ejbcontainer_test/bnd.bnd | 3 +- .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../bnd.bnd | 5 +- .../bootstrap.properties | 3 +- .../publish/verify/repository_WL.xml | 14 + dev/com.ibm.ws.kernel.service/bnd.bnd | 5 +- .../internal/resources/Messages.nlsprops | 27 -- .../com/ibm/ws/common/crypto/CryptoUtils.java | 406 ---------------- .../bnd.bnd | 5 +- .../ContextInject/JMSContextInjectTest.java | 2 - .../TemporaryQueue/JMSContextTest_118066.java | 2 - .../TemporaryQueue/JMSContextTest_118068.java | 2 - .../Transaction/JMSContextTest_118065.java | 2 - .../files/serverLTPAKeys/ltpaFIPS.keys | 8 - .../fat/JMSContextTest/JMSContextTest.java | 2 - .../files/serverLTPAKeys/ltpaFIPS.keys | 8 - .../bnd.bnd | 5 +- .../deliverydelay/fat/DelayFullSecOnTest.java | 2 - .../deliverydelay/fat/DelayLiteSecOnTest.java | 2 - .../files/engineLTPAKeys/ltpaFIPS.keys | 8 - .../bnd.bnd | 5 +- .../fat/DurableUnshared/DurableUnshared.java | 2 - ...SDefaultConnectionFactorySecurityTest.java | 2 - .../fat/JMSConsumerTest/JMSConsumerTest.java | 2 - .../files/serverLTPAKeys/ltpaFIPS.keys | 8 - .../src/com/ibm/ws/mongo/fat/FATSuite.java | 2 +- dev/com.ibm.ws.security.acme/bnd.bnd | 9 +- .../security/audit/file/AuditFileHandler.java | 11 +- .../audit/reader/tasks/AuditLogReader.java | 27 +- dev/com.ibm.ws.security.audit.source/bnd.bnd | 2 +- .../audit/encryption/AuditCrypto.java | 434 ++++++++---------- .../audit/encryption/AuditEncryptionImpl.java | 10 +- .../audit/encryption/AuditKeyEncryptor.java | 26 +- .../audit/encryption/AuditSigningImpl.java | 22 +- .../files/resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../clients/java2Client/bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../myFileMonitorClient/bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../mySSLCmdClient/bootstrap.properties | 1 - .../mySSLPromptClient/bootstrap.properties | 1 - .../mySSLTestClient/bootstrap.properties | 1 - .../clients/myTestClient/bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../noDefaultKeyClient/bootstrap.properties | 1 - .../BasicAuthTest/bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../NonSecureServerTest/bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../SSLCipherTest/bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../SSLnonIBMCipherTest/bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../SecureServerTest/bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - dev/com.ibm.ws.security.fat.common/bnd.bnd | 7 +- .../ws/security/fat/common/TestHelpers.java | 13 +- .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 2 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 2 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 2 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 3 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 3 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 2 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 2 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../files/resources/security/ltpaFIPS.keys | 8 - .../BackendServer/bootstrap.properties | 1 - .../bootstrap.properties | 4 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 3 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../BackendServer/bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../bnd.bnd | 5 +- .../bnd.bnd | 5 +- .../bnd.bnd | 5 +- .../bnd.bnd | 5 +- .../bnd.bnd | 5 +- .../bnd.bnd | 5 +- .../bnd.bnd | 5 +- .../bnd.bnd | 5 +- .../bnd.bnd | 5 +- .../bnd.bnd | 5 +- .../bnd.bnd | 20 +- .../saml/sso20/internal/SsoConfigImpl.java | 5 +- .../saml/sso20/rs/RsSamlConfigImpl.java | 7 +- .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../files/resources/security/ltpaFIPS.keys | 8 - dev/com.ibm.ws.security.token.ltpa/bnd.bnd | 7 +- .../token/ltpa/internal/LTPAToken2.java | 35 +- .../resources/security/ltpaFIPS.keys | 8 - .../bnd.bnd | 5 +- .../build.gradle | 4 - .../ws/security/token/ltpa/fat/FATTest.java | 164 ++----- .../token/ltpa/fat/LTPAKeyRotationTests.java | 235 +++------- .../alternateFIPS/configuredValidation1.keys | 9 - .../publish/files/alternateFIPS/ltpa.keys | 8 - .../publish/files/alternateFIPS/server.xml | 40 -- .../serverWithLTPAFileMonitor.xml | 40 -- ...verWithLTPAFileMonitorAndWrongPassword.xml | 41 -- .../files/alternateFIPS/validation1.keys | 9 - .../files/alternateFIPS/validation2.keys | 9 - .../files/alternateFIPS/validation3.keys | 9 - .../files/alternateFIPS/validation4.keys | 10 - .../files/alternateFIPS/validation5.keys | 10 - .../files/alternateFIPS/validation6.keys | 9 - .../files/alternateFIPS/validation7.keys | 10 - .../files/alternateFIPS/validation8.keys | 9 - .../publish/files/server.xml | 0 .../publish/files/serverFIPS.xml | 91 ---- .../bootstrap.properties | 11 +- .../bootstrap.properties | 6 +- .../bootstrap.properties | 7 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bnd.bnd | 6 +- .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../vmm.apis.empty/bootstrap.properties | 2 +- .../vmm.apis.tds.ldap/bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../bootstrap.properties | 2 +- .../servers/scim.test/bootstrap.properties | 2 +- dev/com.ibm.ws.springboot.fat20_fat/bnd.bnd | 5 +- dev/com.ibm.ws.ssl/bnd.bnd | 20 +- .../src/com/ibm/websphere/ssl/Constants.java | 14 +- .../com/ibm/websphere/ssl/package-info.java | 2 +- .../com/ibm/ws/ssl/JSSEProviderFactory.java | 208 ++++----- .../ibm/ws/ssl/config/KeyStoreManager.java | 8 +- .../com/ibm/ws/ssl/config/ProtocolHelper.java | 45 +- .../ibm/ws/ssl/config/SSLConfigManager.java | 19 +- .../ibm/ws/ssl/core/WSX509TrustManager.java | 6 +- .../ws/ssl/provider/AbstractJSSEProvider.java | 35 +- .../ibm/ws/ssl/provider/IBMJSSEProvider.java | 62 ++- .../ibm/ws/ssl/provider/SunJSSEProvider.java | 17 +- dev/com.ibm.ws.ssl_fat_pkcs12/bnd.bnd | 6 +- .../bootstrap.properties | 3 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 3 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 3 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 3 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 3 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 3 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 3 +- .../resources/security/ltpaFIPS.keys | 8 - dev/com.ibm.ws.threading/bnd.bnd | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 3 +- .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - dev/com.ibm.ws.wssecurity.3.4.1/bnd.bnd | 10 +- .../WSSecurityClientConfiguration.java | 69 +-- .../internal/WSSecurityConfiguration.java | 65 +-- .../bnd.bnd | 5 +- .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - dev/fattest.simplicity/bnd.bnd | 2 - dev/fattest.simplicity/build.gradle | 6 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 2 +- .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../resources/security/ltpaFIPS.keys | 8 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - .../bootstrap.properties | 1 - 543 files changed, 2665 insertions(+), 4036 deletions(-) delete mode 100644 dev/build.sharedResources/usrShared/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.clientcontainer.cdi_fat/publish/clients/cdiClientSecurity/resources/security/ltpaFIPS.keys create mode 100644 dev/com.ibm.ws.crypto.common/.classpath create mode 100644 dev/com.ibm.ws.crypto.common/.gitignore create mode 100644 dev/com.ibm.ws.crypto.common/.project create mode 100644 dev/com.ibm.ws.crypto.common/.settings/bndtools.core.prefs create mode 100644 dev/com.ibm.ws.crypto.common/.settings/org.eclipse.core.resources.prefs create mode 100644 dev/com.ibm.ws.crypto.common/.settings/org.eclipse.jdt.core.prefs create mode 100644 dev/com.ibm.ws.crypto.common/.settings/org.eclipse.jdt.ui.prefs create mode 100644 dev/com.ibm.ws.crypto.common/bnd.bnd create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_cs.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_de.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_es.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_fr.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_hu.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_it.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ja.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ko.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_pl.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_pt_BR.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ro.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ru.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_zh.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_zh_TW.nlsprops create mode 100644 dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/CryptoMessageUtils.java create mode 100644 dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/CryptoUtils.java create mode 100644 dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/FipsUtils.java create mode 100644 dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/MessageDigestUtils.java rename dev/{com.ibm.ws.kernel.service/src/com/ibm/ws/common/crypto => com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common}/package-info.java (68%) create mode 100644 dev/com.ibm.ws.crypto.common/test/com/ibm/ws/crypto/common/CryptoUtilsTest.java create mode 100644 dev/com.ibm.ws.crypto.common/test/com/ibm/ws/crypto/common/FipsUtilsTest.java create mode 100644 dev/com.ibm.ws.crypto.common/test/com/ibm/ws/crypto/common/MessageDigestUtilsTest.java delete mode 100644 dev/com.ibm.ws.ejbcontainer.injection_fat/publish/servers/ejbcontainer.injection.ra.fat.MsgEndpointServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.management.j2ee_fat/publish/servers/com.ibm.ws.ejbcontainer.management.j2ee.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.remote.client_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.client.fat.serverInjection/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.remote.config_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.config.fat.server.ssl/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.remote_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.fat.SecureRemoteServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.remote_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.fat.SecureRemoteServerClient/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.remote_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.fat.TraditionalServerSecureClient/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2.1/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.audit/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.jaxrs.2.0.client_fat/publish/servers/jaxrs20.client.JAXRSLtpaClientTest/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.jaxrs.2.0.client_fat/publish/servers/jaxrs20.client.JAXRSLtpaServerTest/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.jaxws.2.2.webcontainer_fat_extended/publish/servers/POJOServiceSecurityServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.jaxws.clientcontainer_fat/publish/files/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.jaxws.clientcontainer_fat/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.kernel.service/src/com/ibm/ws/common/crypto/CryptoUtils.java delete mode 100644 dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/publish/files/serverLTPAKeys/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.messaging.open_jms20contextSecurity_fat/publish/files/serverLTPAKeys/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/publish/files/engineLTPAKeys/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.messaging.open_jms20security_fat/publish/files/serverLTPAKeys/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.authentication.filter_fat/publish/files/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticJaasLoginConfigFileTestClient/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticLoginTestClient/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.client_fat/publish/clients/javacolonClientInjection/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.client_fat/publish/clients/myTestClient/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.client_fat/publish/servers/BasicAuthTest/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.client_fat/publish/servers/NonSecureServerTest/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.client_fat/publish/servers/SSLCipherTest/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.client_fat/publish/servers/SSLnonIBMCipherTest/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.client_fat/publish/servers/javacolonServerInjection/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.jaspic.jakarta10_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.serverauthregistration/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.audit/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback.audit/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.dynamic/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc.audit/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.persistence/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.registration/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.wrapping/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.clientcert.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.custom.post.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.anno.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authalias.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authdata.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.bean.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.nouser.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.shortname.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.deferred.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.immediate.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ejb.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.jaxrs.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ldapidstore.deferred.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.oidc.client_fat.1/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rp/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.oidc.client_fat.1/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rpd/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.oidc.client_fat.1/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rpd2/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.oidc.client_fat.2/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rp/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.oidc.client_fat.2/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rs/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/files/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.op/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.rp/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.bell/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.feature/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.federated/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.ignorecase/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.spnego_fat/publish/files/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.token.ltpa/test-resources/test data/servers/com.ibm.ws.security.token.ltpa_test/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/configuredValidation1.keys delete mode 100755 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/ltpa.keys delete mode 100755 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/server.xml delete mode 100755 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/serverWithLTPAFileMonitor.xml delete mode 100755 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/serverWithLTPAFileMonitorAndWrongPassword.xml delete mode 100644 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation1.keys delete mode 100644 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation2.keys delete mode 100644 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation3.keys delete mode 100644 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation4.keys delete mode 100644 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation5.keys delete mode 100644 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation6.keys delete mode 100644 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation7.keys delete mode 100644 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation8.keys mode change 100644 => 100755 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/server.xml delete mode 100644 dev/com.ibm.ws.security.token.ltpa_fat/publish/files/serverFIPS.xml delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad.noId/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad.range/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad.wild/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.custom/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.extremeFailover/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.failover/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.ssl.trustonly/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ldapname/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.performance/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.bell/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.feature/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin_SBInFilter/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.fedcertlogin/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.mod/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyjks/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyp12/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nonDefaultLoc/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultjks/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultpkcs12/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyjks/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyp12/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.ui_rest_fat/publish/servers/com.ibm.ws.ui.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.audit/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.custom/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.ad.nested/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.groupMemberIdMaps/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.tds.nested/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthServlet31/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthdeny/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.bindings/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.clientcert/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.delegation/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.formlogin/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.loginmethod/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.osgi/resources/security/ltpaFIPS.keys delete mode 100644 dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.persistcred.disabled/resources/security/ltpaFIPS.keys delete mode 100644 dev/fattest.simplicity/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.provider.in.app.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.checkpoint_fat_security_oidc_social/publish/servers/com.ibm.ws.security.jaspic11.fat/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jaxrs.global.handler.internal_fat/publish/servers/RSCDITestServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jaxws.global.handler.internal_fat/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jaxws.security_fat.1/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jaxws.security_fat.ssl/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jaxws.security_fat/publish/servers/EJBInJarSecurityServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jaxws.security_fat/publish/servers/EJBInWarSecurityServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jaxws.security_fat/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jaxws.security_fat/publish/servers/POJOServiceSecurityServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jaxws.security_fat/publish/servers/WsdlLocationHttpsServer/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.dynamicupdate.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.provider.in.app.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.spnego.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.dynamicupdate.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.provider.in.app.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.1/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.2/resources/security/ltpaFIPS.keys delete mode 100644 dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.spnego.auth.cache.1/resources/security/ltpaFIPS.keys diff --git a/dev/build.sharedResources/usrShared/resources/security/ltpaFIPS.keys b/dev/build.sharedResources/usrShared/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/build.sharedResources/usrShared/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.websphere.appserver.api.ssl/bnd.bnd b/dev/com.ibm.websphere.appserver.api.ssl/bnd.bnd index c28e78f6368b..49e472ade197 100644 --- a/dev/com.ibm.websphere.appserver.api.ssl/bnd.bnd +++ b/dev/com.ibm.websphere.appserver.api.ssl/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2017, 2025 IBM Corporation and others. +# Copyright (c) 2017, 2024 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -11,7 +11,7 @@ # IBM Corporation - initial API and implementation #******************************************************************************* -include= ~../cnf/resources/bnd/bundle.props -bVersion: 1.8 +bVersion: 1.7 Bundle-Name: WebSphere SSL API Bundle-Description: WebSphere SSL API, version ${bVersion} diff --git a/dev/com.ibm.websphere.appserver.features/visibility/public/samlWeb-2.0/com.ibm.websphere.appserver.samlWeb-2.0.feature b/dev/com.ibm.websphere.appserver.features/visibility/public/samlWeb-2.0/com.ibm.websphere.appserver.samlWeb-2.0.feature index 42a2e7528b0d..cd9b2b40bf14 100644 --- a/dev/com.ibm.websphere.appserver.features/visibility/public/samlWeb-2.0/com.ibm.websphere.appserver.samlWeb-2.0.feature +++ b/dev/com.ibm.websphere.appserver.features/visibility/public/samlWeb-2.0/com.ibm.websphere.appserver.samlWeb-2.0.feature @@ -12,6 +12,7 @@ Subsystem-Name: SAML Web Single Sign-On 2.0 -bundles=\ io.openliberty.org.apache.commons.logging, \ io.openliberty.org.apache.commons.codec, \ - com.ibm.ws.org.jose4j + com.ibm.ws.org.jose4j, \ + com.ibm.ws.crypto.common kind=ga edition=core diff --git a/dev/com.ibm.websphere.appserver.features/visibility/public/ssl-1.0/com.ibm.websphere.appserver.ssl-1.0.feature b/dev/com.ibm.websphere.appserver.features/visibility/public/ssl-1.0/com.ibm.websphere.appserver.ssl-1.0.feature index 62b16cc7e2e2..c769b182a6da 100644 --- a/dev/com.ibm.websphere.appserver.features/visibility/public/ssl-1.0/com.ibm.websphere.appserver.ssl-1.0.feature +++ b/dev/com.ibm.websphere.appserver.features/visibility/public/ssl-1.0/com.ibm.websphere.appserver.ssl-1.0.feature @@ -15,6 +15,7 @@ Subsystem-Name: Secure Socket Layer 1.0 com.ibm.ws.channel.ssl, \ com.ibm.websphere.security, \ com.ibm.ws.crypto.certificateutil, \ + com.ibm.ws.crypto.common, \ io.openliberty.wsoc.ssl.internal, \ io.openliberty.endpoint, \ io.openliberty.io.netty, \ @@ -24,7 +25,7 @@ Subsystem-Name: Secure Socket Layer 1.0 -jars=com.ibm.websphere.appserver.spi.ssl; location:=dev/spi/ibm/, \ com.ibm.websphere.appserver.api.ssl; location:=dev/api/ibm/ -files=dev/spi/ibm/javadoc/com.ibm.websphere.appserver.spi.ssl_1.6-javadoc.zip, \ - dev/api/ibm/javadoc/com.ibm.websphere.appserver.api.ssl_1.8-javadoc.zip + dev/api/ibm/javadoc/com.ibm.websphere.appserver.api.ssl_1.7-javadoc.zip kind=ga edition=core superseded-by=transportSecurity-1.0 diff --git a/dev/com.ibm.websphere.appserver.features/visibility/public/wsSecurity-1.1/com.ibm.websphere.appserver.wsSecurity-1.1.feature b/dev/com.ibm.websphere.appserver.features/visibility/public/wsSecurity-1.1/com.ibm.websphere.appserver.wsSecurity-1.1.feature index 3910dda12d10..66996021fff5 100644 --- a/dev/com.ibm.websphere.appserver.features/visibility/public/wsSecurity-1.1/com.ibm.websphere.appserver.wsSecurity-1.1.feature +++ b/dev/com.ibm.websphere.appserver.features/visibility/public/wsSecurity-1.1/com.ibm.websphere.appserver.wsSecurity-1.1.feature @@ -15,6 +15,7 @@ Subsystem-Name: Web Service Security 1.1 io.openliberty.wsSecurity1.1.internal.jaxws-2.2; ibm.tolerates:="3.0,4.0,11.0", \ io.openliberty.org.bouncycastle -bundles=\ - io.openliberty.org.apache.commons.logging + io.openliberty.org.apache.commons.logging, \ + com.ibm.ws.crypto.common kind=ga edition=base diff --git a/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.passwordutil.api/bootstrap.properties b/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.passwordutil.api/bootstrap.properties index d59e892c0901..4196fd3fa758 100755 --- a/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.passwordutil.api/bootstrap.properties +++ b/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.passwordutil.api/bootstrap.properties @@ -11,7 +11,7 @@ # IBM Corporation - initial API and implementation ############################################################################### -#com.ibm.ws.logging.trace.specification=*=event=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled:com.ibm.ws.webcontainer.security.*=all=enabled +#com.ibm.ws.logging.trace.specification=*=event=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties #com.ibm.ws.logging.trace.specification=*=info=enabled:webcontainer=all=enabled:com.ibm.ws.webcontainer*=all=enable: diff --git a/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.passwordutil/bootstrap.properties b/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.passwordutil/bootstrap.properties index d59e892c0901..4196fd3fa758 100755 --- a/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.passwordutil/bootstrap.properties +++ b/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.passwordutil/bootstrap.properties @@ -11,7 +11,7 @@ # IBM Corporation - initial API and implementation ############################################################################### -#com.ibm.ws.logging.trace.specification=*=event=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled:com.ibm.ws.webcontainer.security.*=all=enabled +#com.ibm.ws.logging.trace.specification=*=event=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties #com.ibm.ws.logging.trace.specification=*=info=enabled:webcontainer=all=enabled:com.ibm.ws.webcontainer*=all=enable: diff --git a/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.registry.custom/bootstrap.properties b/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.registry.custom/bootstrap.properties index 2bcaa304a5e8..b3a711849600 100755 --- a/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.registry.custom/bootstrap.properties +++ b/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.registry.custom/bootstrap.properties @@ -11,7 +11,7 @@ # IBM Corporation - initial API and implementation ############################################################################### -#com.ibm.ws.logging.trace.specification=*=event=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled:com.ibm.ws.webcontainer.security.*=all=enabled +#com.ibm.ws.logging.trace.specification=*=event=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties #com.ibm.ws.logging.trace.specification=*=info=enabled:webcontainer=all=enabled:com.ibm.ws.webcontainer*=all=enable: diff --git a/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.registry/bootstrap.properties b/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.registry/bootstrap.properties index 2bcaa304a5e8..b3a711849600 100755 --- a/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.registry/bootstrap.properties +++ b/dev/com.ibm.websphere.security_fat.1/publish/servers/com.ibm.websphere.security.fat.registry/bootstrap.properties @@ -11,7 +11,7 @@ # IBM Corporation - initial API and implementation ############################################################################### -#com.ibm.ws.logging.trace.specification=*=event=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled:com.ibm.ws.webcontainer.security.*=all=enabled +#com.ibm.ws.logging.trace.specification=*=event=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties #com.ibm.ws.logging.trace.specification=*=info=enabled:webcontainer=all=enabled:com.ibm.ws.webcontainer*=all=enable: diff --git a/dev/com.ibm.ws.clientcontainer.cdi_fat/publish/clients/cdiClientSecurity/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.clientcontainer.cdi_fat/publish/clients/cdiClientSecurity/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.clientcontainer.cdi_fat/publish/clients/cdiClientSecurity/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.crypto.common/.classpath b/dev/com.ibm.ws.crypto.common/.classpath new file mode 100644 index 000000000000..8c73872f8b24 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/com.ibm.ws.crypto.common/.gitignore b/dev/com.ibm.ws.crypto.common/.gitignore new file mode 100644 index 000000000000..90dde36e4aca --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/.gitignore @@ -0,0 +1,3 @@ +/bin/ +/bin_test/ +/generated/ diff --git a/dev/com.ibm.ws.crypto.common/.project b/dev/com.ibm.ws.crypto.common/.project new file mode 100644 index 000000000000..de12714cc3d6 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/.project @@ -0,0 +1,23 @@ + + + com.ibm.ws.crypto.common + + + + + + org.eclipse.jdt.core.javabuilder + + + + + bndtools.core.bndbuilder + + + + + + org.eclipse.jdt.core.javanature + bndtools.core.bndnature + + diff --git a/dev/com.ibm.ws.crypto.common/.settings/bndtools.core.prefs b/dev/com.ibm.ws.crypto.common/.settings/bndtools.core.prefs new file mode 100644 index 000000000000..789fa99991ac --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/.settings/bndtools.core.prefs @@ -0,0 +1,2 @@ +compileErrorAction=build +eclipse.preferences.version=1 diff --git a/dev/com.ibm.ws.crypto.common/.settings/org.eclipse.core.resources.prefs b/dev/com.ibm.ws.crypto.common/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 000000000000..25d9425fe34e --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,4 @@ +#Ant properties +#Automatically generated by the ant prepare.settings.files task +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/dev/com.ibm.ws.crypto.common/.settings/org.eclipse.jdt.core.prefs b/dev/com.ibm.ws.crypto.common/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 000000000000..cd59baf45655 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,286 @@ +#Ant properties +#Automatically generated by the ant prepare.settings.files task +org.eclipse.jdt.core.codeComplete.argumentPrefixes= +org.eclipse.jdt.core.codeComplete.argumentSuffixes= +org.eclipse.jdt.core.codeComplete.fieldPrefixes= +org.eclipse.jdt.core.codeComplete.fieldSuffixes= +org.eclipse.jdt.core.codeComplete.localPrefixes= +org.eclipse.jdt.core.codeComplete.localSuffixes= +org.eclipse.jdt.core.codeComplete.staticFieldPrefixes= +org.eclipse.jdt.core.codeComplete.staticFieldSuffixes= +org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes= +org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes= +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.8 +org.eclipse.jdt.core.formatter.align_type_members_on_columns=false +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=18 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=2 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=2 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=18 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=2 +org.eclipse.jdt.core.formatter.alignment_for_assignment=0 +org.eclipse.jdt.core.formatter.alignment_for_binary_expression=18 +org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 +org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0 +org.eclipse.jdt.core.formatter.alignment_for_enum_constants=16 +org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=18 +org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 +org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=18 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=18 +org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0 +org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=20 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=4 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0 +org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_after_package=1 +org.eclipse.jdt.core.formatter.blank_lines_before_field=0 +org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 +org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 +org.eclipse.jdt.core.formatter.blank_lines_before_method=1 +org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 +org.eclipse.jdt.core.formatter.blank_lines_before_package=0 +org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 +org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 +org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false +org.eclipse.jdt.core.formatter.comment.format_block_comments=true +org.eclipse.jdt.core.formatter.comment.format_header=false +org.eclipse.jdt.core.formatter.comment.format_html=false +org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true +org.eclipse.jdt.core.formatter.comment.format_line_comments=false +org.eclipse.jdt.core.formatter.comment.format_source_code=true +org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true +org.eclipse.jdt.core.formatter.comment.indent_root_tags=true +org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert +org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert +org.eclipse.jdt.core.formatter.comment.line_length=180 +org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true +org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true +org.eclipse.jdt.core.formatter.compact_else_if=true +org.eclipse.jdt.core.formatter.continuation_indentation=4 +org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=4 +org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off +org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on +org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false +org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=false +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true +org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_empty_lines=false +org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true +org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true +org.eclipse.jdt.core.formatter.indentation.size=8 +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert +org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.join_lines_in_comments=false +org.eclipse.jdt.core.formatter.join_wrapped_lines=false +org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false +org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false +org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false +org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false +org.eclipse.jdt.core.formatter.lineSplit=180 +org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=true +org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=true +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 +org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 +org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=false +org.eclipse.jdt.core.formatter.tabulation.char=space +org.eclipse.jdt.core.formatter.tabulation.size=4 +org.eclipse.jdt.core.formatter.use_on_off_tags=true +org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false +org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true +org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true diff --git a/dev/com.ibm.ws.crypto.common/.settings/org.eclipse.jdt.ui.prefs b/dev/com.ibm.ws.crypto.common/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 000000000000..5a895ed42e0e --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,117 @@ +#Ant properties +#Automatically generated by the ant prepare.settings.files task +cleanup.add_default_serial_version_id=false +cleanup.add_generated_serial_version_id=true +cleanup.add_missing_annotations=true +cleanup.add_missing_deprecated_annotations=true +cleanup.add_missing_methods=false +cleanup.add_missing_nls_tags=false +cleanup.add_missing_override_annotations=true +cleanup.add_missing_override_annotations_interface_methods=true +cleanup.add_serial_version_id=false +cleanup.always_use_blocks=true +cleanup.always_use_parentheses_in_expressions=false +cleanup.always_use_this_for_non_static_field_access=false +cleanup.always_use_this_for_non_static_method_access=false +cleanup.convert_to_enhanced_for_loop=false +cleanup.correct_indentation=true +cleanup.format_source_code=false +cleanup.format_source_code_changes_only=false +cleanup.make_local_variable_final=false +cleanup.make_parameters_final=true +cleanup.make_private_fields_final=false +cleanup.make_type_abstract_if_missing_method=false +cleanup.make_variable_declarations_final=false +cleanup.never_use_blocks=false +cleanup.never_use_parentheses_in_expressions=true +cleanup.organize_imports=false +cleanup.qualify_static_field_accesses_with_declaring_class=false +cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true +cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true +cleanup.qualify_static_member_accesses_with_declaring_class=true +cleanup.qualify_static_method_accesses_with_declaring_class=false +cleanup.remove_private_constructors=true +cleanup.remove_trailing_whitespaces=true +cleanup.remove_trailing_whitespaces_all=true +cleanup.remove_trailing_whitespaces_ignore_empty=false +cleanup.remove_unnecessary_casts=true +cleanup.remove_unnecessary_nls_tags=true +cleanup.remove_unused_imports=true +cleanup.remove_unused_local_variables=false +cleanup.remove_unused_private_fields=true +cleanup.remove_unused_private_members=false +cleanup.remove_unused_private_methods=true +cleanup.remove_unused_private_types=true +cleanup.sort_members=false +cleanup.sort_members_all=false +cleanup.use_blocks=true +cleanup.use_blocks_only_for_return_and_throw=false +cleanup.use_parentheses_in_expressions=true +cleanup.use_this_for_non_static_field_access=false +cleanup.use_this_for_non_static_field_access_only_if_necessary=true +cleanup.use_this_for_non_static_method_access=false +cleanup.use_this_for_non_static_method_access_only_if_necessary=true +eclipse.preferences.version=1 +editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true +org.eclipse.jdt.ui.exception.name=e +org.eclipse.jdt.ui.gettersetter.use.is=false +org.eclipse.jdt.ui.ignorelowercasenames=true +org.eclipse.jdt.ui.importorder=java;javax;org;com; +org.eclipse.jdt.ui.javadoc=true +org.eclipse.jdt.ui.keywordthis=false +org.eclipse.jdt.ui.ondemandthreshold=99 +org.eclipse.jdt.ui.overrideannotation=true +org.eclipse.jdt.ui.staticondemandthreshold=99 +org.eclipse.jdt.ui.text.custom_code_templates= +sp_cleanup.add_default_serial_version_id=true +sp_cleanup.add_generated_serial_version_id=false +sp_cleanup.add_missing_annotations=true +sp_cleanup.add_missing_deprecated_annotations=true +sp_cleanup.add_missing_methods=false +sp_cleanup.add_missing_nls_tags=false +sp_cleanup.add_missing_override_annotations=true +sp_cleanup.add_missing_override_annotations_interface_methods=true +sp_cleanup.add_serial_version_id=false +sp_cleanup.always_use_blocks=true +sp_cleanup.always_use_parentheses_in_expressions=false +sp_cleanup.always_use_this_for_non_static_field_access=false +sp_cleanup.always_use_this_for_non_static_method_access=false +sp_cleanup.convert_to_enhanced_for_loop=false +sp_cleanup.correct_indentation=false +sp_cleanup.format_source_code=true +sp_cleanup.format_source_code_changes_only=false +sp_cleanup.make_local_variable_final=false +sp_cleanup.make_parameters_final=false +sp_cleanup.make_private_fields_final=true +sp_cleanup.make_type_abstract_if_missing_method=false +sp_cleanup.make_variable_declarations_final=true +sp_cleanup.never_use_blocks=false +sp_cleanup.never_use_parentheses_in_expressions=true +sp_cleanup.on_save_use_additional_actions=true +sp_cleanup.organize_imports=true +sp_cleanup.qualify_static_field_accesses_with_declaring_class=false +sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_with_declaring_class=false +sp_cleanup.qualify_static_method_accesses_with_declaring_class=false +sp_cleanup.remove_private_constructors=true +sp_cleanup.remove_trailing_whitespaces=true +sp_cleanup.remove_trailing_whitespaces_all=true +sp_cleanup.remove_trailing_whitespaces_ignore_empty=false +sp_cleanup.remove_unnecessary_casts=true +sp_cleanup.remove_unnecessary_nls_tags=true +sp_cleanup.remove_unused_imports=true +sp_cleanup.remove_unused_local_variables=false +sp_cleanup.remove_unused_private_fields=true +sp_cleanup.remove_unused_private_members=false +sp_cleanup.remove_unused_private_methods=true +sp_cleanup.remove_unused_private_types=true +sp_cleanup.sort_members=false +sp_cleanup.sort_members_all=false +sp_cleanup.use_blocks=false +sp_cleanup.use_blocks_only_for_return_and_throw=false +sp_cleanup.use_parentheses_in_expressions=false +sp_cleanup.use_this_for_non_static_field_access=false +sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true +sp_cleanup.use_this_for_non_static_method_access=false +sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true diff --git a/dev/com.ibm.ws.crypto.common/bnd.bnd b/dev/com.ibm.ws.crypto.common/bnd.bnd new file mode 100644 index 000000000000..e4b9ee3640b2 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/bnd.bnd @@ -0,0 +1,30 @@ +#******************************************************************************* +# Copyright (c) 2017, 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +#******************************************************************************* +-include= ~../cnf/resources/bnd/bundle.props +bVersion=1.0 + +Bundle-SymbolicName: com.ibm.ws.crypto.common +Bundle-Name: Crypto Common +Bundle-Description: Common Crypto; version=${bVersion} + +Export-Package: \ + com.ibm.ws.crypto.common + +-buildpath: \ + com.ibm.ws.logging;version=latest,\ + com.ibm.ws.kernel.boot;version=latest,\ + com.ibm.ws.org.osgi.annotation.versioning;version=latest + +-testpath: \ + ../build.sharedResources/lib/junit/old/junit.jar;version=file,\ + com.ibm.ws.junit.extensions;version=latest diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops new file mode 100644 index 000000000000..158b0b6bd34a --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: The {0} configuration element specifies the {1} insecure cryptographic algorithm. Consider using the {2} secure algorithm instead. +CRYPTO_INSECURE.explanation=The configured algorithm is no longer considered cryptographically secure. +CRYPTO_INSECURE.useraction=Use the suggested secure algorithm. + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: The {0} configuration element specifies the {1} insecure cryptographic algorithm. The {2} secure algorithm is used instead. +CRYPTO_INSECURE_REPLACED.explanation=The insecure cryptographic algorithm was replaced with the secure algorithm. +CRYPTO_INSECURE_REPLACED.useraction=No action is required. + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: The {0} configuration element uses the {1} insecure cryptographic algorithm. Consider replacing the configuration with a different provider if security is a concern. +CRYPTO_INSECURE_PROVIDER.explanation=The algorithm is no longer considered cryptographically secure. +CRYPTO_INSECURE_PROVIDER.useraction=Consider replacing the configuration with a different provider if security is a concern. \ No newline at end of file diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_cs.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_cs.nlsprops new file mode 100644 index 000000000000..c9f4be7957f0 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_cs.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: The {0} konfigura\u010dn\u00ed prvek ur\u010duje {1} nezabezpe\u010den\u00fd kryptografick\u00fd algoritmus. Zva\u017ete pou\u017eit\u00ed {2} m\u00edsto toho bezpe\u010dn\u00fd algoritmus. +CRYPTO_INSECURE.explanation=Nakonfigurovan\u00fd algoritmus ji\u017e nen\u00ed pova\u017eov\u00e1n za kryptograficky bezpe\u010dn\u00fd. +CRYPTO_INSECURE.useraction=Pou\u017eijte navrhovan\u00fd bezpe\u010dn\u00fd algoritmus. + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: The {0} konfigura\u010dn\u00ed prvek ur\u010duje {1} nezabezpe\u010den\u00fd kryptografick\u00fd algoritmus. The {2} m\u00edsto toho se pou\u017e\u00edv\u00e1 bezpe\u010dn\u00fd algoritmus. +CRYPTO_INSECURE_REPLACED.explanation=Nezabezpe\u010den\u00fd kryptografick\u00fd algoritmus byl nahrazen zabezpe\u010den\u00fdm algoritmem. +CRYPTO_INSECURE_REPLACED.useraction=Nen\u00ed pot\u0159eba \u017e\u00e1dn\u00e1 akce. + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: Konfigura\u010dn\u00ed prvek {0} pou\u017e\u00edv\u00e1 nezabezpe\u010den\u00fd kryptografick\u00fd algoritmus {1} . Pokud jde o zabezpe\u010den\u00ed, zva\u017ete nahrazen\u00ed konfigurace jin\u00fdm poskytovatelem. +CRYPTO_INSECURE_PROVIDER.explanation=Algoritmus ji\u017e nen\u00ed pova\u017eov\u00e1n za kryptograficky bezpe\u010dn\u00fd. +CRYPTO_INSECURE_PROVIDER.useraction=Pokud jde o zabezpe\u010den\u00ed, zva\u017ete nahrazen\u00ed konfigurace jin\u00fdm poskytovatelem. diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_de.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_de.nlsprops new file mode 100644 index 000000000000..1b8e519ffebd --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_de.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: Der {0} Konfigurationselement gibt an, {1} unsicherer kryptographischer Algorithmus. Erw\u00e4gen Sie die Verwendung von {2} sicherer Algorithmus stattdessen. +CRYPTO_INSECURE.explanation=Der konfigurierte Algorithmus gilt nicht mehr als kryptografisch sicher. +CRYPTO_INSECURE.useraction=Verwenden Sie den vorgeschlagenen sicheren Algorithmus. + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: Der {0} Konfigurationselement gibt an, {1} unsicherer kryptographischer Algorithmus. Der {2} Stattdessen wird ein sicherer Algorithmus verwendet. +CRYPTO_INSECURE_REPLACED.explanation=Der unsichere kryptographische Algorithmus wurde durch den sicheren Algorithmus ersetzt. +CRYPTO_INSECURE_REPLACED.useraction=Es ist keine Aktion erforderlich. + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: Das {0} Konfigurationselement verwendet den {1} unsicheren kryptographischen Algorithmus. Ziehen Sie in Erw\u00e4gung, die Konfiguration durch einen anderen Anbieter zu ersetzen, wenn die Sicherheit ein Thema ist. +CRYPTO_INSECURE_PROVIDER.explanation=Der Algorithmus gilt nicht mehr als kryptographisch sicher. +CRYPTO_INSECURE_PROVIDER.useraction=Ziehen Sie in Erw\u00e4gung, die Konfiguration durch einen anderen Anbieter zu ersetzen, wenn die Sicherheit ein Thema ist. diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_es.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_es.nlsprops new file mode 100644 index 000000000000..8d8be15a557b --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_es.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: El {0} El elemento de configuraci\u00f3n especifica el {1} Algoritmo criptogr\u00e1fico inseguro. Considere usar el {2} algoritmo seguro en su lugar. +CRYPTO_INSECURE.explanation=El algoritmo configurado ya no se considera criptogr\u00e1ficamente seguro. +CRYPTO_INSECURE.useraction=Utilice el algoritmo seguro sugerido. + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: El {0} El elemento de configuraci\u00f3n especifica el {1} Algoritmo criptogr\u00e1fico inseguro. El {2} En su lugar se utiliza un algoritmo seguro. +CRYPTO_INSECURE_REPLACED.explanation=El algoritmo criptogr\u00e1fico inseguro fue reemplazado por el algoritmo seguro. +CRYPTO_INSECURE_REPLACED.useraction=No se requiere ninguna acci\u00f3n. + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: El elemento de configuraci\u00f3n {0} utiliza el algoritmo criptogr\u00e1fico inseguro {1}. Considere la posibilidad de sustituir la configuraci\u00f3n por un proveedor diferente si la seguridad es una preocupaci\u00f3n. +CRYPTO_INSECURE_PROVIDER.explanation=El algoritmo ya no se considera criptogr\u00e1ficamente seguro. +CRYPTO_INSECURE_PROVIDER.useraction=Considere la posibilidad de sustituir la configuraci\u00f3n por un proveedor diferente si la seguridad es una preocupaci\u00f3n. diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_fr.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_fr.nlsprops new file mode 100644 index 000000000000..d15d2d3e22a2 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_fr.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: Le {0} L''\u00e9l\u00e9ment de configuration sp\u00e9cifie le {1} algorithme cryptographique non s\u00e9curis\u00e9. Pensez \u00e0 utiliser le {2} algorithme s\u00e9curis\u00e9 \u00e0 la place. +CRYPTO_INSECURE.explanation=L\u2019algorithme configur\u00e9 n\u2019est plus consid\u00e9r\u00e9 comme s\u00e9curis\u00e9 du point de vue cryptographique. +CRYPTO_INSECURE.useraction=Utilisez l\u2019algorithme s\u00e9curis\u00e9 sugg\u00e9r\u00e9. + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: Le {0} L''\u00e9l\u00e9ment de configuration sp\u00e9cifie le {1} algorithme cryptographique non s\u00e9curis\u00e9. Le {2} un algorithme s\u00e9curis\u00e9 est utilis\u00e9 \u00e0 la place. +CRYPTO_INSECURE_REPLACED.explanation=L'algorithme cryptographique non s\u00e9curis\u00e9 a \u00e9t\u00e9 remplac\u00e9 par l'algorithme s\u00e9curis\u00e9. +CRYPTO_INSECURE_REPLACED.useraction=Aucune action n'est requise. + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: L''\u00e9l\u00e9ment de configuration {0} utilise l''algorithme cryptographique non s\u00e9curis\u00e9 {1}. Envisagez de remplacer la configuration par un autre fournisseur si la s\u00e9curit\u00e9 est une pr\u00e9occupation. +CRYPTO_INSECURE_PROVIDER.explanation=L'algorithme n'est plus consid\u00e9r\u00e9 comme s\u00fbr sur le plan cryptographique. +CRYPTO_INSECURE_PROVIDER.useraction=Envisagez de remplacer la configuration par un autre fournisseur si la s\u00e9curit\u00e9 est une pr\u00e9occupation. diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_hu.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_hu.nlsprops new file mode 100644 index 000000000000..0af2985de566 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_hu.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: A {0} konfigur\u00e1ci\u00f3s elem hat\u00e1rozza meg a {1} nem biztons\u00e1gos kriptogr\u00e1fiai algoritmus. Fontolja meg a {2} biztons\u00e1gos algoritmus helyett. +CRYPTO_INSECURE.explanation=A be\u00e1ll\u00edtott algoritmus m\u00e1r nem tekinthet\u0151 kriptogr\u00e1fiailag biztons\u00e1gosnak. +CRYPTO_INSECURE.useraction=Haszn\u00e1lja a javasolt biztons\u00e1gos algoritmust. + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: A {0} konfigur\u00e1ci\u00f3s elem hat\u00e1rozza meg a {1} nem biztons\u00e1gos kriptogr\u00e1fiai algoritmus. A {2} helyett biztons\u00e1gos algoritmust haszn\u00e1lnak. +CRYPTO_INSECURE_REPLACED.explanation=A nem biztons\u00e1gos kriptogr\u00e1fiai algoritmust a biztons\u00e1gos algoritmus v\u00e1ltotta fel. +CRYPTO_INSECURE_REPLACED.useraction=Nincs teend\u0151. + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: A {0} konfigur\u00e1ci\u00f3s elem a {1} nem biztons\u00e1gos kriptogr\u00e1fiai algoritmust haszn\u00e1lja. Fontolja meg a konfigur\u00e1ci\u00f3 lecser\u00e9l\u00e9s\u00e9t egy m\u00e1sik szolg\u00e1ltat\u00f3ra, ha a biztons\u00e1g agg\u00e1lyos. +CRYPTO_INSECURE_PROVIDER.explanation=Az algoritmus m\u00e1r nem tekinthet\u0151 kriptogr\u00e1fiailag biztons\u00e1gosnak. +CRYPTO_INSECURE_PROVIDER.useraction=Fontolja meg a konfigur\u00e1ci\u00f3 lecser\u00e9l\u00e9s\u00e9t egy m\u00e1sik szolg\u00e1ltat\u00f3ra, ha a biztons\u00e1g agg\u00e1lyos. diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_it.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_it.nlsprops new file mode 100644 index 000000000000..479a8c226147 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_it.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: IL {0} l''elemento di configurazione specifica il {1} algoritmo crittografico non sicuro. Prendi in considerazione l''utilizzo di {2} algoritmo sicuro invece. +CRYPTO_INSECURE.explanation=L'algoritmo configurato non \u00e8 pi\u00f9 considerato crittograficamente sicuro. +CRYPTO_INSECURE.useraction=Utilizza l'algoritmo sicuro suggerito. + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: IL {0} l''elemento di configurazione specifica il {1} algoritmo crittografico non sicuro. IL {2} viene invece utilizzato l''algoritmo sicuro. +CRYPTO_INSECURE_REPLACED.explanation=L'algoritmo crittografico non sicuro \u00e8 stato sostituito con l'algoritmo sicuro. +CRYPTO_INSECURE_REPLACED.useraction=Non \u00e8 richiesta alcuna azione. + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: L''elemento di configurazione {0} utilizza l''algoritmo crittografico insicuro {1}. Considerate la possibilit\u00e0 di sostituire la configurazione con un altro provider se la sicurezza \u00e8 un problema. +CRYPTO_INSECURE_PROVIDER.explanation=L'algoritmo non \u00e8 pi\u00f9 considerato crittograficamente sicuro. +CRYPTO_INSECURE_PROVIDER.useraction=Considerate la possibilit\u00e0 di sostituire la configurazione con un altro provider se la sicurezza \u00e8 un problema. diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ja.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ja.nlsprops new file mode 100644 index 000000000000..e8a4f5424953 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ja.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: \u306e{0}\u69cb\u6210\u8981\u7d20\u306f\u3001 {1}\u5b89\u5168\u3067\u306a\u3044\u6697\u53f7\u5316\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3002 \u4f7f\u7528\u3092\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044{2}\u4ee3\u308f\u308a\u306b\u5b89\u5168\u306a\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 +CRYPTO_INSECURE.explanation=\u69cb\u6210\u3055\u308c\u305f\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u306f\u3001\u6697\u53f7\u7684\u306b\u5b89\u5168\u3067\u3042\u308b\u3068\u306f\u898b\u306a\u3055\u308c\u306a\u304f\u306a\u308a\u307e\u3057\u305f\u3002 +CRYPTO_INSECURE.useraction=\u63a8\u5968\u3055\u308c\u308b\u5b89\u5168\u306a\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: \u306e{0}\u69cb\u6210\u8981\u7d20\u306f\u3001 {1}\u5b89\u5168\u3067\u306a\u3044\u6697\u53f7\u5316\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3002 \u306e{2}\u4ee3\u308f\u308a\u306b\u5b89\u5168\u306a\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 +CRYPTO_INSECURE_REPLACED.explanation=\u5b89\u5168\u3067\u306a\u3044\u6697\u53f7\u5316\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u304c\u5b89\u5168\u306a\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u306b\u7f6e\u304d\u63db\u3048\u3089\u308c\u307e\u3057\u305f\u3002 +CRYPTO_INSECURE_REPLACED.useraction=\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u4e0d\u8981\u3067\u3059\u3002 + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: {0}\u30b3\u30f3\u30d5\u30a3\u30ae\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u8981\u7d20\u306f\u3001{1}\u5b89\u5168\u3067\u306a\u3044\u6697\u53f7\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 \u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u304c\u61f8\u5ff5\u3055\u308c\u308b\u5834\u5408\u306f\u3001\u5225\u306e\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u306b\u8a2d\u5b9a\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u3092\u691c\u8a0e\u3059\u308b\u3002 +CRYPTO_INSECURE_PROVIDER.explanation=\u3053\u306e\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u306f\u3001\u3082\u306f\u3084\u6697\u53f7\u5b66\u7684\u306b\u5b89\u5168\u3067\u3042\u308b\u3068\u306f\u8003\u3048\u3089\u308c\u3066\u3044\u306a\u3044\u3002 +CRYPTO_INSECURE_PROVIDER.useraction=\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u304c\u61f8\u5ff5\u3055\u308c\u308b\u5834\u5408\u306f\u3001\u5225\u306e\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u306b\u8a2d\u5b9a\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u3092\u691c\u8a0e\u3059\u308b\u3002 diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ko.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ko.nlsprops new file mode 100644 index 000000000000..8bc4100be987 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ko.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: \uadf8\ub9cc\ud07c {0} \uad6c\uc131 \uc694\uc18c\ub294 \ub2e4\uc74c\uc744 \uc9c0\uc815\ud569\ub2c8\ub2e4. {1} \uc548\uc804\ud558\uc9c0 \uc54a\uc740 \uc554\ud638\ud654 \uc54c\uace0\ub9ac\uc998. \ub2e4\uc74c\uc744 \uc0ac\uc6a9\ud558\ub294 \uac83\uc744 \uace0\ub824\ud574\ubcf4\uc138\uc694. {2} \ub300\uc2e0 \ubcf4\uc548 \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud558\uc138\uc694. +CRYPTO_INSECURE.explanation=\uad6c\uc131\ub41c \uc54c\uace0\ub9ac\uc998\uc740 \ub354 \uc774\uc0c1 \uc554\ud638\ud654\ub41c \ubcf4\uc548\uc73c\ub85c \uac04\uc8fc\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +CRYPTO_INSECURE.useraction=\uc81c\uc548\ub41c \ubcf4\uc548 \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud558\uc138\uc694. + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: \uadf8\ub9cc\ud07c {0} \uad6c\uc131 \uc694\uc18c\ub294 \ub2e4\uc74c\uc744 \uc9c0\uc815\ud569\ub2c8\ub2e4. {1} \uc548\uc804\ud558\uc9c0 \uc54a\uc740 \uc554\ud638\ud654 \uc54c\uace0\ub9ac\uc998. \uadf8\ub9cc\ud07c {2} \ub300\uc2e0 \ubcf4\uc548 \uc54c\uace0\ub9ac\uc998\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. +CRYPTO_INSECURE_REPLACED.explanation=\uc548\uc804\ud558\uc9c0 \uc54a\uc740 \uc554\ud638\ud654 \uc54c\uace0\ub9ac\uc998\uc774 \ubcf4\uc548 \uc54c\uace0\ub9ac\uc998\uc73c\ub85c \ub300\uccb4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +CRYPTO_INSECURE_REPLACED.useraction=\uc870\uce58\uac00 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: {0} \uad6c\uc131 \uc694\uc18c\ub294 {1} \uc548\uc804\ud558\uc9c0 \uc54a\uc740 \uc554\ud638\ud654 \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \ubcf4\uc548\uc774 \uc6b0\ub824\ub418\ub294 \uacbd\uc6b0 \ub2e4\ub978 \uacf5\uae09\uc5c5\uccb4\ub85c \uad6c\uc131\uc744 \uad50\uccb4\ud558\ub294 \uac83\uc744 \uace0\ub824\ud558\uc138\uc694. +CRYPTO_INSECURE_PROVIDER.explanation=\uc774 \uc54c\uace0\ub9ac\uc998\uc740 \ub354 \uc774\uc0c1 \uc554\ud638\ud559\uc801\uc73c\ub85c \uc548\uc804\ud55c \uac83\uc73c\ub85c \uac04\uc8fc\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +CRYPTO_INSECURE_PROVIDER.useraction=\ubcf4\uc548\uc774 \uc6b0\ub824\ub418\ub294 \uacbd\uc6b0 \ub2e4\ub978 \uacf5\uae09\uc5c5\uccb4\ub85c \uad6c\uc131\uc744 \uad50\uccb4\ud558\ub294 \uac83\uc744 \uace0\ub824\ud558\uc138\uc694. diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_pl.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_pl.nlsprops new file mode 100644 index 000000000000..476f13c0dbae --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_pl.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: The {0} element konfiguracji okre\u015bla {1} niepewny algorytm kryptograficzny. Rozwa\u017c u\u017cycie {2} zamiast tego bezpieczny algorytm. +CRYPTO_INSECURE.explanation=Skonfigurowany algorytm nie jest ju\u017c uwa\u017cany za bezpieczny kryptograficznie. +CRYPTO_INSECURE.useraction=U\u017cyj sugerowanego bezpiecznego algorytmu. + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: The {0} element konfiguracji okre\u015bla {1} niepewny algorytm kryptograficzny. The {2} zamiast tego u\u017cywany jest bezpieczny algorytm. +CRYPTO_INSECURE_REPLACED.explanation=Niepewny algorytm kryptograficzny zosta\u0142 zast\u0105piony algorytmem bezpiecznym. +CRYPTO_INSECURE_REPLACED.useraction=Nie jest wymagana \u017cadna czynno\u015b\u0107. + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: Element konfiguracji {0} u\u017cywa niebezpiecznego algorytmu kryptograficznego {1} . Je\u015bli masz obawy dotycz\u0105ce bezpiecze\u0144stwa, rozwa\u017c zast\u0105pienie konfiguracji przez innego dostawc\u0119. +CRYPTO_INSECURE_PROVIDER.explanation=Algorytm ten nie jest ju\u017c uwa\u017cany za kryptograficznie bezpieczny. +CRYPTO_INSECURE_PROVIDER.useraction=Je\u015bli masz obawy dotycz\u0105ce bezpiecze\u0144stwa, rozwa\u017c zast\u0105pienie konfiguracji przez innego dostawc\u0119. diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_pt_BR.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_pt_BR.nlsprops new file mode 100644 index 000000000000..6a6cc83b3455 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_pt_BR.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: O {0} elemento de configura\u00e7\u00e3o especifica o {1} algoritmo criptogr\u00e1fico inseguro. Considere usar o {2} algoritmo seguro em vez disso. +CRYPTO_INSECURE.explanation=O algoritmo configurado n\u00e3o \u00e9 mais considerado criptograficamente seguro. +CRYPTO_INSECURE.useraction=Use o algoritmo seguro sugerido. + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: O {0} elemento de configura\u00e7\u00e3o especifica o {1} algoritmo criptogr\u00e1fico inseguro. O {2} algoritmo seguro \u00e9 usado em seu lugar. +CRYPTO_INSECURE_REPLACED.explanation=O algoritmo criptogr\u00e1fico inseguro foi substitu\u00eddo pelo algoritmo seguro. +CRYPTO_INSECURE_REPLACED.useraction=Nenhuma a\u00e7\u00e3o \u00e9 necess\u00e1ria. + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: O elemento de configura\u00e7\u00e3o {0} usa o algoritmo criptogr\u00e1fico inseguro {1}. Considere a possibilidade de substituir a configura\u00e7\u00e3o por um provedor diferente se a seguran\u00e7a for uma preocupa\u00e7\u00e3o. +CRYPTO_INSECURE_PROVIDER.explanation=O algoritmo n\u00e3o \u00e9 mais considerado criptograficamente seguro. +CRYPTO_INSECURE_PROVIDER.useraction=Considere a possibilidade de substituir a configura\u00e7\u00e3o por um provedor diferente se a seguran\u00e7a for uma preocupa\u00e7\u00e3o. diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ro.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ro.nlsprops new file mode 100644 index 000000000000..15bd4d76f5c5 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ro.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: The {0} elementul de configurare specific\u0103 {1} algoritm criptografic nesigur. Lua\u021bi \u00een considerare utilizarea {2} algoritm securizat \u00een schimb. +CRYPTO_INSECURE.explanation=Algoritmul configurat nu mai este considerat sigur din punct de vedere criptografic. +CRYPTO_INSECURE.useraction=Utiliza\u021bi algoritmul securizat sugerat. + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: The {0} elementul de configurare specific\u0103 {1} algoritm criptografic nesigur. The {2} se folose\u0219te \u00een schimb algoritmul securizat. +CRYPTO_INSECURE_REPLACED.explanation=Algoritmul criptografic nesigur a fost \u00eenlocuit cu algoritmul securizat. +CRYPTO_INSECURE_REPLACED.useraction=Nu este necesar\u0103 nicio ac\u0163iune. + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: Elementul de configurare {0} utilizeaz\u0103 algoritmul criptografic nesigur {1} . Lua\u021bi \u00een considerare \u00eenlocuirea configura\u021biei cu un alt furnizor dac\u0103 securitatea este o problem\u0103. +CRYPTO_INSECURE_PROVIDER.explanation=Algoritmul nu mai este considerat sigur din punct de vedere criptografic. +CRYPTO_INSECURE_PROVIDER.useraction=Lua\u021bi \u00een considerare \u00eenlocuirea configura\u021biei cu un alt furnizor dac\u0103 securitatea este o problem\u0103. diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ru.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ru.nlsprops new file mode 100644 index 000000000000..1f3f02dc524c --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_ru.nlsprops @@ -0,0 +1,38 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: {0} \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442 {1} \u043d\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c. \u0420\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f {2} \u0412\u043c\u0435\u0441\u0442\u043e \u044d\u0442\u043e\u0433\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c. +CRYPTO_INSECURE.explanation=\u041d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044f \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u043c. +CRYPTO_INSECURE.useraction=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c. + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: {0} \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442 {1} \u043d\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c. {2} \u0412\u043c\u0435\u0441\u0442\u043e \u044d\u0442\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c. +CRYPTO_INSECURE_REPLACED.explanation=\u041d\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c \u0431\u044b\u043b \u0437\u0430\u043c\u0435\u043d\u0435\u043d \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u043c \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u043e\u043c. +CRYPTO_INSECURE_REPLACED.useraction=\u041d\u0438\u043a\u0430\u043a\u0438\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f. + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: \u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 {0} \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u043d\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c {1} . \u0415\u0441\u043b\u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c \u0432\u044b\u0437\u044b\u0432\u0430\u0435\u0442 \u043e\u043f\u0430\u0441\u0435\u043d\u0438\u044f, \u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u043c\u0435\u043d\u044b \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043d\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u0434\u0440\u0443\u0433\u043e\u0433\ + \u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430. +CRYPTO_INSECURE_PROVIDER.explanation=\u0410\u043b\u0433\u043e\u0440\u0438\u0442\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044f \u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u043c. +CRYPTO_INSECURE_PROVIDER.useraction=\u0415\u0441\u043b\u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c \u0432\u044b\u0437\u044b\u0432\u0430\u0435\u0442 \u043e\u043f\u0430\u0441\u0435\u043d\u0438\u044f, \u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u043c\u0435\u043d\u044b \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043d\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u0434\u0440\u0443\u0433\u043e\u0433\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430. diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_zh.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_zh.nlsprops new file mode 100644 index 000000000000..f4fa5d6a672a --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_zh.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: {0} \u914d\u7f6e\u5143\u7d20\u6307\u5b9a\u4e86 {1} \u4e0d\u5b89\u5168\u52a0\u5bc6\u7b97\u6cd5\u3002 \u8bf7\u8003\u8651\u4f7f\u7528 {2} \u5b89\u5168\u7b97\u6cd5\u3002 +CRYPTO_INSECURE.explanation=\u6240\u914d\u7f6e\u7684\u7b97\u6cd5\u4e0d\u518d\u88ab\u8ba4\u4e3a\u662f\u52a0\u5bc6\u5b89\u5168\u7684\u3002 +CRYPTO_INSECURE.useraction=\u4f7f\u7528\u5efa\u8bae\u7684\u5b89\u5168\u7b97\u6cd5\u3002 + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: {0} \u914d\u7f6e\u5143\u7d20\u6307\u5b9a\u4e86 {1} \u4e0d\u5b89\u5168\u52a0\u5bc6\u7b97\u6cd5\u3002 {2} \u5b89\u5168\u7b97\u6cd5\u5c06\u88ab\u66ff\u4ee3\u4f7f\u7528\u3002 +CRYPTO_INSECURE_REPLACED.explanation=\u7528\u5b89\u5168\u7b97\u6cd5\u53d6\u4ee3\u4e86\u4e0d\u5b89\u5168\u7684\u52a0\u5bc6\u7b97\u6cd5\u3002 +CRYPTO_INSECURE_REPLACED.useraction=\u4e0d\u9700\u8981\u6267\u884c\u4efb\u4f55\u64cd\u4f5c\u3002 + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: {0} \u914d\u7f6e\u5143\u7d20\u4f7f\u7528 {1} \u4e0d\u5b89\u5168\u52a0\u5bc6\u7b97\u6cd5\u3002 \u5982\u679c\u62c5\u5fc3\u5b89\u5168\u95ee\u9898\uff0c\u53ef\u8003\u8651\u66f4\u6362\u4e0d\u540c\u7684\u63d0\u4f9b\u5546\u3002 +CRYPTO_INSECURE_PROVIDER.explanation=\u8fd9\u79cd\u7b97\u6cd5\u4e0d\u518d\u88ab\u8ba4\u4e3a\u662f\u52a0\u5bc6\u5b89\u5168\u7684\u3002 +CRYPTO_INSECURE_PROVIDER.useraction=\u5982\u679c\u62c5\u5fc3\u5b89\u5168\u95ee\u9898\uff0c\u53ef\u8003\u8651\u66f4\u6362\u4e0d\u540c\u7684\u63d0\u4f9b\u5546\u3002 diff --git a/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_zh_TW.nlsprops b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_zh_TW.nlsprops new file mode 100644 index 000000000000..39abfcfb71dc --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages_zh_TW.nlsprops @@ -0,0 +1,37 @@ +############################################################################### +# Copyright (c) 2024 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# # {0} description of each insert field +# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} +# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message +# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message +# +#CMVCPATHNAME com.ibm.ws.crypto.common/resources/com/ibm/ws/crypto/common/resources/CryptoCommonMessages.nlsprops +#COMPONENTPREFIX CWWKS +#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities +#ISMESSAGEFILE TRUE +#NLS_MESSAGEFORMAT_VAR +#NLS_ENCODING=UNICODE +# ------------------------------------------------------------------------------------------------- + +#Message prefix block: CWWKS5900 - CWWKS5910 +CRYPTO_INSECURE=CWWKS5900W: \u9019{0}\u914d\u7f6e\u5143\u7d20\u6307\u5b9a{1}\u4e0d\u5b89\u5168\u7684\u52a0\u5bc6\u6f14\u7b97\u6cd5\u3002 \u8003\u616e\u4f7f\u7528{2}\u800c\u662f\u63a1\u7528\u5b89\u5168\u6f14\u7b97\u6cd5\u3002 +CRYPTO_INSECURE.explanation=\u914d\u7f6e\u7684\u6f14\u7b97\u6cd5\u4e0d\u518d\u88ab\u8a8d\u70ba\u662f\u52a0\u5bc6\u5b89\u5168\u7684\u3002 +CRYPTO_INSECURE.useraction=\u4f7f\u7528\u5efa\u8b70\u7684\u5b89\u5168\u6f14\u7b97\u6cd5\u3002 + +CRYPTO_INSECURE_REPLACED=CWWKS5901W: \u9019{0}\u914d\u7f6e\u5143\u7d20\u6307\u5b9a{1}\u4e0d\u5b89\u5168\u7684\u52a0\u5bc6\u6f14\u7b97\u6cd5\u3002 \u9019{2}\u800c\u662f\u4f7f\u7528\u5b89\u5168\u6f14\u7b97\u6cd5\u3002 +CRYPTO_INSECURE_REPLACED.explanation=\u4e0d\u5b89\u5168\u7684\u52a0\u5bc6\u6f14\u7b97\u6cd5\u88ab\u5b89\u5168\u6f14\u7b97\u6cd5\u53d6\u4ee3\u3002 +CRYPTO_INSECURE_REPLACED.useraction=\u4e0d\u9700\u4efb\u4f55\u52d5\u4f5c\u3002 + +CRYPTO_INSECURE_PROVIDER=CWWKS5902W: {0}\u914d\u7f6e\u5143\u7d20\u4f7f\u7528{1}\u4e0d\u5b89\u5168\u52a0\u5bc6\u6f14\u7b97\u6cd5\u3002 \u5982\u679c\u64d4\u5fc3\u5b89\u5168\u6027\uff0c\u8acb\u8003\u616e\u4f7f\u7528\u4e0d\u540c\u7684\u63d0\u4f9b\u8005\u66ff\u63db\u914d\u7f6e\u3002 +CRYPTO_INSECURE_PROVIDER.explanation=\u8a72\u6f14\u7b97\u6cd5\u4e0d\u518d\u88ab\u8a8d\u70ba\u662f\u52a0\u5bc6\u5b89\u5168\u7684\u3002 +CRYPTO_INSECURE_PROVIDER.useraction=\u5982\u679c\u64d4\u5fc3\u5b89\u5168\u6027\uff0c\u8acb\u8003\u616e\u4f7f\u7528\u4e0d\u540c\u7684\u63d0\u4f9b\u8005\u66ff\u63db\u914d\u7f6e\u3002 diff --git a/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/CryptoMessageUtils.java b/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/CryptoMessageUtils.java new file mode 100644 index 000000000000..c03d0ff1a0cc --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/CryptoMessageUtils.java @@ -0,0 +1,46 @@ +/******************************************************************************* + * Copyright (c) 2024 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License 2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package com.ibm.ws.crypto.common; + +import com.ibm.websphere.ras.Tr; +import com.ibm.websphere.ras.TraceComponent; +import com.ibm.ws.kernel.productinfo.ProductInfo; // TODO remove beta check + +public class CryptoMessageUtils { + + private static TraceComponent tc = Tr.register(CryptoMessageUtils.class); + + + public static void logInsecureAlgorithm(String configProperty, String insecureAlgorithm) { + // TODO remove beta check + if (isRunningBetaMode()) { + Tr.warning(tc, "CRYPTO_INSECURE", configProperty, insecureAlgorithm); + } + } + + public static void logInsecureAlgorithmReplaced(String configProperty, String insecureAlgorithm, String secureAlgorithm) { + // TODO remove beta check + if (isRunningBetaMode()) { + Tr.warning(tc, "CRYPTO_INSECURE_REPLACED", configProperty, insecureAlgorithm, secureAlgorithm); + } + } + + public static void logInsecureProvider(String provider, String insecureAlgorithm) { + // TODO remove beta check + if (isRunningBetaMode()) { + Tr.warning(tc, "CRYPTO_INSECURE_PROVIDER", provider, insecureAlgorithm); + } + } + + // TODO remove beta check + static boolean isRunningBetaMode() { + return ProductInfo.getBetaEdition(); + } +} diff --git a/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/CryptoUtils.java b/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/CryptoUtils.java new file mode 100644 index 000000000000..dbc86ab22143 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/CryptoUtils.java @@ -0,0 +1,45 @@ +/******************************************************************************* +* Copyright (c) 2024 IBM Corporation and others. +* All rights reserved. This program and the accompanying materials +* are made available under the terms of the Eclipse Public License 2.0 +* which accompanies this distribution, and is available at +* http://www.eclipse.org/legal/epl-2.0/ +* +* SPDX-License-Identifier: EPL-2.0 +*******************************************************************************/ +package com.ibm.ws.crypto.common; + +import java.util.HashMap; +import java.util.Map; + +public class CryptoUtils { + + private static Map secureAlternative = new HashMap<>(); + static { + secureAlternative.put("SHA", "SHA256"); + secureAlternative.put("SHA1", "SHA256"); + secureAlternative.put("SHA-1", "SHA256"); + secureAlternative.put("SHA128", "SHA256"); + secureAlternative.put("MD5", "SHA256"); + } + + /** + * Answers whether a crypto algorithm is considered insecure. + * + * @param algorithm The algorithm to check. + * @return True if the algorithm is considered insecure, false otherwise. + */ + public static boolean isAlgorithmInsecure(String algorithm) { + return secureAlternative.containsKey(algorithm); + } + + /** + * Returns a secure crypto algorithm to use in place of the given one. + * + * @param algorithm The insecure algorithm to be replaced. + * @return A secure replacement algorithm. If there is none a null is returned. + */ + public static String getSecureAlternative(String algorithm) { + return secureAlternative.get(algorithm); + } +} diff --git a/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/FipsUtils.java b/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/FipsUtils.java new file mode 100644 index 000000000000..725ae1dbecc4 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/FipsUtils.java @@ -0,0 +1,52 @@ +/******************************************************************************* + * Copyright (c) 2024 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License 2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package com.ibm.ws.crypto.common; + +import java.security.AccessController; +import java.security.PrivilegedAction; + +import com.ibm.websphere.ras.Tr; +import com.ibm.websphere.ras.TraceComponent; +import com.ibm.ws.kernel.productinfo.ProductInfo; + +public class FipsUtils { + + private static final TraceComponent tc = Tr.register(FipsUtils.class); + + static String FIPSLevel = getFipsLevel(); + + //TODO remove with beta checks + static boolean unitTest = false; + + static String getFipsLevel() { + String fipsLevel = AccessController.doPrivileged(new PrivilegedAction() { + @Override + public String run() { + return System.getProperty("com.ibm.fips.mode"); + } + }); + return fipsLevel; + } + + public static boolean isFips140_3Enabled() { + //TODO remove beta check + if (unitTest) { + return "140-3".equals(FIPSLevel); + } else { + return isRunningBetaMode() && "140-3".equals(FIPSLevel); + } + } + + //TODO remove beta check + static boolean isRunningBetaMode() { + return ProductInfo.getBetaEdition(); + } + +} diff --git a/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/MessageDigestUtils.java b/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/MessageDigestUtils.java new file mode 100644 index 000000000000..3ee088ba2df9 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/MessageDigestUtils.java @@ -0,0 +1,45 @@ +/******************************************************************************* + * Copyright (c) 2024 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License 2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package com.ibm.ws.crypto.common; + +import java.security.MessageDigest; +import java.security.NoSuchAlgorithmException; +import java.util.Arrays; +import java.util.List; + +public class MessageDigestUtils { + + // Message Digest algorithms + public final static String MESSAGE_DIGEST_ALGORITHM_SHA256 = "SHA-256"; + public final static String MESSAGE_DIGEST_ALGORITHM_SHA384 = "SHA-384"; + public final static String MESSAGE_DIGEST_ALGORITHM_SHA512 = "SHA-512"; + + /** + * List of supported Message Digest Algorithms. + */ + private static final List supportedMessageDigestAlgorithms = Arrays.asList( + MESSAGE_DIGEST_ALGORITHM_SHA256, + MESSAGE_DIGEST_ALGORITHM_SHA384, + MESSAGE_DIGEST_ALGORITHM_SHA512); + + public static String getMessageDigestAlgorithm() { + return MESSAGE_DIGEST_ALGORITHM_SHA256; + } + + public static MessageDigest getMessageDigest() throws NoSuchAlgorithmException { + return getMessageDigest(getMessageDigestAlgorithm()); + } + + public static MessageDigest getMessageDigest(String algorithm) throws NoSuchAlgorithmException { + if (!supportedMessageDigestAlgorithms.contains(algorithm)) + throw new NoSuchAlgorithmException(String.format("Algorithm %s is not supported", algorithm)); + return MessageDigest.getInstance(algorithm); + } +} diff --git a/dev/com.ibm.ws.kernel.service/src/com/ibm/ws/common/crypto/package-info.java b/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/package-info.java similarity index 68% rename from dev/com.ibm.ws.kernel.service/src/com/ibm/ws/common/crypto/package-info.java rename to dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/package-info.java index eab9e8ca9724..6642f408f48f 100644 --- a/dev/com.ibm.ws.kernel.service/src/com/ibm/ws/common/crypto/package-info.java +++ b/dev/com.ibm.ws.crypto.common/src/com/ibm/ws/crypto/common/package-info.java @@ -11,10 +11,7 @@ * IBM Corporation - initial API and implementation *******************************************************************************/ /** - * @version 1.0.0 + * @version 1.0 */ -@org.osgi.annotation.versioning.Version("1.0.0") -@TraceOptions(traceGroup = "security", messageBundle = "com.ibm.ws.kernel.pseudo.internal.resources.Messages") -package com.ibm.ws.common.crypto; - -import com.ibm.websphere.ras.annotation.TraceOptions; +@org.osgi.annotation.versioning.Version("1.0") +package com.ibm.ws.crypto.common; \ No newline at end of file diff --git a/dev/com.ibm.ws.crypto.common/test/com/ibm/ws/crypto/common/CryptoUtilsTest.java b/dev/com.ibm.ws.crypto.common/test/com/ibm/ws/crypto/common/CryptoUtilsTest.java new file mode 100644 index 000000000000..f84bfffbdf7b --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/test/com/ibm/ws/crypto/common/CryptoUtilsTest.java @@ -0,0 +1,68 @@ +/******************************************************************************* + * Copyright (c) 2024 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License 2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package com.ibm.ws.crypto.common; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertTrue; + +import java.beans.Transient; + +import org.junit.After; +import org.junit.Before; +import org.junit.Test; + +public class CryptoUtilsTest { + + @Test + public void testIsInsecureSHA() { + assertTrue("SHA was not recognized as insecure", CryptoUtils.isAlgorithmInsecure("SHA")); + } + + @Test + public void testIsInsecureSHA1() { + assertTrue("SHA1 was not recognized as insecure", CryptoUtils.isAlgorithmInsecure("SHA1")); + } + + @Test + public void testIsInsecureSHADash1() { + assertTrue("SHA-1 was not recognized as insecure", CryptoUtils.isAlgorithmInsecure("SHA-1")); + } + + @Test + public void testIsInsecureSHA128() { + assertTrue("SHA128 was not recognized as insecure", CryptoUtils.isAlgorithmInsecure("SHA128")); + } + + @Test + public void testIsInsecureMD5() { + assertTrue("MD5 was not recognized as insecure", CryptoUtils.isAlgorithmInsecure("MD5")); + } + + @Test + public void testIsInsecureSHA256() { + assertFalse("SHA256 was recognized as insecure", CryptoUtils.isAlgorithmInsecure("SHA256")); + } + + @Test + public void testGetSecureAlternative1() { + assertEquals("SHA256 was recognized as insecure", "SHA256", CryptoUtils.getSecureAlternative("SHA1")); + } + + @Test + public void testGetSecureAlternativeNull() { + assertEquals("SHA256 was recognized as insecure", null, CryptoUtils.getSecureAlternative("xxx")); + } + + @Test + public void testGetSecureAlternativeNull2() { + assertEquals("SHA256 was recognized as insecure", null, CryptoUtils.getSecureAlternative(null)); + } +} diff --git a/dev/com.ibm.ws.crypto.common/test/com/ibm/ws/crypto/common/FipsUtilsTest.java b/dev/com.ibm.ws.crypto.common/test/com/ibm/ws/crypto/common/FipsUtilsTest.java new file mode 100644 index 000000000000..cc008c77647e --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/test/com/ibm/ws/crypto/common/FipsUtilsTest.java @@ -0,0 +1,60 @@ +/******************************************************************************* + * Copyright (c) 2024 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License 2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package com.ibm.ws.crypto.common; + +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertTrue; + +import org.junit.After; +import org.junit.Before; +import org.junit.Test; + +public class FipsUtilsTest { + + private static final String FIPS_MODE_PROPERTY = "com.ibm.fips.mode"; + + private String fipsModeOrig; + + @Before + public void beforeTest() { + fipsModeOrig = System.getProperty(FIPS_MODE_PROPERTY); + FipsUtils.unitTest = true; + } + + @After + public void afterTest() { + if (fipsModeOrig == null) { + System.clearProperty(FIPS_MODE_PROPERTY); + } else { + System.setProperty(FIPS_MODE_PROPERTY, fipsModeOrig); + } + } + + @Test + public void testIsFIPSEnabledFalse() { + System.setProperty(FIPS_MODE_PROPERTY, "140-2"); + FipsUtils.FIPSLevel = FipsUtils.getFipsLevel(); + assertFalse("isFips140_3Enabled() is true", FipsUtils.isFips140_3Enabled()); + } + + @Test + public void testIsFIPSEnabledFalsePropNotSet() { + System.clearProperty(FIPS_MODE_PROPERTY); + FipsUtils.FIPSLevel = FipsUtils.getFipsLevel(); + assertFalse("isFips140_3Enabled() is true", FipsUtils.isFips140_3Enabled()); + } + + @Test + public void testIsFIPSEnabledTrue() { + System.setProperty(FIPS_MODE_PROPERTY, "140-3"); + FipsUtils.FIPSLevel = FipsUtils.getFipsLevel(); + assertTrue("isFips140_3Enabled() is false", FipsUtils.isFips140_3Enabled()); + } +} diff --git a/dev/com.ibm.ws.crypto.common/test/com/ibm/ws/crypto/common/MessageDigestUtilsTest.java b/dev/com.ibm.ws.crypto.common/test/com/ibm/ws/crypto/common/MessageDigestUtilsTest.java new file mode 100644 index 000000000000..42c36f46e9a4 --- /dev/null +++ b/dev/com.ibm.ws.crypto.common/test/com/ibm/ws/crypto/common/MessageDigestUtilsTest.java @@ -0,0 +1,60 @@ +/******************************************************************************* + * Copyright (c) 2024 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License 2.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package com.ibm.ws.crypto.common; + +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.fail; + +import java.security.MessageDigest; +import java.security.NoSuchAlgorithmException; + +import org.junit.Test; + +public class MessageDigestUtilsTest { + + private final String text = "Open Liberty is an open application framework designed for the cloud. It’s small, lightweight, and designed with modern cloud-native application development in mind. It supports the full MicroProfile and Jakarta EE APIs and is composable, meaning that you can use only the features that you need, keeping everything lightweight, which is great for microservices. It also deploys to every major cloud platform, including Docker, Kubernetes, and Cloud Foundry."; + + @Test + public void testGetMessageDigestAlgorithm() { + assertEquals("Wrong algorithm returned", MessageDigestUtils.getMessageDigestAlgorithm(), MessageDigestUtils.MESSAGE_DIGEST_ALGORITHM_SHA256); + + } + + @Test + public void testGetDefaultMessageDigest() { + try { + MessageDigest md = MessageDigestUtils.getMessageDigest(); + assertEquals("Incorrect default MessageDigest algorithm", MessageDigestUtils.MESSAGE_DIGEST_ALGORITHM_SHA256, md.getAlgorithm()); + } catch (NoSuchAlgorithmException e) { + fail("Caught NoSuchAlgorithmException"); + } + } + + @Test + public void testGetMessageDigest() { + try { + MessageDigest md = MessageDigestUtils.getMessageDigest(MessageDigestUtils.MESSAGE_DIGEST_ALGORITHM_SHA512); + assertEquals("Failed to get SHA512 algorithm", MessageDigestUtils.MESSAGE_DIGEST_ALGORITHM_SHA512, md.getAlgorithm()); + } catch (NoSuchAlgorithmException e) { + fail("Caught NoSuchAlgorithmException"); + } + } + + @Test + public void testGetUnsupportedMessageDigest() { + try { + MessageDigestUtils.getMessageDigest("SHA-1"); + fail("Attempt to get SHA-1 MessageDigest did not fail"); + } catch (NoSuchAlgorithmException e) { + // This exception is expected + } + } + +} diff --git a/dev/com.ibm.ws.crypto.ltpakeyutil/bnd.bnd b/dev/com.ibm.ws.crypto.ltpakeyutil/bnd.bnd index 44293dcea15f..949227119994 100644 --- a/dev/com.ibm.ws.crypto.ltpakeyutil/bnd.bnd +++ b/dev/com.ibm.ws.crypto.ltpakeyutil/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2017, 2024 IBM Corporation and others. +# Copyright (c) 2017, 2023 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -50,4 +50,3 @@ Service-Component:\ com.ibm.ws.kernel.boot.logging;version=latest, \ com.ibm.ws.kernel.security.thread;version=latest - diff --git a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/KeyEncryptor.java b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/KeyEncryptor.java index 17d29dc0b1c4..a87374acdff3 100644 --- a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/KeyEncryptor.java +++ b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/KeyEncryptor.java @@ -1,10 +1,10 @@ /******************************************************************************* - * Copyright (c) 1997, 2024 IBM Corporation and others. + * Copyright (c) 1997, 2011 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: @@ -14,54 +14,44 @@ import java.security.MessageDigest; -import com.ibm.ws.common.crypto.CryptoUtils; - /** - * A package local class for performing encryption and decryption of keys based - * on admin's password + * A package local class for performing encryption and decryption of keys + * based on admin's password */ public class KeyEncryptor { - private static final boolean fipsEnabled = CryptoUtils.isFips140_3Enabled(); - private static final int size = (fipsEnabled ? 32 : 24); - private static final String CIPHER = CryptoUtils.getCipher(); - private final byte[] key; + private static final String MESSAGE_DIGEST_ALGORITHM = "SHA"; + private static final String DES_ECB_CIPHER = "DESede/ECB/PKCS5Padding"; + + private final byte[] desKey; - /** - * A KeyEncryptor constructor. - * - * @param password The key password - */ - public KeyEncryptor(byte[] password) throws Exception { - MessageDigest md = MessageDigest.getInstance(CryptoUtils.MESSAGE_DIGEST_ALGORITHM); - byte[] digest = md.digest(password); - key = new byte[size]; - System.arraycopy(digest, 0, key, 0, digest.length); - if (!fipsEnabled) { - key[20] = (byte) 0x00; - key[21] = (byte) 0x00; - key[22] = (byte) 0x00; - key[23] = (byte) 0x00; - } - } + /** + * A KeyEncryptor constructor. + * + * @param password The key password + */ + public KeyEncryptor(byte[] password) throws Exception { + MessageDigest md = MessageDigest.getInstance(MESSAGE_DIGEST_ALGORITHM); + byte[] digest = md.digest(password); + desKey = new byte[24]; + System.arraycopy(digest, 0, desKey, 0, digest.length); + desKey[20] = (byte) 0x00; + desKey[21] = (byte) 0x00; + desKey[22] = (byte) 0x00; + desKey[23] = (byte) 0x00; + } - /** - * Decrypt the key. - * - * @param encryptedKey The encrypted key - * @return The decrypted key - */ - public byte[] decrypt(byte[] encryptedKey) throws Exception { - return LTPACrypto.decrypt(encryptedKey, key, CIPHER); - } + /** + * Decrypt the key. + * + * @param encryptedKey The encrypted key + * @return The decrypted key + */ + public byte[] decrypt(byte[] encryptedKey) throws Exception { + return LTPACrypto.decrypt(encryptedKey, desKey, DES_ECB_CIPHER); + } - /** - * Encrypt the key - * - * @param key The key - * @return The encrypted key - */ - public byte[] encrypt(byte[] key) throws Exception { - return LTPACrypto.encrypt(key, this.key, CIPHER); - } + public byte[] encrypt(byte[] key) throws Exception { + return LTPACrypto.encrypt(key, desKey, DES_ECB_CIPHER); + } } diff --git a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPACrypto.java b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPACrypto.java index 0e8e8bc22fe0..974fd0144227 100755 --- a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPACrypto.java +++ b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPACrypto.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 1997, 2011, 2025 IBM Corporation and others. + * Copyright (c) 1997, 2011, 2023 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -38,27 +38,34 @@ import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.DESedeKeySpec; -import javax.crypto.spec.GCMParameterSpec; import javax.crypto.spec.IvParameterSpec; import javax.crypto.spec.SecretKeySpec; +import com.ibm.websphere.ras.Tr; +import com.ibm.websphere.ras.TraceComponent; import com.ibm.websphere.ras.annotation.Trivial; -import com.ibm.ws.common.crypto.CryptoUtils; final class LTPACrypto { - private static final boolean fipsEnabled = CryptoUtils.isFips140_3Enabled(); + private static final TraceComponent tc = Tr.register(LTPACrypto.class); + private static final String IBMJCE_NAME = "IBMJCE"; + private static final String IBMJCE_PLUS_FIPS_NAME = "IBMJCEPlusFIPS"; + private static final String OPENJCE_PLUS_NAME = "OpenJCEPlus"; + private static final String provider = getProvider(); - private static final String provider = CryptoUtils.getProvider(); + private static final String SIGNATURE_ALGORITHM_SHA1WITHRSA = "SHA1withRSA"; + private static final String SIGNATURE_ALGORITHM_SHA256WITHRSA = "SHA256withRSA"; + private static final String signatureAlgorithm = getSignatureAlgorithm(); - private static final String signatureAlgorithm = CryptoUtils.getSignatureAlgorithm(); + private static final String CRYPTO_ALGORITHM_RSA = "RSA"; - private static final String encryptAlgorithm = CryptoUtils.getEncryptionAlgorithm(); + private static final String ENCRYPT_ALGORITHM_DESEDE = "DESede"; + private static final String ENCRYPT_ALGORITHM_RSA = "RSA"; + private static final String encryptAlgorithm = getEncryptionAlgorithm(); private static int MAX_CACHE = 500; private static IvParameterSpec ivs8 = null; private static IvParameterSpec ivs16 = null; - private static GCMParameterSpec gcms = null; @Trivial private static class CachingKey { @@ -244,8 +251,8 @@ protected static final byte[] signISO9796(byte[][] key, byte[] data, int off, in BigInteger d = e.modInverse((p.subtract(BigInteger.ONE)).multiply(q.subtract(BigInteger.ONE))); KeyFactory kFact = null; - kFact = (provider == null) ? KeyFactory.getInstance(CryptoUtils.CRYPTO_ALGORITHM_RSA) - : KeyFactory.getInstance(CryptoUtils.CRYPTO_ALGORITHM_RSA, provider); + kFact = (provider == null) ? KeyFactory.getInstance(CRYPTO_ALGORITHM_RSA) + : KeyFactory.getInstance(CRYPTO_ALGORITHM_RSA, provider); BigInteger pep = new BigInteger(key[5]); BigInteger peq = new BigInteger(key[6]); @@ -519,8 +526,8 @@ protected static final boolean verifyISO9796(byte[][] key, byte[] data, int off, KeyFactory kFact = null; Signature rsaSig = null; - kFact = (provider == null) ? KeyFactory.getInstance(CryptoUtils.CRYPTO_ALGORITHM_RSA) - : KeyFactory.getInstance(CryptoUtils.CRYPTO_ALGORITHM_RSA, provider); + kFact = (provider == null) ? KeyFactory.getInstance(CRYPTO_ALGORITHM_RSA) + : KeyFactory.getInstance(CRYPTO_ALGORITHM_RSA, provider); RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(n, e); PublicKey pubKey = kFact.generatePublic(pubKeySpec); @@ -630,12 +637,7 @@ private static Cipher createCipher(int cipherMode, byte[] key, String cipher, Se ci = (provider == null) ? Cipher.getInstance(cipher) : Cipher.getInstance(cipher, provider); if (cipher.indexOf("ECB") == -1) { - if (cipher.indexOf("GCM") != -1) { - if (gcms == null) { - setGCMS(key); - } - ci.init(cipherMode, sKey, gcms); - } else if (cipher.indexOf("AES") != -1) { + if (cipher.indexOf("AES") != -1) { if (ivs16 == null) { setIVS16(key); } @@ -724,22 +726,6 @@ private static final synchronized void setIVS16(byte[] key) { } } - /* - * Set the GCM with 12-byte initialization vector. - * - * @param key The key - */ - @Trivial - private static final synchronized void setGCMS(byte[] key) { - if (gcms == null) { - byte[] iv = new byte[12]; // IV length of 12 bytes is recommended for GCM - for (int i = 0; i < 12; i++) { - iv[i] = key[i]; - } - gcms = new GCMParameterSpec(128, iv); - } - } - @Trivial static final int lsbf(byte[] data, int i, int n) { int v = 0; @@ -1059,9 +1045,9 @@ static final void random(byte[] to, int off, int n) { } @Trivial - static final byte[] generateSharedKey() { + static final byte[] generate3DESKey() { byte[] rndSeed = null; - int len = (fipsEnabled) ? 32 : 24; + int len = 24; // 3DES rndSeed = new byte[len]; random(rndSeed, 0, len); return rndSeed; @@ -1074,8 +1060,8 @@ static final byte[][] rsaKey(int len, boolean crt, boolean f4) { KeyPairGenerator keyGen = null; try { - keyGen = (provider == null) ? KeyPairGenerator.getInstance(CryptoUtils.CRYPTO_ALGORITHM_RSA) - : KeyPairGenerator.getInstance(CryptoUtils.CRYPTO_ALGORITHM_RSA, provider); + keyGen = (provider == null) ? KeyPairGenerator.getInstance(CRYPTO_ALGORITHM_RSA) + : KeyPairGenerator.getInstance(CRYPTO_ALGORITHM_RSA, provider); keyGen.initialize(len * 8, new SecureRandom()); pair = keyGen.generateKeyPair(); @@ -1171,4 +1157,38 @@ static final byte[][] rsaKey(int len, boolean crt, boolean f4) { return key; } + + private static String getProvider() { + String provider = null; + if (LTPAKeyUtil.isFIPSEnabled() && LTPAKeyUtil.isIBMJCEPlusFIPSAvailable()) { + provider = IBMJCE_PLUS_FIPS_NAME; + } else if (LTPAKeyUtil.isIBMJCEAvailable()) { + provider = IBMJCE_NAME; + } else if (LTPAKeyUtil.isZOSandRunningJava11orHigher() && LTPAKeyUtil.isOpenJCEPlusAvailable()) { + provider = OPENJCE_PLUS_NAME; + } + if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { + if (provider == null) { + Tr.debug(tc, "getProvider" + " Provider configured by JDK"); + } else { + Tr.debug(tc, "getProvider" + " Provider configured is " + provider); + } + } + return provider; + } + + private static String getSignatureAlgorithm() { + if (LTPAKeyUtil.isFIPSEnabled() && LTPAKeyUtil.isIBMJCEPlusFIPSAvailable()) + return SIGNATURE_ALGORITHM_SHA256WITHRSA; + else + return SIGNATURE_ALGORITHM_SHA1WITHRSA; + } + + private static String getEncryptionAlgorithm() { + if (LTPAKeyUtil.isFIPSEnabled() && LTPAKeyUtil.isIBMJCEPlusFIPSAvailable()) + return ENCRYPT_ALGORITHM_RSA; + else + return ENCRYPT_ALGORITHM_DESEDE; + } + } diff --git a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPADigSignature.java b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPADigSignature.java index e232723766f1..9cc4c02398cd 100644 --- a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPADigSignature.java +++ b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPADigSignature.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 1997, 2024 IBM Corporation and others. + * Copyright (c) 1997, 2011 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -13,27 +13,43 @@ package com.ibm.ws.crypto.ltpakeyutil; import java.security.MessageDigest; - -import com.ibm.ws.common.crypto.CryptoUtils; +import java.security.NoSuchAlgorithmException; +import java.security.NoSuchProviderException; final class LTPADigSignature { - static int keySize = (CryptoUtils.isFips140_3Enabled() ? 256 : 128); - static byte[][] testRawPubKey = null; static byte[][] testRawPrivKey = null; - static MessageDigest md1 = CryptoUtils.getMessageDigestForLTPA(); + static MessageDigest md1 = null; static private Object lockObj1 = new Object(); static long created = 0; static long cacheHits = 0; + static { + try { + if (LTPAKeyUtil.isFIPSEnabled() && LTPAKeyUtil.isIBMJCEPlusFIPSAvailable()) { + md1 = MessageDigest.getInstance(LTPAKeyUtil.MESSAGE_DIGEST_ALGORITHM_SHA256, + LTPAKeyUtil.IBMJCE_PLUS_FIPS_NAME); + } else if (LTPAKeyUtil.isIBMJCEAvailable()) { + md1 = MessageDigest.getInstance(LTPAKeyUtil.MESSAGE_DIGEST_ALGORITHM_SHA, LTPAKeyUtil.IBMJCE_NAME); + } else { + md1 = MessageDigest.getInstance(LTPAKeyUtil.MESSAGE_DIGEST_ALGORITHM_SHA); + } + + } catch (NoSuchAlgorithmException e) { + // instrumented ffdc + } catch (NoSuchProviderException e) { + // instrumented ffdc; + } + } + public LTPADigSignature() { super(); } static void generateRSAKeys(byte[][] rsaPubKey, byte[][] rsaPrivKey) { - byte[][] rsaKey = LTPACrypto.rsaKey(keySize, true, true); // 64 is 512, 128 - // is 1024 + byte[][] rsaKey = LTPACrypto.rsaKey(128, true, true); // 64 is 512, 128 + // is 1024 rsaPrivKey[0] = rsaKey[0]; rsaPrivKey[2] = rsaKey[2]; diff --git a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAKeyFileUtilityImpl.java b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAKeyFileUtilityImpl.java index 3c9ff133d59d..2f9cd59b9f37 100644 --- a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAKeyFileUtilityImpl.java +++ b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAKeyFileUtilityImpl.java @@ -53,7 +53,7 @@ protected final Properties generateLTPAKeys(byte[] keyPasswordBytes, final Strin byte[] publicKey = pair.getPublic().getEncoded(); byte[] privateKey = pair.getPrivate().getEncoded(); byte[] encryptedPrivateKey = encryptor.encrypt(privateKey); - byte[] sharedKey = LTPACrypto.generateSharedKey(); // key length is 32 bytes (256 bits) for FIPS (AES), 24 bytes (192 bits) for non-FIPS (3DES) + byte[] sharedKey = LTPACrypto.generate3DESKey(); // key length is 24 for 3DES byte[] encryptedSharedKey = encryptor.encrypt(sharedKey); String tmpShared = Base64Coder.base64EncodeToString(encryptedSharedKey); diff --git a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAKeyUtil.java b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAKeyUtil.java index 12e146fb9a26..eef78304639b 100644 --- a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAKeyUtil.java +++ b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAKeyUtil.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2016, 2024 IBM Corporation and others. + * Copyright (c) 2016, 2023 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -12,7 +12,45 @@ *******************************************************************************/ package com.ibm.ws.crypto.ltpakeyutil; +import java.security.AccessController; +import java.security.PrivilegedAction; + +import com.ibm.websphere.ras.Tr; +import com.ibm.websphere.ras.TraceComponent; +import com.ibm.ws.kernel.productinfo.ProductInfo; +import com.ibm.ws.kernel.service.util.JavaInfo; + public final class LTPAKeyUtil { + private static final TraceComponent tc = Tr.register(LTPAKeyUtil.class); + + public static boolean ibmJCEAvailable = false; + public static boolean ibmJCEPlusFIPSAvailable = false; + public static boolean openJCEPlusAvailable = false; + public static boolean ibmJCEProviderChecked = false; + public static boolean ibmJCEPlusFIPSProviderChecked = false; + public static boolean openJCEPlusProviderChecked = false; + + public static boolean javaVersionChecked = false; + public static boolean isJava11orHigher = false; + + public static boolean zOSAndJAVA11orHigherChecked = false; + public static boolean iszOSAndJava11orHigher = false; + + public static String osName = System.getProperty("os.name"); + public static boolean isZOS = false; + public static boolean osVersionChecked = false; + + public static String IBMJCE_PROVIDER = "com.ibm.crypto.provider.IBMJCE"; + public static String IBMJCE_PLUS_FIPS_PROVIDER = "com.ibm.crypto.provider.IBMJCEPlusFIPS"; + public static String OPENJCE_PLUS_PROVIDER = "com.ibm.crypto.plus.provider.OpenJCEPlus"; + + public static final String MESSAGE_DIGEST_ALGORITHM_SHA = "SHA"; + public static final String MESSAGE_DIGEST_ALGORITHM_SHA256 = "SHA256"; + + public static final String IBMJCE_NAME = "IBMJCE"; + public static final String IBMJCE_PLUS_FIPS_NAME = "IBMJCEPlusFIPS"; + + private static boolean issuedBetaMessage = false; public static byte[] encrypt(byte[] data, byte[] key, String cipher) throws Exception { return LTPACrypto.encrypt(data, key, cipher); @@ -47,8 +85,112 @@ public static LTPAKeyPair generateLTPAKeyPair() { return LTPADigSignature.generateLTPAKeyPair(); } - public static byte[] generateSharedKey() { - return LTPACrypto.generateSharedKey(); + public static byte[] generate3DESKey() { + return LTPACrypto.generate3DESKey(); + } + + public static boolean isIBMJCEAvailable() { + if (ibmJCEProviderChecked) { + return ibmJCEAvailable; + } else { + ibmJCEAvailable = JavaInfo.isSystemClassAvailable(IBMJCE_PROVIDER); + ibmJCEProviderChecked = true; + return ibmJCEAvailable; + } + } + + public static boolean isIBMJCEPlusFIPSAvailable() { + if (ibmJCEPlusFIPSProviderChecked) { + return ibmJCEPlusFIPSAvailable; + } else { + String ibmjceplusfipsprovider = AccessController.doPrivileged(new PrivilegedAction() { + @Override + public String run() { + return System.getProperty("com.ibm.jsse2.usefipsProviderName"); + } + }); + ibmJCEPlusFIPSProviderChecked = true; + if (isRunningBetaMode() && "IBMJCEPlusFIPS".equalsIgnoreCase(ibmjceplusfipsprovider)) { + ibmJCEPlusFIPSAvailable = true; + return ibmJCEPlusFIPSAvailable; + } else { + if (isFIPSEnabled()) { + // UTLE TODO: error msg - FIPS is enabled but the IBMJCEPlusFIPS is not + // available + } + return false; + } + } + + } + + static boolean isRunningBetaMode() { + if (!ProductInfo.getBetaEdition()) { + return false; + } else { + // Running beta exception, issue message if we haven't already issued one for + // this class + if (!issuedBetaMessage) { + Tr.info(tc, "BETA: A beta method has been invoked for the class LTPAKeyUtil for the first time."); + issuedBetaMessage = !issuedBetaMessage; + } + return true; + } + } + + public static boolean isFIPSEnabled() { + String fipsON = AccessController.doPrivileged(new PrivilegedAction() { + @Override + public String run() { + return System.getProperty("com.ibm.jsse2.usefipsprovider"); + } + }); + if (fipsON == "true") { + return true; + } else { + return false; + } + } + + public static boolean isOpenJCEPlusAvailable() { + if (openJCEPlusProviderChecked) { + return openJCEPlusAvailable; + } else { + openJCEPlusAvailable = JavaInfo.isSystemClassAvailable(OPENJCE_PLUS_PROVIDER); + openJCEPlusProviderChecked = true; + return openJCEPlusAvailable; + } + + } + + private static boolean isJava11orHigher() { + if (javaVersionChecked) { + return isJava11orHigher; + } else { + isJava11orHigher = JavaInfo.majorVersion() >= 11; + javaVersionChecked = true; + return isJava11orHigher; + } + } + + private static boolean isZOS() { + if (osVersionChecked) { + return isZOS; + } else { + isZOS = (osName.equalsIgnoreCase("z/OS") || osName.equalsIgnoreCase("OS/390")); + osVersionChecked = true; + return isZOS; + } + } + + public static boolean isZOSandRunningJava11orHigher() { + if (zOSAndJAVA11orHigherChecked) { + return iszOSAndJava11orHigher; + } else { + iszOSAndJava11orHigher = isJava11orHigher() && isZOS(); + zOSAndJAVA11orHigherChecked = true; + return iszOSAndJava11orHigher; + } } } diff --git a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAPrivateKey.java b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAPrivateKey.java index 126ffbb36691..2430fb9019fb 100644 --- a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAPrivateKey.java +++ b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAPrivateKey.java @@ -1,10 +1,10 @@ /******************************************************************************* - * Copyright (c) 1997, 2024 IBM Corporation and others. + * Copyright (c) 1997, 2011 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: @@ -14,163 +14,144 @@ import java.security.PrivateKey; -import com.ibm.ws.common.crypto.CryptoUtils; - /** * Represents an LTPA Private Key; Encoding is non-standard. Uses 128 byte RSA. - * With FIPS enabled, it is based on RSA/SHA-256 (256 byte RSA key). */ public final class LTPAPrivateKey implements PrivateKey { - private static final boolean fipsEnabled = CryptoUtils.isFips140_3Enabled(); - private static final long serialVersionUID = -2566137894245694562L; - private static final int PRIVATE_EXPONENT = 1; - private static final int PUBLIC_EXPONENT = 2; - private static final int PRIME_P = 3; - private static final int PRIME_Q = 4; - private static final int PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH = 4; - private static final int PUBLIC_EXPONENT_LENGTH = 3; - private static final int PRIME_P_LENGTH = (fipsEnabled ? 129 : 65); - private static final int PRIME_Q_LENGTH = (fipsEnabled ? 129 : 65); - private int privateExponentLength; - private final byte[][] rawKey; - private final byte[] encodedKey; - - LTPAPrivateKey(byte[][] key) { - this.rawKey = key; - LTPACrypto.setRSAKey(key); - this.privateExponentLength = key[PRIVATE_EXPONENT].length; - this.encodedKey = encode(); - } - - public LTPAPrivateKey(byte[] encodedKey) { - this.encodedKey = encodedKey.clone(); - this.rawKey = decode(encodedKey); - } - - /* - * Encoding/decoding are based on non-standard format; basically all the byte - * arrays are concatenated. As we know the length of the components, they can be - * reconstructed back. - * - * @param encodedPrivateKey The encoded key - */ - private final byte[][] decode(byte[] encodedPrivateKey) { - byte[][] decodedKey = new byte[8][]; - if (encodedPrivateKey.length > (PUBLIC_EXPONENT_LENGTH + PRIME_P_LENGTH + PRIME_Q_LENGTH)) { - // it is potentially the new encoding mechanism based on R3.5 [with CRT key - // information added for Domino] - // determine the length of the CRT key by looking at the first four bytes - byte[] lengthBytes = new byte[PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH]; - for (int i = 0; i < PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH; i++) { - lengthBytes[i] = encodedPrivateKey[i]; - } - privateExponentLength = toInt(lengthBytes); - decodedKey[PRIVATE_EXPONENT] = new byte[privateExponentLength]; - decodedKey[PUBLIC_EXPONENT] = new byte[PUBLIC_EXPONENT_LENGTH]; - decodedKey[PRIME_P] = new byte[PRIME_P_LENGTH]; - decodedKey[PRIME_Q] = new byte[PRIME_Q_LENGTH]; - - System.arraycopy(encodedPrivateKey, PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH, decodedKey[PRIVATE_EXPONENT], 0, - privateExponentLength); - System.arraycopy(encodedPrivateKey, PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength, - decodedKey[PUBLIC_EXPONENT], 0, PUBLIC_EXPONENT_LENGTH); - System.arraycopy(encodedPrivateKey, - PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength + PUBLIC_EXPONENT_LENGTH, - decodedKey[PRIME_P], 0, PRIME_P_LENGTH); - System.arraycopy(encodedPrivateKey, PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength - + PUBLIC_EXPONENT_LENGTH + PRIME_P_LENGTH, decodedKey[PRIME_Q], 0, PRIME_Q_LENGTH); - } else { - // it is a R3.02 key [without CRT key information] - decodedKey[PUBLIC_EXPONENT] = new byte[PUBLIC_EXPONENT_LENGTH]; - decodedKey[PRIME_P] = new byte[PRIME_P_LENGTH]; - decodedKey[PRIME_Q] = new byte[PRIME_Q_LENGTH]; - - System.arraycopy(encodedPrivateKey, 0, decodedKey[PUBLIC_EXPONENT], 0, PUBLIC_EXPONENT_LENGTH); - System.arraycopy(encodedPrivateKey, PUBLIC_EXPONENT_LENGTH, decodedKey[PRIME_P], 0, PRIME_P_LENGTH); - System.arraycopy(encodedPrivateKey, PUBLIC_EXPONENT_LENGTH + PRIME_P_LENGTH, decodedKey[PRIME_Q], 0, - PRIME_Q_LENGTH); - } - return decodedKey; - } - - private byte[] encode() { - int encodedKeyLength = PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength + PUBLIC_EXPONENT_LENGTH - + PRIME_P_LENGTH + PRIME_Q_LENGTH; - byte[] encodedPrivateKey = new byte[encodedKeyLength]; - byte[] lengthBytes = toByteArray(privateExponentLength); - copy(lengthBytes, 0, PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH, encodedPrivateKey, 0); - copy(rawKey[PRIVATE_EXPONENT], 0, privateExponentLength, encodedPrivateKey, - PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH); - copy(rawKey[PUBLIC_EXPONENT], 0, PUBLIC_EXPONENT_LENGTH, encodedPrivateKey, - PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength); - copy(rawKey[PRIME_P], 0, PRIME_P_LENGTH, encodedPrivateKey, - PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength + PUBLIC_EXPONENT_LENGTH); - copy(rawKey[PRIME_Q], 0, PRIME_Q_LENGTH, encodedPrivateKey, - PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength + PRIME_P_LENGTH + PUBLIC_EXPONENT_LENGTH); - return encodedPrivateKey; - } - - public static byte[] toByteArray(int a) { - byte[] b = new byte[4]; - b[0] = (byte) ((a >>> 24) & 0xFF); - b[1] = (byte) ((a >>> 16) & 0xFF); - b[2] = (byte) ((a >>> 8) & 0xFF); - b[3] = (byte) ((a >>> 0) & 0xFF); - return b; - } - - public static final int toInt(byte[] byteVal) { - int i = byteVal[3] & 0xFF; - i |= ((byteVal[2] << 8) & 0xFF00); - i |= ((byteVal[1] << 16) & 0xFF0000); - i |= ((byteVal[0] << 24) & 0xFF000000); - return i; - } - - private void copy(byte[] from, int offsetFrom, int len, byte[] to, int offsetTo) { - for (int i = 0; i < len; i++) { - to[offsetTo + i] = from[offsetFrom + i]; - } - } - - /** - * Return the algorithm used - RSA/SHA-1. - * - * @return Always RSA/SHA-1 - */ - @Override - public final String getAlgorithm() { - return (fipsEnabled ? "RSA/SHA-256" : "RSA/SHA-1"); - } - - /** {@inheritDoc} */ - @Override - public final byte[] getEncoded() { - return encodedKey.clone(); - } - - /** - * Get the format of the private key. - * - * @return Always LTPAFormat - */ - @Override - public final String getFormat() { - return "LTPAFormat"; - } - - /** - * Get the raw data of the private key. - * - * @return The raw data of the key - */ - protected final byte[][] getRawKey() { - if (rawKey == null) { - return null; - } else { - return rawKey.clone(); - } - } + private static final long serialVersionUID = -2566137894245694562L; + private static final int PRIVATE_EXPONENT = 1; + private static final int PUBLIC_EXPONENT = 2; + private static final int PRIME_P = 3; + private static final int PRIME_Q = 4; + private static final int PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH = 4; + private static final int PUBLIC_EXPONENT_LENGTH = 3; + private static final int PRIME_P_LENGTH = 65; + private static final int PRIME_Q_LENGTH = 65; + private int privateExponentLength; + private final byte[][] rawKey; + private final byte[] encodedKey; + + LTPAPrivateKey(byte[][] key) { + this.rawKey = key; + LTPACrypto.setRSAKey(key); + this.privateExponentLength = key[PRIVATE_EXPONENT].length; + this.encodedKey = encode(); + } + + public LTPAPrivateKey(byte[] encodedKey) { + this.encodedKey = encodedKey.clone(); + this.rawKey = decode(encodedKey); + } + + /* + * Encoding/decoding are based on non-standard format; + * basically all the byte arrays are concatenated. As we know the length + * of the components, they can be reconstructed back. + * + * @param encodedPrivateKey The encoded key + */ + private final byte[][] decode(byte[] encodedPrivateKey) { + byte[][] decodedKey = new byte[8][]; + if (encodedPrivateKey.length > (PUBLIC_EXPONENT_LENGTH + PRIME_P_LENGTH + PRIME_Q_LENGTH)) { + // it is potentially the new encoding mechanism based on R3.5 [with CRT key information added for Domino] + // determine the length of the CRT key by looking at the first four bytes + byte[] lengthBytes = new byte[PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH]; + for (int i = 0; i < PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH; i++) { + lengthBytes[i] = encodedPrivateKey[i]; + } + privateExponentLength = toInt(lengthBytes); + decodedKey[PRIVATE_EXPONENT] = new byte[privateExponentLength]; + decodedKey[PUBLIC_EXPONENT] = new byte[PUBLIC_EXPONENT_LENGTH]; + decodedKey[PRIME_P] = new byte[PRIME_P_LENGTH]; + decodedKey[PRIME_Q] = new byte[PRIME_Q_LENGTH]; + + System.arraycopy(encodedPrivateKey, PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH, decodedKey[PRIVATE_EXPONENT], 0, privateExponentLength); + System.arraycopy(encodedPrivateKey, PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength, decodedKey[PUBLIC_EXPONENT], 0, PUBLIC_EXPONENT_LENGTH); + System.arraycopy(encodedPrivateKey, PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength + PUBLIC_EXPONENT_LENGTH, decodedKey[PRIME_P], 0, PRIME_P_LENGTH); + System.arraycopy(encodedPrivateKey, PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength + PUBLIC_EXPONENT_LENGTH + PRIME_P_LENGTH, decodedKey[PRIME_Q], 0, + PRIME_Q_LENGTH); + } else { + // it is a R3.02 key [without CRT key information] + decodedKey[PUBLIC_EXPONENT] = new byte[PUBLIC_EXPONENT_LENGTH]; + decodedKey[PRIME_P] = new byte[PRIME_P_LENGTH]; + decodedKey[PRIME_Q] = new byte[PRIME_Q_LENGTH]; + + System.arraycopy(encodedPrivateKey, 0, decodedKey[PUBLIC_EXPONENT], 0, PUBLIC_EXPONENT_LENGTH); + System.arraycopy(encodedPrivateKey, PUBLIC_EXPONENT_LENGTH, decodedKey[PRIME_P], 0, PRIME_P_LENGTH); + System.arraycopy(encodedPrivateKey, PUBLIC_EXPONENT_LENGTH + PRIME_P_LENGTH, decodedKey[PRIME_Q], 0, PRIME_Q_LENGTH); + } + return decodedKey; + } + + private byte[] encode() { + int encodedKeyLength = PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength + PUBLIC_EXPONENT_LENGTH + PRIME_P_LENGTH + PRIME_Q_LENGTH; + byte[] encodedPrivateKey = new byte[encodedKeyLength]; + byte[] lengthBytes = toByteArray(privateExponentLength); + copy(lengthBytes, 0, PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH, encodedPrivateKey, 0); + copy(rawKey[PRIVATE_EXPONENT], 0, privateExponentLength, encodedPrivateKey, PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH); + copy(rawKey[PUBLIC_EXPONENT], 0, PUBLIC_EXPONENT_LENGTH, encodedPrivateKey, PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength); + copy(rawKey[PRIME_P], 0, PRIME_P_LENGTH, encodedPrivateKey, PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength + PUBLIC_EXPONENT_LENGTH); + copy(rawKey[PRIME_Q], 0, PRIME_Q_LENGTH, encodedPrivateKey, PRIVATE_EXPONENT_LENGTH_FIELD_LENGTH + privateExponentLength + PRIME_P_LENGTH + PUBLIC_EXPONENT_LENGTH); + return encodedPrivateKey; + } + + public static byte[] toByteArray(int a) { + byte[] b = new byte[4]; + b[0] = (byte) ((a >>> 24) & 0xFF); + b[1] = (byte) ((a >>> 16) & 0xFF); + b[2] = (byte) ((a >>> 8) & 0xFF); + b[3] = (byte) ((a >>> 0) & 0xFF); + return b; + } + + public static final int toInt(byte[] byteVal) { + int i = byteVal[3] & 0xFF; + i |= ((byteVal[2] << 8) & 0xFF00); + i |= ((byteVal[1] << 16) & 0xFF0000); + i |= ((byteVal[0] << 24) & 0xFF000000); + return i; + } + + private void copy(byte[] from, int offsetFrom, int len, byte[] to, int offsetTo) { + for (int i = 0; i < len; i++) { + to[offsetTo + i] = from[offsetFrom + i]; + } + } + + /** + * Return the algorithm used - RSA/SHA-1. + * + * @return Always RSA/SHA-1 + */ + @Override + public final String getAlgorithm() { + return "RSA/SHA-1"; + } + + /** {@inheritDoc} */ + @Override + public final byte[] getEncoded() { + return encodedKey.clone(); + } + + /** + * Get the format of the private key. + * + * @return Always LTPAFormat + */ + @Override + public final String getFormat() { + return "LTPAFormat"; + } + + /** + * Get the raw data of the private key. + * + * @return The raw data of the key + */ + protected final byte[][] getRawKey() { + return rawKey.clone(); + } } diff --git a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAPublicKey.java b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAPublicKey.java index 06fdd84c6040..0933f6a4af51 100644 --- a/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAPublicKey.java +++ b/dev/com.ibm.ws.crypto.ltpakeyutil/src/com/ibm/ws/crypto/ltpakeyutil/LTPAPublicKey.java @@ -1,10 +1,10 @@ /******************************************************************************* - * Copyright (c) 1997, 2024 IBM Corporation and others. + * Copyright (c) 1997, 2011 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: @@ -14,80 +14,72 @@ import java.security.PublicKey; -import com.ibm.ws.common.crypto.CryptoUtils; - /** - * Represents an LTPA Public Key based on RSA/SHA-1. Its based on a 128 byte RSA - * key. With FIPS enabled, it is based on RSA/SHA-256 (256 byte RSA key). + * Represents an LTPA Public Key based on RSA/SHA-1. Its based on a 128 byte RSA key. */ public final class LTPAPublicKey implements PublicKey { - private static final boolean fipsEnabled = CryptoUtils.isFips140_3Enabled(); - private static final long serialVersionUID = 6585779055758956436L; - private static final int MODULUS = 0; - private static final int EXPONENT = 1; - private static final int MODULUS_LENGTH = (fipsEnabled ? 257 : 129); - private static final int EXPONENT_LENGTH = 3; - private final byte[][] rawKey; - private final byte[] encodedKey; + private static final long serialVersionUID = 6585779055758956436L; + private static final int MODULUS = 0; + private static final int EXPONENT = 1; + private static final int MODULUS_LENGTH = 129; + private static final int EXPONENT_LENGTH = 3; + private final byte[][] rawKey; + private final byte[] encodedKey; - LTPAPublicKey(byte[][] rawKey) { - this.rawKey = rawKey; - this.encodedKey = encode(); - } + LTPAPublicKey(byte[][] rawKey) { + this.rawKey = rawKey; + this.encodedKey = encode(); + } - public LTPAPublicKey(byte[] encodedKey) { - this.encodedKey = encodedKey.clone(); - this.rawKey = decode(encodedKey); - } + public LTPAPublicKey(byte[] encodedKey) { + this.encodedKey = encodedKey.clone(); + this.rawKey = decode(encodedKey); + } - /** - * encoding/decoding are based on non-standard LTPA specific algorithm. - * concatenates byte arrays of raw key to a format that can be decoded based on - * length of each component. - * - * @param encodedPublicKey The encoded key - */ - private byte[][] decode(byte[] encodedPublicKey) { - byte[][] decodedKey = new byte[2][]; - decodedKey[MODULUS] = new byte[MODULUS_LENGTH]; - decodedKey[EXPONENT] = new byte[EXPONENT_LENGTH]; - System.arraycopy(encodedPublicKey, 0, decodedKey[MODULUS], 0, MODULUS_LENGTH); - System.arraycopy(encodedPublicKey, MODULUS_LENGTH, decodedKey[EXPONENT], 0, EXPONENT_LENGTH); - return decodedKey; - } + /** + * encoding/decoding are based on non-standard LTPA specific algorithm. + * concatenates byte arrays of raw key to a format that can be decoded based + * on length of each component. + * + * @param encodedPublicKey The encoded key + */ + private byte[][] decode(byte[] encodedPublicKey) { + byte[][] decodedKey = new byte[2][]; + decodedKey[MODULUS] = new byte[MODULUS_LENGTH]; + decodedKey[EXPONENT] = new byte[EXPONENT_LENGTH]; + System.arraycopy(encodedPublicKey, 0, decodedKey[MODULUS], 0, MODULUS_LENGTH); + System.arraycopy(encodedPublicKey, MODULUS_LENGTH, decodedKey[EXPONENT], 0, EXPONENT_LENGTH); + return decodedKey; + } - private byte[] encode() { - int publicKeyLength = MODULUS_LENGTH + EXPONENT_LENGTH; - byte[] encodedPublicKey = new byte[publicKeyLength]; - System.arraycopy(rawKey[MODULUS], 0, encodedPublicKey, 0, MODULUS_LENGTH); - System.arraycopy(rawKey[EXPONENT], 0, encodedPublicKey, MODULUS_LENGTH, EXPONENT_LENGTH); - return encodedPublicKey; - } + private byte[] encode() { + int publicKeyLength = MODULUS_LENGTH + EXPONENT_LENGTH; + byte[] encodedPublicKey = new byte[publicKeyLength]; + System.arraycopy(rawKey[MODULUS], 0, encodedPublicKey, 0, MODULUS_LENGTH); + System.arraycopy(rawKey[EXPONENT], 0, encodedPublicKey, MODULUS_LENGTH, EXPONENT_LENGTH); + return encodedPublicKey; + } - /** {@inheritDoc} */ - @Override - public final String getAlgorithm() { - return (fipsEnabled ? "RSA/SHA-256" : "RSA/SHA-1"); - } + /** {@inheritDoc} */ + @Override + public final String getAlgorithm() { + return "RSA/SHA-1"; + } - /** {@inheritDoc} */ - @Override - public final byte[] getEncoded() { - return encodedKey.clone(); - } + /** {@inheritDoc} */ + @Override + public final byte[] getEncoded() { + return encodedKey.clone(); + } - /** {@inheritDoc} */ - @Override - public final String getFormat() { - return "LTPAFormat"; - } + /** {@inheritDoc} */ + @Override + public final String getFormat() { + return "LTPAFormat"; + } - protected final byte[][] getRawKey() { - if (rawKey == null) { - return null; - } else { - return rawKey.clone(); - } - } + protected final byte[][] getRawKey() { + return rawKey.clone(); + } } diff --git a/dev/com.ibm.ws.crypto.passwordutil/bnd.bnd b/dev/com.ibm.ws.crypto.passwordutil/bnd.bnd index 74ed3d598715..9ad0a8b7980e 100644 --- a/dev/com.ibm.ws.crypto.passwordutil/bnd.bnd +++ b/dev/com.ibm.ws.crypto.passwordutil/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2017, 2024 IBM Corporation and others. +# Copyright (c) 2017, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -50,7 +50,6 @@ instrument.disabled: true com.ibm.wsspi.org.osgi.service.component.annotations;version=latest,\ com.ibm.ws.kernel.service;version=latest,\ com.ibm.ws.kernel.boot;version=latest, \ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.org.osgi.annotation.versioning;version=latest -testpath: \ diff --git a/dev/com.ibm.ws.ejbcontainer.async/bnd.bnd b/dev/com.ibm.ws.ejbcontainer.async/bnd.bnd index d2090b6c5107..721ac51f1565 100644 --- a/dev/com.ibm.ws.ejbcontainer.async/bnd.bnd +++ b/dev/com.ibm.ws.ejbcontainer.async/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2017, 2024 IBM Corporation and others. +# Copyright (c) 2017, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -48,7 +48,6 @@ Include-Resource: \ com.ibm.ws.ejbcontainer;version=latest,\ com.ibm.ws.ejbcontainer.core;version=latest,\ com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.logging;version=latest,\ com.ibm.websphere.javaee.ejb.3.1;version=latest,\ com.ibm.websphere.org.osgi.core;version=latest,\ diff --git a/dev/com.ibm.ws.ejbcontainer.injection_fat/publish/servers/ejbcontainer.injection.ra.fat.MsgEndpointServer/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.injection_fat/publish/servers/ejbcontainer.injection.ra.fat.MsgEndpointServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.injection_fat/publish/servers/ejbcontainer.injection.ra.fat.MsgEndpointServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.management.j2ee_fat/publish/servers/com.ibm.ws.ejbcontainer.management.j2ee.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.management.j2ee_fat/publish/servers/com.ibm.ws.ejbcontainer.management.j2ee.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.management.j2ee_fat/publish/servers/com.ibm.ws.ejbcontainer.management.j2ee.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.remote.client_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.client.fat.serverInjection/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.remote.client_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.client.fat.serverInjection/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.remote.client_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.client.fat.serverInjection/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.remote.config_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.config.fat.server.ssl/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.remote.config_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.config.fat.server.ssl/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.remote.config_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.config.fat.server.ssl/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.remote_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.fat.SecureRemoteServer/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.remote_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.fat.SecureRemoteServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.remote_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.fat.SecureRemoteServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.remote_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.fat.SecureRemoteServerClient/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.remote_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.fat.SecureRemoteServerClient/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.remote_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.fat.SecureRemoteServerClient/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.remote_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.fat.TraditionalServerSecureClient/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.remote_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.fat.TraditionalServerSecureClient/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.remote_fat/publish/servers/com.ibm.ws.ejbcontainer.remote.fat.TraditionalServerSecureClient/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2.1/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2.1/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/bootstrap.properties index a644568d5292..51ab8c7ce437 100644 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2.1/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2.1/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2.1/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2.1/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2.1/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/bootstrap.properties index dee1b68fe484..2784ff4aab3f 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ applications=all:\ com.ibm.ws.webcontainer.security.*=all=enabled diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/bootstrap.properties index a8da4d15af69..9b26d4ebdbc9 100644 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/bootstrap.properties index c44e887cf68a..a71e74e5f44b 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.ws.runtime.update.internal.RuntimeUpdateManagerImpl=all=enabled diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/bootstrap.properties index a8da4d15af69..9b26d4ebdbc9 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/bootstrap.properties index a8da4d15af69..9b26d4ebdbc9 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/bootstrap.properties index a8da4d15af69..9b26d4ebdbc9 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/bootstrap.properties index c9dbba132b25..aaa37ac4b46b 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ applications=all:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/bootstrap.properties index dee1b68fe484..2784ff4aab3f 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ applications=all:\ com.ibm.ws.webcontainer.security.*=all=enabled diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat.2/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.audit/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.audit/bootstrap.properties index fdc77189c225..56ff03cd205e 100644 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.audit/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.audit/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ applications=all:\ com.ibm.ws.webcontainer.security.*=all=enabled diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.audit/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.audit/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.audit/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/bootstrap.properties index fdc77189c225..56ff03cd205e 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ applications=all:\ com.ibm.ws.webcontainer.security.*=all=enabled diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.bindings/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/bootstrap.properties index a02341dbfd90..940ad5703f6b 100644 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.audit/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/bootstrap.properties index 9bdc9d7e479e..77cd61e979f7 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.inwar/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/bootstrap.properties index a02341dbfd90..940ad5703f6b 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mc/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/bootstrap.properties index a02341dbfd90..940ad5703f6b 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar.mergebindings/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/bootstrap.properties index a02341dbfd90..940ad5703f6b 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.ejbjar/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/bootstrap.properties index 0848e46ccf70..63c4bb317dc4 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ applications=all:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat.mergebindings/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat/bootstrap.properties index fdc77189c225..56ff03cd205e 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ applications=all:\ com.ibm.ws.webcontainer.security.*=all=enabled diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.ejbcontainer.security.jacc_fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/bootstrap.properties b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/bootstrap.properties index fdc77189c225..56ff03cd205e 100755 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/bootstrap.properties +++ b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ejbcontainer.security.*=all=enabled:\ applications=all:\ com.ibm.ws.webcontainer.security.*=all=enabled diff --git a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ejbcontainer.security.jacc_fat/publish/servers/com.ibm.ws.security.authorization.jacc.dynamic_fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ejbcontainer/bnd.bnd b/dev/com.ibm.ws.ejbcontainer/bnd.bnd index 36dadff8322f..bacf435c3eeb 100644 --- a/dev/com.ibm.ws.ejbcontainer/bnd.bnd +++ b/dev/com.ibm.ws.ejbcontainer/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2017, 2024 IBM Corporation and others. +# Copyright (c) 2017, 2023 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -165,7 +165,6 @@ instrument.classesExcludes: com/ibm/ws/ejbcontainer/osgi/internal/resources/*.cl com.ibm.ws.logging;version=latest,\ com.ibm.ws.kernel.feature;version=latest,\ com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.injection;version=latest,\ com.ibm.ws.javaee.dd;version=latest,\ com.ibm.ws.resource;version=latest,\ diff --git a/dev/com.ibm.ws.ejbcontainer_test/bnd.bnd b/dev/com.ibm.ws.ejbcontainer_test/bnd.bnd index 11385c9eb361..8ebee5ab5e98 100644 --- a/dev/com.ibm.ws.ejbcontainer_test/bnd.bnd +++ b/dev/com.ibm.ws.ejbcontainer_test/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2017, 2024 IBM Corporation and others. +# Copyright (c) 2017 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -33,7 +33,6 @@ test.project: true com.ibm.ws.javaee.dd.ejb;version=latest,\ com.ibm.ws.logging;version=latest,\ com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.injection;version=latest,\ com.ibm.ws.javaee.dd;version=latest,\ com.ibm.ws.resource;version=latest,\ diff --git a/dev/com.ibm.ws.jaxrs.2.0.client_fat/publish/servers/jaxrs20.client.JAXRSLtpaClientTest/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.jaxrs.2.0.client_fat/publish/servers/jaxrs20.client.JAXRSLtpaClientTest/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.jaxrs.2.0.client_fat/publish/servers/jaxrs20.client.JAXRSLtpaClientTest/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.jaxrs.2.0.client_fat/publish/servers/jaxrs20.client.JAXRSLtpaServerTest/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.jaxrs.2.0.client_fat/publish/servers/jaxrs20.client.JAXRSLtpaServerTest/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.jaxrs.2.0.client_fat/publish/servers/jaxrs20.client.JAXRSLtpaServerTest/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.jaxws.2.2.webcontainer_fat_extended/publish/servers/POJOServiceSecurityServer/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.jaxws.2.2.webcontainer_fat_extended/publish/servers/POJOServiceSecurityServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.jaxws.2.2.webcontainer_fat_extended/publish/servers/POJOServiceSecurityServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.jaxws.clientcontainer_fat/publish/files/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.jaxws.clientcontainer_fat/publish/files/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.jaxws.clientcontainer_fat/publish/files/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.jaxws.clientcontainer_fat/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.jaxws.clientcontainer_fat/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.jaxws.clientcontainer_fat/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.jca.resourcedefinition.jms.2.0/bnd.bnd b/dev/com.ibm.ws.jca.resourcedefinition.jms.2.0/bnd.bnd index 9102cb36df65..bbc59dfa7055 100644 --- a/dev/com.ibm.ws.jca.resourcedefinition.jms.2.0/bnd.bnd +++ b/dev/com.ibm.ws.jca.resourcedefinition.jms.2.0/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2017, 2024 IBM Corporation and others. +# Copyright (c) 2017, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -68,7 +68,4 @@ Service-Component: \ com.ibm.ws.jca;version=latest,\ com.ibm.ws.jca.cm;version=latest,\ com.ibm.ws.logging.core;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest, \ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.resource;version=latest diff --git a/dev/com.ibm.ws.jdbc_fat/publish/servers/com.ibm.ws.jdbc.jaas.fat/bootstrap.properties b/dev/com.ibm.ws.jdbc_fat/publish/servers/com.ibm.ws.jdbc.jaas.fat/bootstrap.properties index 5bab48226bb9..db5679d4fdc1 100644 --- a/dev/com.ibm.ws.jdbc_fat/publish/servers/com.ibm.ws.jdbc.jaas.fat/bootstrap.properties +++ b/dev/com.ibm.ws.jdbc_fat/publish/servers/com.ibm.ws.jdbc.jaas.fat/bootstrap.properties @@ -14,8 +14,7 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.jdbc.*=all=enabled:\ com.ibm.ejs.j2c.*=all=enabled:\ com.ibm.ws.rsadapter.*=all=enabled:\ -com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 osgi.console=5678 diff --git a/dev/com.ibm.ws.kernel.feature.resolver_fat/publish/verify/repository_WL.xml b/dev/com.ibm.ws.kernel.feature.resolver_fat/publish/verify/repository_WL.xml index b4a98d684865..bd3bbfbb36a1 100644 --- a/dev/com.ibm.ws.kernel.feature.resolver_fat/publish/verify/repository_WL.xml +++ b/dev/com.ibm.ws.kernel.feature.resolver_fat/publish/verify/repository_WL.xml @@ -47455,6 +47455,13 @@ type=osgi.bundle [1.0.0,1.1.0) + + com.ibm.ws.crypto.common + 12 + SEQUENTIAL + type=osgi.bundle + [1.0.0,1.1.0) + com.ibm.websphere.appserver.sampleHandler-1.0.mf @@ -52650,6 +52657,13 @@ type=osgi.bundle [1.2.0,1.3.0) + + com.ibm.ws.crypto.common + 12 + SEQUENTIAL + type=osgi.bundle + [1.0.0,1.1.0) + com.ibm.websphere.appserver.wsSecuritySaml-1.1.mf diff --git a/dev/com.ibm.ws.kernel.service/bnd.bnd b/dev/com.ibm.ws.kernel.service/bnd.bnd index 6f6b1a4887f9..bd0acbc37a40 100644 --- a/dev/com.ibm.ws.kernel.service/bnd.bnd +++ b/dev/com.ibm.ws.kernel.service/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2017, 2024 IBM Corporation and others. +# Copyright (c) 2017, 2023 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -29,7 +29,6 @@ Export-Package: \ com.ibm.wsspi.kernel.service.location, \ com.ibm.wsspi.kernel.service.utils;provide:=true, \ com.ibm.ws.kernel.service.util;provide:=true, \ - com.ibm.ws.common.crypto;provide:=true, \ com.ibm.ws.common.encoder;provide:=true Private-Package: \ @@ -50,7 +49,6 @@ Import-Package: !com.sun.management, !com.ibm.lang.management, * instrument.classesExcludes: com/ibm/ws/kernel/service/utils/resources/*.class, \ com/ibm/ws/kernel/**/internal/resources/*.class, \ - com/ibm/ws/common/crypto/*.class, \ com/ibm/ws/common/encoder/*.class, \ com/ibm/ws/common/internal/encoder/*.class @@ -81,5 +79,4 @@ instrument.classesExcludes: com/ibm/ws/kernel/service/utils/resources/*.class, \ com.ibm.websphere.org.osgi.core;version=latest, \ com.ibm.websphere.org.osgi.service.component;version=latest,\ com.ibm.ws.kernel.boot;version=latest, \ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.logging;version=latest diff --git a/dev/com.ibm.ws.kernel.service/resources/com/ibm/ws/kernel/pseudo/internal/resources/Messages.nlsprops b/dev/com.ibm.ws.kernel.service/resources/com/ibm/ws/kernel/pseudo/internal/resources/Messages.nlsprops index 97e99620c633..905fa8217db7 100644 --- a/dev/com.ibm.ws.kernel.service/resources/com/ibm/ws/kernel/pseudo/internal/resources/Messages.nlsprops +++ b/dev/com.ibm.ws.kernel.service/resources/com/ibm/ws/kernel/pseudo/internal/resources/Messages.nlsprops @@ -35,30 +35,3 @@ jndi.not.installed=CWWKE0800W: An attempt was made to retrieve an initial contex jndi.not.installed.explanation=The JNDI feature provides a JNDI registry and associated utilities. This is normally required if an application or feature needs to look up entries in a JNDI context. jndi.not.installed.useraction=Ensure that a JNDI implementation is provided (e.g. by configuring the JNDI feature in the configuration for this server). -# # {0} description of each insert field -# MSG_DESCRIPTIVE_NAME_CWWKS0000=CWWKS0000I: This is a message with inserts {0} -# MSG_DESCRIPTIVE_NAME_CWWKS0000.explanation=Explanation text for the message -# MSG_DESCRIPTIVE_NAME_CWWKS0000.useraction=User action text for the message -# -#CMVCPATHNAME com.ibm.ws.common.crypto -#COMPONENTPREFIX CWWKS -#COMPONENTNAMEFOR WebSphere Application Server Security Common Crypto Utilities -#ISMESSAGEFILE TRUE -#NLS_MESSAGEFORMAT_VAR -#NLS_ENCODING=UNICODE - -# ------------------------------------------------------------------------------------------------- -# CWWKS5900 - CWWKS5910 com.ibm.ws.common.crypto -# ------------------------------------------------------------------------------------------------- -#Message prefix block: CWWKS5900 - CWWKS5910 -CRYPTO_INSECURE=CWWKS5900W: The {0} configuration element specifies the {1} insecure cryptographic algorithm. Consider using the {2} secure algorithm instead. -CRYPTO_INSECURE.explanation=The configured algorithm is no longer considered cryptographically secure. -CRYPTO_INSECURE.useraction=Use the suggested secure algorithm. - -CRYPTO_INSECURE_REPLACED=CWWKS5901W: The {0} configuration element specifies the {1} insecure cryptographic algorithm. The {2} secure algorithm is used instead. -CRYPTO_INSECURE_REPLACED.explanation=The insecure cryptographic algorithm was replaced with the secure algorithm. -CRYPTO_INSECURE_REPLACED.useraction=No action is required. - -CRYPTO_INSECURE_PROVIDER=CWWKS5902W: The {0} configuration element uses the {1} insecure cryptographic algorithm. Consider replacing the configuration with a different provider if security is a concern. -CRYPTO_INSECURE_PROVIDER.explanation=The algorithm is no longer considered cryptographically secure. -CRYPTO_INSECURE_PROVIDER.useraction=Consider replacing the configuration with a different provider if security is a concern. diff --git a/dev/com.ibm.ws.kernel.service/src/com/ibm/ws/common/crypto/CryptoUtils.java b/dev/com.ibm.ws.kernel.service/src/com/ibm/ws/common/crypto/CryptoUtils.java deleted file mode 100644 index be38ebafd24f..000000000000 --- a/dev/com.ibm.ws.kernel.service/src/com/ibm/ws/common/crypto/CryptoUtils.java +++ /dev/null @@ -1,406 +0,0 @@ -/******************************************************************************* -* Copyright (c) 2024, 2025 IBM Corporation and others. -* All rights reserved. This program and the accompanying materials -* are made available under the terms of the Eclipse Public License 2.0 -* which accompanies this distribution, and is available at -* http://www.eclipse.org/legal/epl-2.0/ -* -* SPDX-License-Identifier: EPL-2.0 -*******************************************************************************/ -package com.ibm.ws.common.crypto; - -import java.security.AccessController; -import java.security.MessageDigest; -import java.security.NoSuchAlgorithmException; -import java.security.NoSuchProviderException; -import java.security.PrivilegedAction; -import java.security.Security; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -import com.ibm.websphere.ras.Tr; -import com.ibm.websphere.ras.TraceComponent; -import com.ibm.ws.kernel.productinfo.ProductInfo; -import com.ibm.ws.kernel.service.util.JavaInfo; - -public class CryptoUtils { - private static final TraceComponent tc = Tr.register(CryptoUtils.class); - - private static boolean issuedBetaMessage = false; - - static String FIPSLevel = getFipsLevel(); - public final static String MESSAGE_DIGEST_ALGORITHM_SHA256 = "SHA-256"; - public final static String MESSAGE_DIGEST_ALGORITHM_SHA384 = "SHA-384"; - public final static String MESSAGE_DIGEST_ALGORITHM_SHA512 = "SHA-512"; - public final static String MESSAGE_DIGEST_ALGORITHM_SHA = "SHA"; - - public static boolean ibmJCEAvailable = false; - public static boolean ibmJCEPlusFIPSAvailable = false; - public static boolean openJCEPlusAvailable = false; - public static boolean openJCEPlusFIPSAvailable = false; - public static boolean ibmJCEProviderChecked = false; - public static boolean ibmJCEPlusFIPSProviderChecked = false; - public static boolean openJCEPlusProviderChecked = false; - public static boolean openJCEPlusFIPSProviderChecked = false; - - public static boolean unitTest = false; - public static boolean fipsChecked = false; - - public static boolean javaVersionChecked = false; - public static boolean isJava11orHigher = false; - - public static boolean zOSAndJAVA11orHigherChecked = false; - public static boolean iszOSAndJava11orHigher = false; - - public static String osName = System.getProperty("os.name"); - public static boolean isZOS = false; - public static boolean osVersionChecked = false; - - public static String IBMJCE_PROVIDER = "com.ibm.crypto.provider.IBMJCE"; - public static String IBMJCE_PLUS_FIPS_PROVIDER = "com.ibm.crypto.plus.provider.IBMJCEPlusFIPS"; - public static String OPENJCE_PLUS_PROVIDER = "com.ibm.crypto.plus.provider.OpenJCEPlus"; - public static String OPENJCE_PLUS_FIPS_PROVIDER = "com.ibm.crypto.plus.provider.OpenJCEPlusFIPS"; - - public static final String IBMJCE_NAME = "IBMJCE"; - public static final String IBMJCE_PLUS_FIPS_NAME = "IBMJCEPlusFIPS"; - public static final String OPENJCE_PLUS_NAME = "OpenJCEPlus"; - public static final String OPENJCE_PLUS_FIPS_NAME = "OpenJCEPlusFIPS"; - - public static final String USE_FIPS_PROVIDER = "com.ibm.jsse2.usefipsprovider"; - public static final String USE_FIPS_PROVIDER_NAME = "com.ibm.jsse2.usefipsProviderName"; - - public static final String SIGNATURE_ALGORITHM_SHA1WITHRSA = "SHA1withRSA"; - public static final String SIGNATURE_ALGORITHM_SHA256WITHRSA = "SHA256withRSA"; - - public static final String CRYPTO_ALGORITHM_RSA = "RSA"; - - public static final String ENCRYPT_ALGORITHM_DESEDE = "DESede"; - public static final String ENCRYPT_ALGORITHM_RSA = "RSA"; - - public static final String AES_GCM_CIPHER = "AES/GCM/NoPadding"; - public static final String DES_ECB_CIPHER = "DESede/ECB/PKCS5Padding"; //Audit - public static final String AES_CBC_CIPHER = "AES/CBC/PKCS5Padding"; //LTPA - - private static boolean fipsEnabled = isFIPSEnabled(); - - private static Map secureAlternative = new HashMap<>(); - static { - secureAlternative.put("SHA", "SHA256"); - secureAlternative.put("SHA1", "SHA256"); - secureAlternative.put("SHA-1", "SHA256"); - secureAlternative.put("SHA128", "SHA256"); - secureAlternative.put("MD5", "SHA256"); - } - - /** - * Answers whether a crypto algorithm is considered insecure. - * - * @param algorithm The algorithm to check. - * @return True if the algorithm is considered insecure, false otherwise. - */ - public static boolean isAlgorithmInsecure(String algorithm) { - return secureAlternative.containsKey(algorithm); - } - - /** - * Returns a secure crypto algorithm to use in place of the given one. - * - * @param algorithm The insecure algorithm to be replaced. - * @return A secure replacement algorithm. If there is none a null is returned. - */ - public static String getSecureAlternative(String algorithm) { - return secureAlternative.get(algorithm); - } - - public static String getSignatureAlgorithm() { - if (fipsEnabled && (isOpenJCEPlusFIPSAvailable() || isIBMJCEPlusFIPSAvailable())) - return SIGNATURE_ALGORITHM_SHA256WITHRSA; - else - return SIGNATURE_ALGORITHM_SHA1WITHRSA; - } - - public static String getEncryptionAlgorithm() { - if (fipsEnabled && (isOpenJCEPlusFIPSAvailable() || isIBMJCEPlusFIPSAvailable())) - return ENCRYPT_ALGORITHM_RSA; - else - return ENCRYPT_ALGORITHM_DESEDE; - } - - public static String getCipher() { - return fipsEnabled ? AES_GCM_CIPHER : DES_ECB_CIPHER; - } - - public static String getCipherForAudit() { - return fipsEnabled ? AES_GCM_CIPHER : DES_ECB_CIPHER; - } - - public static void logInsecureAlgorithm(String configProperty, String insecureAlgorithm) { - // TODO remove beta check - if (isRunningBetaMode()) { - Tr.warning(tc, "CRYPTO_INSECURE", configProperty, insecureAlgorithm); - } - } - - public static void logInsecureAlgorithmReplaced(String configProperty, String insecureAlgorithm, String secureAlgorithm) { - // TODO remove beta check - if (isRunningBetaMode()) { - Tr.warning(tc, "CRYPTO_INSECURE_REPLACED", configProperty, insecureAlgorithm, secureAlgorithm); - } - } - - public static void logInsecureProvider(String provider, String insecureAlgorithm) { - // TODO remove beta check - if (isRunningBetaMode()) { - Tr.warning(tc, "CRYPTO_INSECURE_PROVIDER", provider, insecureAlgorithm); - } - } - - public static boolean isIBMJCEAvailable() { - if (ibmJCEProviderChecked) { - return ibmJCEAvailable; - } else { - ibmJCEAvailable = JavaInfo.isSystemClassAvailable(IBMJCE_PROVIDER); - ibmJCEProviderChecked = true; - return ibmJCEAvailable; - } - } - - public static boolean isIBMJCEPlusFIPSAvailable() { - if (ibmJCEPlusFIPSProviderChecked) { - return ibmJCEPlusFIPSAvailable; - } else { - boolean ibmJCEPlusFIPSProviderAvailable = JavaInfo.isSystemClassAvailable(IBMJCE_PLUS_FIPS_PROVIDER); - if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Tr.debug(tc, "ibmJCEPlusFIPSProvider: " + IBMJCE_PLUS_FIPS_PROVIDER); - Tr.debug(tc, "ibmJCEPlusFIPSProviderAvailable: " + ibmJCEPlusFIPSProviderAvailable); - } - - if (ibmJCEPlusFIPSProviderAvailable) { - if (!fipsEnabled) { - ibmJCEPlusFIPSProviderAvailable = false; - } else { - ibmJCEPlusFIPSAvailable = true; - } - } else { - if (fipsEnabled && !isSemeruFips()) { - Tr.debug(tc, "FIPS is enabled but the " + IBMJCE_PLUS_FIPS_PROVIDER + " provider is not available."); - } - } - ibmJCEPlusFIPSProviderChecked = true; - return ibmJCEPlusFIPSAvailable; - } - } - - public static boolean isOpenJCEPlusAvailable() { - if (openJCEPlusProviderChecked) { - return openJCEPlusAvailable; - } else { - openJCEPlusAvailable = JavaInfo.isSystemClassAvailable(OPENJCE_PLUS_PROVIDER); - openJCEPlusProviderChecked = true; - return openJCEPlusAvailable; - } - } - - public static boolean isOpenJCEPlusFIPSAvailable() { - if (openJCEPlusFIPSProviderChecked) { - return openJCEPlusFIPSAvailable; - } else { - boolean openJCEPlusFIPSProviderAvailable = JavaInfo.isSystemClassAvailable(OPENJCE_PLUS_FIPS_PROVIDER); - if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Tr.debug(tc, "openJCEPlusFIPSProvider: " + OPENJCE_PLUS_FIPS_PROVIDER); - Tr.debug(tc, "openJCEPlusFIPSAvailable: " + openJCEPlusFIPSProviderAvailable); - } - - if (openJCEPlusFIPSProviderAvailable) { - if (!fipsEnabled || !isSemeruFips()) { - openJCEPlusFIPSProviderAvailable = false; - } else { - openJCEPlusFIPSAvailable = true; - } - } else { - if (fipsEnabled && isSemeruFips()) { - Tr.debug(tc, "Semeru FIPS is enabled but the " + OPENJCE_PLUS_FIPS_PROVIDER + " provider is not available."); - } - } - openJCEPlusFIPSProviderChecked = true; - return openJCEPlusFIPSAvailable; - } - } - - private static boolean isJava11orHigher() { - if (javaVersionChecked) { - return isJava11orHigher; - } else { - isJava11orHigher = JavaInfo.majorVersion() >= 11; - javaVersionChecked = true; - return isJava11orHigher; - } - } - - private static boolean isZOS() { - if (osVersionChecked) { - return isZOS; - } else { - isZOS = (osName.equalsIgnoreCase("z/OS") || osName.equalsIgnoreCase("OS/390")); - osVersionChecked = true; - return isZOS; - } - } - - public static boolean isZOSandRunningJava11orHigher() { - if (zOSAndJAVA11orHigherChecked) { - return iszOSAndJava11orHigher; - } else { - iszOSAndJava11orHigher = isJava11orHigher() && isZOS(); - zOSAndJAVA11orHigherChecked = true; - return iszOSAndJava11orHigher; - } - } - - public static String getProvider() { - String provider = null; - - if (fipsEnabled) { - //Do not check the provider available or not. Later on when we use the provider, the JDK will handle it. - if (isSemeruFips()) { - provider = OPENJCE_PLUS_FIPS_NAME; - } else { - provider = IBMJCE_PLUS_FIPS_NAME; - } - } else if (isZOSandRunningJava11orHigher() && isOpenJCEPlusAvailable()) { - provider = OPENJCE_PLUS_NAME; - } else if (isIBMJCEAvailable()) { - provider = IBMJCE_NAME; - } - - if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - if (provider != null) { - Tr.debug(tc, "Provider configured is " + provider); - } else { - Tr.debug(tc, "Provider configured by JDK is " + (Security.getProviders() != null ? Security.getProviders()[0].getName() : "NULL")); - } - } - return provider; - } - - public static final String MESSAGE_DIGEST_ALGORITHM = (fipsEnabled ? MESSAGE_DIGEST_ALGORITHM_SHA256 : MESSAGE_DIGEST_ALGORITHM_SHA); - /** - * List of supported Message Digest Algorithms. - */ - private static final List supportedMessageDigestAlgorithms = Arrays.asList( - MESSAGE_DIGEST_ALGORITHM_SHA256, - MESSAGE_DIGEST_ALGORITHM_SHA384, - MESSAGE_DIGEST_ALGORITHM_SHA512); - - public static String getMessageDigestAlgorithm() { - return MESSAGE_DIGEST_ALGORITHM_SHA256; - } - - public static MessageDigest getMessageDigest() throws NoSuchAlgorithmException { - return getMessageDigest(getMessageDigestAlgorithm()); - } - - public static MessageDigest getMessageDigest(String algorithm) throws NoSuchAlgorithmException { - if (!supportedMessageDigestAlgorithms.contains(algorithm)) - throw new NoSuchAlgorithmException(String.format("Algorithm %s is not supported", algorithm)); - return MessageDigest.getInstance(algorithm); - } - - public static MessageDigest getMessageDigestForLTPA() { - MessageDigest md1 = null; - try { - if (fipsEnabled) { - if (isSemeruFips()) { - md1 = MessageDigest.getInstance(MESSAGE_DIGEST_ALGORITHM_SHA256, - OPENJCE_PLUS_FIPS_NAME); - } else { - md1 = MessageDigest.getInstance(MESSAGE_DIGEST_ALGORITHM_SHA256, - IBMJCE_PLUS_FIPS_NAME); - } - } else if (CryptoUtils.isIBMJCEAvailable()) { - md1 = MessageDigest.getInstance(MESSAGE_DIGEST_ALGORITHM_SHA, IBMJCE_NAME); - } else { - md1 = MessageDigest.getInstance(MESSAGE_DIGEST_ALGORITHM_SHA); - } - - } catch (NoSuchAlgorithmException e) { - // instrumented ffdc - } catch (NoSuchProviderException e) { - // instrumented ffdc; - } - - return md1; - } - - public static String getPropertyLowerCase(final String prop, final String defaultValue) { - return AccessController.doPrivileged(new PrivilegedAction() { - @Override - public String run() { - return System.getProperty(prop, defaultValue).toLowerCase(); - } - }); - } - - static String getFipsLevel() { - String result = getPropertyLowerCase("com.ibm.fips.mode", "disabled"); - if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Tr.debug(tc, "getFipsLevel: " + result); - } - return result; - } - - public static boolean isSemeruFips() { - return "true".equals(getPropertyLowerCase("semeru.fips", "false")); - } - - public static boolean isFips140_3Enabled() { - - boolean result = ("140-3".equals(FIPSLevel) || "true".equals(getPropertyLowerCase("global.fips_140-3", "false")) || isSemeruFips()) - && isRunningBetaMode(); - if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Tr.debug(tc, "isFips140_3Enabled: " + result); - } - return result; - } - - public static boolean isFips140_2Enabled() { - //JDK set the fip mode default to 140-2 - //boolean result = "140-2".equals(FIPSLevel) && isRunningBetaMode(); - boolean result = !isFips140_3Enabled() && "true".equals(getPropertyLowerCase(USE_FIPS_PROVIDER, "false")) && - IBMJCE_PLUS_FIPS_NAME.equalsIgnoreCase(getPropertyLowerCase(USE_FIPS_PROVIDER_NAME, "NO_PROVIDER_NAME")); - if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Tr.debug(tc, "isFips140_2Enabled: " + result); - } - return result; - } - - public static boolean isFIPSEnabled() { - if (fipsChecked) { - return fipsEnabled; - } else { - //fipsEnabled = isFips140_2Enabled() || isFips140_3Enabled(); - fipsEnabled = isFips140_3Enabled(); - fipsChecked = true; - if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Tr.debug(tc, "isFIPSEnabled: " + fipsEnabled); - } - return fipsEnabled; - } - } - - public static boolean isRunningBetaMode() { - - if (!ProductInfo.getBetaEdition()) { - return false; - } else { - // Running beta exception, issue message if we haven't already issued one for this class - if (!issuedBetaMessage) { - Tr.info(tc, "BETA: A beta method has been invoked for the class CryptoUtils for the first time."); - issuedBetaMessage = true; - } - return true; - } - } -} diff --git a/dev/com.ibm.ws.messaging.open_clientcontainer_fat/bnd.bnd b/dev/com.ibm.ws.messaging.open_clientcontainer_fat/bnd.bnd index 8673afa6fe42..8496569dbf10 100644 --- a/dev/com.ibm.ws.messaging.open_clientcontainer_fat/bnd.bnd +++ b/dev/com.ibm.ws.messaging.open_clientcontainer_fat/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2018, 2024 IBM Corporation and others. +# Copyright (c) 2018, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -41,8 +41,5 @@ tested.features: \ com.ibm.websphere.javaee.annotation.1.1;version=latest,\ com.ibm.websphere.javaee.jms.2.0;version=latest,\ io.openliberty.org.apache.commons.codec;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ io.openliberty.org.apache.commons.logging;version=latest diff --git a/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/ContextInject/JMSContextInjectTest.java b/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/ContextInject/JMSContextInjectTest.java index 7c1e1c9da6dd..1158b5165857 100644 --- a/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/ContextInject/JMSContextInjectTest.java +++ b/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/ContextInject/JMSContextInjectTest.java @@ -92,8 +92,6 @@ public static void testConfigFileChange() throws Exception { "serverLTPAKeys/cert.der"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/ltpa.keys"); - server1.copyFileToLibertyServerRoot("resources/security", - "serverLTPAKeys/ltpaFIPS.keys"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/mykey.jks"); diff --git a/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/TemporaryQueue/JMSContextTest_118066.java b/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/TemporaryQueue/JMSContextTest_118066.java index 5330bd3d9602..192bdc8cbd31 100644 --- a/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/TemporaryQueue/JMSContextTest_118066.java +++ b/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/TemporaryQueue/JMSContextTest_118066.java @@ -89,8 +89,6 @@ public static void testConfigFileChange() throws Exception { "serverLTPAKeys/cert.der"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/ltpa.keys"); - server1.copyFileToLibertyServerRoot("resources/security", - "serverLTPAKeys/ltpaFIPS.keys"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/mykey.jks"); diff --git a/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/TemporaryQueue/JMSContextTest_118068.java b/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/TemporaryQueue/JMSContextTest_118068.java index 23e3d8121a07..958b1a7768ef 100644 --- a/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/TemporaryQueue/JMSContextTest_118068.java +++ b/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/TemporaryQueue/JMSContextTest_118068.java @@ -92,8 +92,6 @@ public static void testConfigFileChange() throws Exception { "serverLTPAKeys/cert.der"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/ltpa.keys"); - server1.copyFileToLibertyServerRoot("resources/security", - "serverLTPAKeys/ltpaFIPS.keys"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/mykey.jks"); diff --git a/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/Transaction/JMSContextTest_118065.java b/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/Transaction/JMSContextTest_118065.java index 85bd85cd50a6..ba66a7d73538 100644 --- a/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/Transaction/JMSContextTest_118065.java +++ b/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/Transaction/JMSContextTest_118065.java @@ -91,8 +91,6 @@ public static void testConfigFileChange() throws Exception { "serverLTPAKeys/cert.der"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/ltpa.keys"); - server1.copyFileToLibertyServerRoot("resources/security", - "serverLTPAKeys/ltpaFIPS.keys"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/mykey.jks"); diff --git a/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/publish/files/serverLTPAKeys/ltpaFIPS.keys b/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/publish/files/serverLTPAKeys/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.messaging.open_jms20contextSecurity2_fat/publish/files/serverLTPAKeys/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.messaging.open_jms20contextSecurity_fat/fat/src/com/ibm/ws/messaging/JMS20contextSecurity/fat/JMSContextTest/JMSContextTest.java b/dev/com.ibm.ws.messaging.open_jms20contextSecurity_fat/fat/src/com/ibm/ws/messaging/JMS20contextSecurity/fat/JMSContextTest/JMSContextTest.java index fb1e9265ad2c..248d78b2fdbc 100644 --- a/dev/com.ibm.ws.messaging.open_jms20contextSecurity_fat/fat/src/com/ibm/ws/messaging/JMS20contextSecurity/fat/JMSContextTest/JMSContextTest.java +++ b/dev/com.ibm.ws.messaging.open_jms20contextSecurity_fat/fat/src/com/ibm/ws/messaging/JMS20contextSecurity/fat/JMSContextTest/JMSContextTest.java @@ -92,8 +92,6 @@ public static void testConfigFileChange() throws Exception { "serverLTPAKeys/cert.der"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/ltpa.keys"); - server1.copyFileToLibertyServerRoot("resources/security", - "serverLTPAKeys/ltpaFIPS.keys"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/mykey.jks"); diff --git a/dev/com.ibm.ws.messaging.open_jms20contextSecurity_fat/publish/files/serverLTPAKeys/ltpaFIPS.keys b/dev/com.ibm.ws.messaging.open_jms20contextSecurity_fat/publish/files/serverLTPAKeys/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.messaging.open_jms20contextSecurity_fat/publish/files/serverLTPAKeys/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/bnd.bnd b/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/bnd.bnd index 4e8f894ce442..5af32df8b784 100644 --- a/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/bnd.bnd +++ b/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2018, 2024 IBM Corporation and others. +# Copyright (c) 2018, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -57,8 +57,5 @@ tested.features:\ com.ibm.websphere.javaee.ejb.3.1;version=latest,\ com.ibm.websphere.javaee.jms.2.0;version=latest,\ com.ibm.websphere.javaee.transaction.1.1;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.websphere.javaee.cdi.1.0;version=latest diff --git a/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/fat/src/com/ibm/ws/messaging/jms20/deliverydelay/fat/DelayFullSecOnTest.java b/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/fat/src/com/ibm/ws/messaging/jms20/deliverydelay/fat/DelayFullSecOnTest.java index a1298f4d109c..267574577fd2 100644 --- a/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/fat/src/com/ibm/ws/messaging/jms20/deliverydelay/fat/DelayFullSecOnTest.java +++ b/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/fat/src/com/ibm/ws/messaging/jms20/deliverydelay/fat/DelayFullSecOnTest.java @@ -59,8 +59,6 @@ public static void testConfigFileChange() throws Exception { "resources/security", "engineLTPAKeys/cert.der"); engineServer.copyFileToLibertyServerRoot( "resources/security", "engineLTPAKeys/ltpa.keys"); - engineServer.copyFileToLibertyServerRoot( - "resources/security", "engineLTPAKeys/ltpaFIPS.keys"); engineServer.copyFileToLibertyServerRoot( "resources/security", "engineLTPAKeys/mykey.jks"); engineServer.setServerConfigurationFile("DelayEngine_SSL.xml"); diff --git a/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/fat/src/com/ibm/ws/messaging/jms20/deliverydelay/fat/DelayLiteSecOnTest.java b/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/fat/src/com/ibm/ws/messaging/jms20/deliverydelay/fat/DelayLiteSecOnTest.java index eceffe2fd6d1..a68ba0e3283b 100644 --- a/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/fat/src/com/ibm/ws/messaging/jms20/deliverydelay/fat/DelayLiteSecOnTest.java +++ b/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/fat/src/com/ibm/ws/messaging/jms20/deliverydelay/fat/DelayLiteSecOnTest.java @@ -57,8 +57,6 @@ public static void testConfigFileChange() throws Exception { "resources/security", "engineLTPAKeys/cert.der"); engineServer.copyFileToLibertyServerRoot( "resources/security", "engineLTPAKeys/ltpa.keys"); - engineServer.copyFileToLibertyServerRoot( - "resources/security", "engineLTPAKeys/ltpaFIPS.keys"); engineServer.copyFileToLibertyServerRoot( "resources/security", "engineLTPAKeys/mykey.jks"); diff --git a/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/publish/files/engineLTPAKeys/ltpaFIPS.keys b/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/publish/files/engineLTPAKeys/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.messaging.open_jms20deliverydelay_fat/publish/files/engineLTPAKeys/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.messaging.open_jms20security_fat/bnd.bnd b/dev/com.ibm.ws.messaging.open_jms20security_fat/bnd.bnd index 1f153a09b1f0..f9093c2ee68a 100644 --- a/dev/com.ibm.ws.messaging.open_jms20security_fat/bnd.bnd +++ b/dev/com.ibm.ws.messaging.open_jms20security_fat/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2020, 2024 IBM Corporation and others. +# Copyright (c) 2020, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -45,8 +45,5 @@ tested.features: \ com.ibm.websphere.javaee.ejb.3.1;version=latest,\ com.ibm.websphere.javaee.jms.2.0;version=latest,\ com.ibm.websphere.javaee.transaction.1.1;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.websphere.javaee.cdi.1.0;version=latest diff --git a/dev/com.ibm.ws.messaging.open_jms20security_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/DurableUnshared/DurableUnshared.java b/dev/com.ibm.ws.messaging.open_jms20security_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/DurableUnshared/DurableUnshared.java index 9d729103f1b8..79483ea43390 100755 --- a/dev/com.ibm.ws.messaging.open_jms20security_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/DurableUnshared/DurableUnshared.java +++ b/dev/com.ibm.ws.messaging.open_jms20security_fat/fat/src/com/ibm/ws/messaging/JMS20/fat/DurableUnshared/DurableUnshared.java @@ -91,8 +91,6 @@ public static void testConfigFileChange() throws Exception { "serverLTPAKeys/cert.der"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/ltpa.keys"); - server1.copyFileToLibertyServerRoot("resources/security", - "serverLTPAKeys/ltpaFIPS.keys"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/mykey.jks"); server.copyFileToLibertyInstallRoot("lib/features", diff --git a/dev/com.ibm.ws.messaging.open_jms20security_fat/fat/src/com/ibm/ws/messaging/JMS20security/fat/DCFTest/JMSDefaultConnectionFactorySecurityTest.java b/dev/com.ibm.ws.messaging.open_jms20security_fat/fat/src/com/ibm/ws/messaging/JMS20security/fat/DCFTest/JMSDefaultConnectionFactorySecurityTest.java index e21ba60852ac..0baa3b238e6e 100755 --- a/dev/com.ibm.ws.messaging.open_jms20security_fat/fat/src/com/ibm/ws/messaging/JMS20security/fat/DCFTest/JMSDefaultConnectionFactorySecurityTest.java +++ b/dev/com.ibm.ws.messaging.open_jms20security_fat/fat/src/com/ibm/ws/messaging/JMS20security/fat/DCFTest/JMSDefaultConnectionFactorySecurityTest.java @@ -96,8 +96,6 @@ public static void testConfigFileChange() throws Exception { "serverLTPAKeys/cert.der"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/ltpa.keys"); - server1.copyFileToLibertyServerRoot("resources/security", - "serverLTPAKeys/ltpaFIPS.keys"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/mykey.jks"); diff --git a/dev/com.ibm.ws.messaging.open_jms20security_fat/fat/src/com/ibm/ws/messaging/JMS20security/fat/JMSConsumerTest/JMSConsumerTest.java b/dev/com.ibm.ws.messaging.open_jms20security_fat/fat/src/com/ibm/ws/messaging/JMS20security/fat/JMSConsumerTest/JMSConsumerTest.java index 47a19f8bb2fe..27c08cbf9801 100755 --- a/dev/com.ibm.ws.messaging.open_jms20security_fat/fat/src/com/ibm/ws/messaging/JMS20security/fat/JMSConsumerTest/JMSConsumerTest.java +++ b/dev/com.ibm.ws.messaging.open_jms20security_fat/fat/src/com/ibm/ws/messaging/JMS20security/fat/JMSConsumerTest/JMSConsumerTest.java @@ -111,8 +111,6 @@ public static void testConfigFileChange() throws Exception { "serverLTPAKeys/cert.der"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/ltpa.keys"); - server1.copyFileToLibertyServerRoot("resources/security", - "serverLTPAKeys/ltpaFIPS.keys"); server1.copyFileToLibertyServerRoot("resources/security", "serverLTPAKeys/mykey.jks"); server.copyFileToLibertyInstallRoot("lib/features", diff --git a/dev/com.ibm.ws.messaging.open_jms20security_fat/publish/files/serverLTPAKeys/ltpaFIPS.keys b/dev/com.ibm.ws.messaging.open_jms20security_fat/publish/files/serverLTPAKeys/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.messaging.open_jms20security_fat/publish/files/serverLTPAKeys/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.mongo_fat/fat/src/com/ibm/ws/mongo/fat/FATSuite.java b/dev/com.ibm.ws.mongo_fat/fat/src/com/ibm/ws/mongo/fat/FATSuite.java index 0e0bbb5f9e46..a9a1fd1c4974 100644 --- a/dev/com.ibm.ws.mongo_fat/fat/src/com/ibm/ws/mongo/fat/FATSuite.java +++ b/dev/com.ibm.ws.mongo_fat/fat/src/com/ibm/ws/mongo/fat/FATSuite.java @@ -123,7 +123,7 @@ public static boolean waitForMongoSSL(LibertyServer server) throws Exception { public static void skipTestOnFIPS140_3Enabled(LibertyServer server) throws Exception { final String m = "skipTestOnFIPS140_3Enabled"; if (server.isFIPS140_3EnabledAndSupported()) { - Log.info(c, m, "FIPS 140-3 is running with the supported IBM JDK 8 or JDK 17 on server: " + server.getServerName() + ". Test will not run."); + Log.info(c, m, "FIPS 140-3 is running with the supported IBM JDK 8 on server: " + server.getServerName() + ". Test will not run."); Assume.assumeTrue(false); // This disables this test class. None of the tests in the class will be run. } } diff --git a/dev/com.ibm.ws.security.acme/bnd.bnd b/dev/com.ibm.ws.security.acme/bnd.bnd index 7f34954e04f3..7b9622c99dec 100644 --- a/dev/com.ibm.ws.security.acme/bnd.bnd +++ b/dev/com.ibm.ws.security.acme/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2019, 2024 IBM Corporation and others. +# Copyright (c) 2019, 2023 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -100,9 +100,7 @@ instrument.classesExcludes: com/ibm/ws/security/acme/resources/*.class com.ibm.ws.rest.handler;version=latest,\ com.ibm.ws.management.security;version=latest,\ com.ibm.ws.kernel.feature;version=latest,\ - com.ibm.ws.kernel.boot;version=latest,\ com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.config;version=latest @@ -113,4 +111,7 @@ instrument.classesExcludes: com/ibm/ws/security/acme/resources/*.class org.jmock:jmock-junit4;strategy=exact;version=2.5.1, \ org.jmock:jmock;strategy=exact;version=2.5.1, \ com.ibm.ws.logging.core;version=latest,\ - com.ibm.ws.logging;version=latest + com.ibm.ws.logging;version=latest, \ + com.ibm.ws.kernel.boot.logging;version=latest, \ + com.ibm.ws.kernel.security.thread;version=latest,\ + com.ibm.ws.kernel.boot.common;version=latest diff --git a/dev/com.ibm.ws.security.audit.file/src/com/ibm/ws/security/audit/file/AuditFileHandler.java b/dev/com.ibm.ws.security.audit.file/src/com/ibm/ws/security/audit/file/AuditFileHandler.java index 9ab20e69a3dc..0995736b3e9d 100644 --- a/dev/com.ibm.ws.security.audit.file/src/com/ibm/ws/security/audit/file/AuditFileHandler.java +++ b/dev/com.ibm.ws.security.audit.file/src/com/ibm/ws/security/audit/file/AuditFileHandler.java @@ -1,10 +1,10 @@ /******************************************************************************* - * Copyright (c) 2018, 2019, 2024 IBM Corporation and others. + * Copyright (c) 2018, 2019, 2022 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: @@ -60,8 +60,8 @@ import com.ibm.ws.security.audit.logutils.FileLog; import com.ibm.ws.ssl.KeyStoreService; import com.ibm.wsspi.collector.manager.BufferManager; -import com.ibm.wsspi.collector.manager.CollectorManager; import com.ibm.wsspi.collector.manager.Handler; +import com.ibm.wsspi.collector.manager.CollectorManager; import com.ibm.wsspi.collector.manager.SynchronousHandler; import com.ibm.wsspi.kernel.service.location.WsLocationAdmin; import com.ibm.wsspi.kernel.service.utils.AtomicServiceReference; @@ -224,7 +224,6 @@ protected void activate(ComponentContext cc) throws KeyStoreException, AuditEncr Map configuration = (Map) cc.getProperties(); thisConfiguration = configuration; - //TODO: UTLE - new config option to enable FIPS 140-3 or just use SSL config? if (configuration != null && !configuration.isEmpty()) { for (Map.Entry entry : configuration.entrySet()) { String key = entry.getKey(); @@ -439,7 +438,7 @@ private String mapToJSONString(Map eventMap) { /** * Given a Map, add the corresponding JSON to the given JSONObject. * - * @param jo - JSONObject + * @param jo - JSONObject * @param map - Java Map object */ private JSONObject map2JSON(JSONObject jo, Map map) { @@ -505,7 +504,7 @@ private JSONObject map2JSON(JSONObject jo, Map map) { /** * Given a Java array, add the corresponding JSON to the given JSONArray object * - * @param ja - JSONArray object + * @param ja - JSONArray object * @param array - Java array object */ private JSONArray array2JSON(JSONArray ja, Object[] array) { diff --git a/dev/com.ibm.ws.security.audit.reader/src/com/ibm/ws/security/audit/reader/tasks/AuditLogReader.java b/dev/com.ibm.ws.security.audit.reader/src/com/ibm/ws/security/audit/reader/tasks/AuditLogReader.java index bcbf4e5caa09..916cf9f3d2ad 100644 --- a/dev/com.ibm.ws.security.audit.reader/src/com/ibm/ws/security/audit/reader/tasks/AuditLogReader.java +++ b/dev/com.ibm.ws.security.audit.reader/src/com/ibm/ws/security/audit/reader/tasks/AuditLogReader.java @@ -4,7 +4,7 @@ * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: @@ -29,7 +29,6 @@ import com.ibm.websphere.ras.Tr; import com.ibm.websphere.ras.TraceComponent; -import com.ibm.ws.common.crypto.CryptoUtils; import com.ibm.ws.common.encoder.Base64Coder; import com.ibm.ws.security.audit.encryption.AuditEncryptionImpl; import com.ibm.ws.security.audit.encryption.AuditSigningImpl; @@ -444,17 +443,11 @@ public static void processRecord(FileReader file_reader, boolean signedLog, bool boolean startOfRecord = false; int num_captured_records = 0; String rec = null; - if (debugEnabled) { - theLogger.fine("processRecord: decryptedSharedKey: " + decryptedSharedKey); - theLogger.fine("processRecord: file_reader: " + file_reader.toString()); - } + try { do { inByte = file_reader.read(); if (inByte != -1) { - if (debugEnabled) - theLogger.fine("processRecord: inByte: " + inByte); - auditRecord = auditRecord.concat(Character.toString((char) inByte)); if (startOfRecord) { @@ -513,12 +506,8 @@ public static void processRecord(FileReader file_reader, boolean signedLog, bool } else if (!signedLog && encryptedLog) { // Recreate the shared key - String algorithm = CryptoUtils.getEncryptionAlgorithm(); - - if (debugEnabled) { - theLogger.fine("processRecord: recreate shared key with algoritm: " + algorithm); - } - javax.crypto.spec.SecretKeySpec recreatedSharedKey = new javax.crypto.spec.SecretKeySpec(decryptedSharedKey, algorithm); + javax.crypto.spec.SecretKeySpec recreatedSharedKey = new javax.crypto.spec.SecretKeySpec(decryptedSharedKey, "DESede"); + // Decrypt the record byte[] decryptedRecord = ae.decrypt(decodedRecord, recreatedSharedKey); if (decryptedRecord != null) { @@ -536,15 +525,13 @@ public static void processRecord(FileReader file_reader, boolean signedLog, bool break; } } - String algorithm = CryptoUtils.getEncryptionAlgorithm(); - - if (debugEnabled) - theLogger.fine("processRecord: recreate shared key with algorithm: " + algorithm); // Recreate the shared key - javax.crypto.spec.SecretKeySpec recreatedSharedKey = new javax.crypto.spec.SecretKeySpec(decryptedSharedKey, algorithm); + + javax.crypto.spec.SecretKeySpec recreatedSharedKey = new javax.crypto.spec.SecretKeySpec(decryptedSharedKey, "DESede"); // Decrypt the record + if (tc.isDebugEnabled()) { byte[] rkey = ((java.security.Key) recreatedSharedKey).getEncoded(); } diff --git a/dev/com.ibm.ws.security.audit.source/bnd.bnd b/dev/com.ibm.ws.security.audit.source/bnd.bnd index 04fbedc8497d..3345ed540012 100644 --- a/dev/com.ibm.ws.security.audit.source/bnd.bnd +++ b/dev/com.ibm.ws.security.audit.source/bnd.bnd @@ -32,7 +32,7 @@ Private-Package: \ com.ibm.ws.security.audit.source.internal.resources DynamicImport-Package: \ - com.ibm.wsspi.request.probe.*,\ + com.ibm.wsspi.request.probe.*, \ com.ibm.webcontainer.security.* Include-Resource: \ diff --git a/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditCrypto.java b/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditCrypto.java index 6710efbcc5b9..b0006cc00798 100644 --- a/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditCrypto.java +++ b/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditCrypto.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2018, 2025 IBM Corporation and others. + * Copyright (c) 2018, 2019 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -16,20 +16,15 @@ * */ import java.math.BigInteger; -import java.security.InvalidAlgorithmParameterException; -import java.security.InvalidKeyException; import java.security.KeyFactory; import java.security.KeyPair; import java.security.KeyPairGenerator; -import java.security.NoSuchAlgorithmException; -import java.security.NoSuchProviderException; import java.security.PrivateKey; import java.security.PublicKey; import java.security.SecureRandom; import java.security.Signature; import java.security.interfaces.RSAPrivateCrtKey; import java.security.interfaces.RSAPublicKey; -import java.security.spec.InvalidKeySpecException; import java.security.spec.RSAPrivateKeySpec; import java.security.spec.RSAPublicKeySpec; import java.util.Arrays; @@ -39,34 +34,24 @@ import javax.crypto.Cipher; import javax.crypto.KeyGenerator; -import javax.crypto.NoSuchPaddingException; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.DESedeKeySpec; -import javax.crypto.spec.GCMParameterSpec; import javax.crypto.spec.IvParameterSpec; import javax.crypto.spec.SecretKeySpec; import com.ibm.websphere.ras.Tr; import com.ibm.websphere.ras.TraceComponent; -import com.ibm.ws.common.crypto.CryptoUtils; final class AuditCrypto { private static TraceComponent tc = Tr.register(AuditCrypto.class, null, "com.ibm.ejs.resources.security"); + private static final String CRYPTO_ALGORITHM = "RSA"; + private static final String ENCRYPT_ALGORITHM = "DESede"; + private static final String CIPHER = "DESede/ECB/PKCS5Padding"; private static IvParameterSpec ivs8 = null; private static IvParameterSpec ivs16 = null; - private static GCMParameterSpec gcms = null; - private static boolean fips140_3Enabled = CryptoUtils.isFips140_3Enabled(); - private static final String encryptAlgorithm = CryptoUtils.getEncryptionAlgorithm(); - - private static final String provider = CryptoUtils.getProvider(); - - /** - * @param provider - */ - public AuditCrypto() { - } + private static SecureRandom random = null; static final boolean cmp(byte[] b1, int off1, byte[] b2, int off2, int n) { while (--n >= 0) @@ -131,7 +116,6 @@ static void lsbf2(int v, byte[] data, int i) { } private static double[] ETB = new double[16]; - static { double d = ETB[0] = 0.001; double log2d = Math.log(2 * d); @@ -1071,7 +1055,7 @@ public CachingKey(byte[][] key, byte[] data, int off, int len, boolean useJCE) { if (off != 0) hashcode *= off; - if (fips140_3Enabled || useJCE) { + if (useJCE) { hashcode *= 2; } } @@ -1212,7 +1196,7 @@ static final byte[] signISO9796(byte[][] key, byte[] data, int off, int len, boo } byte[] sig = null; - if (fips140_3Enabled || useJCE) { + if (useJCE) { try { BigInteger n = new BigInteger(key[0]); BigInteger e = new BigInteger(key[2]); @@ -1220,23 +1204,12 @@ static final byte[] signISO9796(byte[][] key, byte[] data, int off, int len, boo BigInteger q = new BigInteger(key[4]); BigInteger d = e.modInverse((p.subtract(BigInteger.ONE)).multiply(q.subtract(BigInteger.ONE))); KeyFactory kFact = null; - if (fips140_3Enabled) - kFact = KeyFactory.getInstance(CryptoUtils.CRYPTO_ALGORITHM_RSA, CryptoUtils.getProvider()); - else - kFact = KeyFactory.getInstance(CryptoUtils.CRYPTO_ALGORITHM_RSA); - if (tc.isDebugEnabled()) - Tr.debug(tc, "kFact FIPS140-3 enabled: " + fips140_3Enabled + " Provider: " + kFact.getProvider() + " Algorithm: " + kFact.getAlgorithm()); + kFact = KeyFactory.getInstance(CRYPTO_ALGORITHM); + RSAPrivateKeySpec privKeySpec = new RSAPrivateKeySpec(n, d); PrivateKey privKey = kFact.generatePrivate(privKeySpec); Signature rsaSig = null; - if (fips140_3Enabled) - rsaSig = Signature.getInstance(CryptoUtils.SIGNATURE_ALGORITHM_SHA256WITHRSA, provider); - else - rsaSig = Signature.getInstance(CryptoUtils.SIGNATURE_ALGORITHM_SHA256WITHRSA); - - if (tc.isDebugEnabled()) - Tr.debug(tc, "rsaSig FIPS140-3 enabled: " + fips140_3Enabled + " Provider: " + rsaSig.getProvider() + " Algorithm: " + rsaSig.getAlgorithm()); - + rsaSig = Signature.getInstance("SHA256withRSA"); rsaSig.initSign(privKey); rsaSig.update(data, off, len); sig = rsaSig.sign(); @@ -1255,10 +1228,6 @@ static final byte[] signISO9796(byte[][] key, byte[] data, int off, int len, boo Tr.debug(tc, "Error: Signature operation failed"); Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCryptoCrypto", "1312"); - } catch (NoSuchProviderException e1) { - Tr.debug(tc, "Error: No Such Provider"); - Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e1 }); - com.ibm.ws.ffdc.FFDCFilter.processException(e1, "com.ibm.ws.security.audit.AuditCryptoCrypto", "1314"); } } else { @@ -1281,7 +1250,6 @@ static final boolean verifyISO9796(byte[][] key, byte[] data, int off, int len, protected static final HashMap verifyKeysMap = new HashMap(); - //@Trivial static class CachingVerifyKey { boolean reused = false; @@ -1337,7 +1305,7 @@ public CachingVerifyKey(byte[][] key, byte[] data, int off, int len, byte[] sig, if (off != 0) hashcode *= off; - if (fips140_3Enabled || useJCE) { + if (useJCE) { hashcode *= 2; } } @@ -1507,6 +1475,7 @@ static final boolean verifyISO9796(byte[][] key, byte[] data, int off, int len, CachingVerifyKey ck = new CachingVerifyKey(key, data, off, len, sig, sigOff, sigLen, useJCE); CachingVerifyKey result = (CachingVerifyKey) verifyKeysMap.get(ck); + if (tc.isDebugEnabled()) Tr.debug(tc, "v.size:" + verifyKeysMap.size()); @@ -1545,29 +1514,16 @@ static final boolean verifyISO9796(byte[][] key, byte[] data, int off, int len, } boolean verified = false; - if (fips140_3Enabled || useJCE) { + if (useJCE) { try { BigInteger n = new BigInteger(key[0]); BigInteger e = new BigInteger(key[1]); KeyFactory kFact = null; - if (fips140_3Enabled) - kFact = KeyFactory.getInstance(CryptoUtils.CRYPTO_ALGORITHM_RSA, provider); - else - kFact = KeyFactory.getInstance(CryptoUtils.CRYPTO_ALGORITHM_RSA, CryptoUtils.IBMJCE_NAME); - if (tc.isDebugEnabled()) - Tr.debug(tc, "kFact FIPS140-3 enabled: " + fips140_3Enabled + " Provider: " + kFact.getProvider() + " Algorithm: " + kFact.getAlgorithm()); - + kFact = KeyFactory.getInstance(CRYPTO_ALGORITHM, "IBMJCE"); RSAPublicKeySpec pubKeySpec = new RSAPublicKeySpec(n, e); PublicKey pubKey = kFact.generatePublic(pubKeySpec); Signature rsaSig = null; - if (fips140_3Enabled) - rsaSig = Signature.getInstance(CryptoUtils.SIGNATURE_ALGORITHM_SHA256WITHRSA, provider); - else - rsaSig = Signature.getInstance(CryptoUtils.SIGNATURE_ALGORITHM_SHA256WITHRSA); - - if (tc.isDebugEnabled()) - Tr.debug(tc, "rsaSig FIPS140-3 enabled: " + fips140_3Enabled + " Provider: " + rsaSig.getProvider() + " Algorithm: " + rsaSig.getAlgorithm()); - + rsaSig = Signature.getInstance("SHA256withRSA"); rsaSig.initVerify(pubKey); rsaSig.update(data, off, len); verified = rsaSig.verify(sig); @@ -1611,7 +1567,7 @@ static final byte[] padISO9796(byte[] data, int off, int len, int sigbits) { static final byte[] padISO9796(byte[] data, int off, int len, int sigbits, boolean useJCE) { byte[] pad = null; - if (fips140_3Enabled || useJCE) { + if (useJCE) { // ISO9796 Padding is not supported by IBMJCEFIPS and is not FIPS approvable } else { sigbits--; @@ -1674,11 +1630,7 @@ static final byte[][] rsaKey(int len, boolean crt, boolean f4) { KeyPairGenerator keyGen = null; try { - if (fips140_3Enabled) - keyGen = KeyPairGenerator.getInstance(CryptoUtils.CRYPTO_ALGORITHM_RSA, provider); - else - keyGen = KeyPairGenerator.getInstance(CryptoUtils.CRYPTO_ALGORITHM_RSA); - + keyGen = KeyPairGenerator.getInstance(CRYPTO_ALGORITHM); keyGen.initialize(len * 8, new SecureRandom()); pair = keyGen.generateKeyPair(); RSAPublicKey rsaPubKey = (RSAPublicKey) pair.getPublic(); @@ -1706,12 +1658,6 @@ static final byte[][] rsaKey(int len, boolean crt, boolean f4) { } catch (java.security.NoSuchAlgorithmException e) { Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "1796"); - } catch (NoSuchProviderException e1) { - if (tc.isDebugEnabled()) { - Tr.debug(tc, "No Such Provider"); - } - Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e1 }); - com.ibm.ws.ffdc.FFDCFilter.processException(e1, "com.ibm.ws.security.audit.AuditCrypto", "1713"); } return key; @@ -1788,7 +1734,6 @@ else if ((sig[pos] == 2) && ((j = sig[pos + 1]) > 0) && return v.equals(p[4]); } - //@Trivial static final byte getBits(String s, int pos, int len) { int i, j; byte a = (byte) (s.charAt((i = pos / 7))); @@ -1800,7 +1745,6 @@ static final byte getBits(String s, int pos, int len) { return a; } - //@Trivial static final void printBytes(String name, byte[] b, int off, int len) { System.out.println(name); StringBuffer buf = new StringBuffer(); @@ -1830,7 +1774,6 @@ static final void printInfo(String label, int N, long t1, long t2, long t3, long System.out.println(); } - //@Trivial static final boolean verifyBuf(byte[] b, int N, String alg) { for (int i = 0; i < 1024 * N; i++) if (b[i] != (byte) (i % 128)) { @@ -1868,7 +1811,6 @@ static final boolean testRSAKeys(byte[] b, byte[][] privKey, byte[][] pubKey) { return false; } - //@Trivial static final boolean testDSAKeys(byte[] b, byte[][] privKey, byte[][] pubKey) { int l = privKey[0].length; if (privKey[0][0] == 0) @@ -1930,20 +1872,14 @@ static final byte[] generateSecretKey(int length) { return new SecureRandom().getSeed(length); } - static final byte[] generateSharedKey() { + static final byte[] generate3DESKey() { byte[] rndSeed = null; try { - if (fips140_3Enabled) { - int len = 32; - rndSeed = new byte[len]; - random(rndSeed, 0, len); - } else { - KeyGenerator keyGen = null; - keyGen = KeyGenerator.getInstance(CryptoUtils.ENCRYPT_ALGORITHM_DESEDE); - keyGen.init(new SecureRandom()); - SecretKey key = keyGen.generateKey(); - rndSeed = key.getEncoded(); - } + KeyGenerator keyGen = null; + keyGen = KeyGenerator.getInstance(ENCRYPT_ALGORITHM); + keyGen.init(new SecureRandom()); + SecretKey key = keyGen.generateKey(); + rndSeed = key.getEncoded(); } catch (java.security.NoSuchAlgorithmException e) { Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2157"); @@ -1953,10 +1889,10 @@ static final byte[] generateSharedKey() { } static final byte[] encrypt(byte[] data, byte[] key) { - return encrypt(data, key, CryptoUtils.getCipherForAudit()); + return encrypt(data, key, CIPHER, true); } - static final byte[] encrypt(byte[] data, byte[] key, String cipher) { + static final byte[] encrypt(byte[] data, byte[] key, String cipher, boolean useJCE) { // determine key length from the key which specifies whether it is 3DES or DES long start_time = 0; @@ -1967,47 +1903,90 @@ static final byte[] encrypt(byte[] data, byte[] key, String cipher) { Tr.debug(tc, "Key size: " + key.length); } - if (null == data) { - if (tc.isDebugEnabled()) - Tr.debug(tc, "Array was null"); - return null; - } - byte[] mesg = null; - try { + if (useJCE) { + try { + if (null == data) { + if (tc.isDebugEnabled()) + Tr.debug(tc, "Array was null"); + return null; + } - SecretKey sKey = constructSecretKey(key, cipher); + SecretKey sKey = null; - Cipher ci = createCipher(Cipher.ENCRYPT_MODE, key, cipher, sKey); - if (tc.isDebugEnabled()) - Tr.debug(tc, "encrypt() Cipher.doFinal()\n data: " + new String(data)); - mesg = ci.doFinal(data); + if (cipher.indexOf("AES") != -1) { + // 16 bytes = 128 bit key + sKey = new SecretKeySpec(key, 0, 16, "AES"); + } else { + DESedeKeySpec kSpec = new DESedeKeySpec(key); + SecretKeyFactory kFact = null; + kFact = SecretKeyFactory.getInstance(ENCRYPT_ALGORITHM); + sKey = kFact.generateSecret(kSpec); + } - } catch (java.security.NoSuchAlgorithmException e) { - Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2256"); - } catch (java.security.InvalidKeyException e) { - Tr.debug(tc, "Error: Key invalid"); - Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2264"); - } catch (java.security.spec.InvalidKeySpecException e) { - Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2267"); - } catch (javax.crypto.NoSuchPaddingException e) { - Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2270"); - } catch (javax.crypto.IllegalBlockSizeException e) { - // we get this exception when validating other token types - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2273"); - } catch (javax.crypto.BadPaddingException e) { - Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2276"); - } catch (java.security.InvalidAlgorithmParameterException e) { - Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2279"); - } catch (NoSuchProviderException e) { - Tr.error(tc, "security.ltpa.noprovider", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2282"); + Cipher ci = null; + ci = Cipher.getInstance(cipher); + + if (tc.isDebugEnabled()) { + Tr.debug(tc, "The Provider Cipher used to encrypt: " + ci.getProvider()); + Tr.debug(tc, "The Algorithm Cipher used to encrypt: " + ci.getAlgorithm()); + } + if (cipher.indexOf("ECB") == -1) { + if (cipher.indexOf("AES") != -1) { + if (ivs16 == null) { + setIVS16(key); + } + ci.init(Cipher.ENCRYPT_MODE, sKey, ivs16); + } else { + if (ivs8 == null) { + setIVS8(key); + } + ci.init(Cipher.ENCRYPT_MODE, sKey, ivs8); + } + } else { + ci.init(Cipher.ENCRYPT_MODE, sKey); + } + + if (tc.isDebugEnabled()) + Tr.debug(tc, "encrypt() Cipher.doFinal()\n data: " + new String(data)); + mesg = ci.doFinal(data); + + } catch (java.security.NoSuchAlgorithmException e) { + Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2256"); + } catch (java.security.InvalidKeyException e) { + Tr.debug(tc, "Error: Key invalid"); + Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2264"); + } catch (java.security.spec.InvalidKeySpecException e) { + Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2267"); + } catch (javax.crypto.NoSuchPaddingException e) { + Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2270"); + } catch (javax.crypto.IllegalBlockSizeException e) { + // we get this exception when validating other token types + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2273"); + } catch (javax.crypto.BadPaddingException e) { + Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2276"); + } catch (java.security.InvalidAlgorithmParameterException e) { + Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2279"); + } + + } else { + int len = key.length; + int[] encrInternalKey = desKey(true, key, 0, len); + + // REMINDER: pad message to be multiple of 8 + mesg = padPKCS5(data); + if (null == mesg) { + if (tc.isDebugEnabled()) + Tr.debug(tc, "Array was null"); + return null; + } + des(true, encrInternalKey, null, mesg, 0, mesg.length, mesg, 0); } if (tc.isDebugEnabled()) { @@ -2019,10 +1998,10 @@ static final byte[] encrypt(byte[] data, byte[] key, String cipher) { } static final byte[] decrypt(byte[] mesg, byte[] key) { - return decrypt(mesg, key, CryptoUtils.getCipherForAudit()); + return decrypt(mesg, key, CIPHER, true); } - static final byte[] decrypt(byte[] mesg, byte[] key, String cipher) { + static final byte[] decrypt(byte[] mesg, byte[] key, String cipher, boolean useJCE) { long start_time = 0; @@ -2033,113 +2012,101 @@ static final byte[] decrypt(byte[] mesg, byte[] key, String cipher) { } byte[] tmpMesg = null; - try { - - SecretKey sKey = constructSecretKey(key, cipher); + if (useJCE) { + try { + if (null == mesg) { + if (tc.isDebugEnabled()) + Tr.debug(tc, "Array was null"); + return null; + } - Cipher ci = createCipher(Cipher.DECRYPT_MODE, key, cipher, sKey); + SecretKey sKey = null; - tmpMesg = ci.doFinal(mesg); + if (cipher.indexOf("AES") != -1) { + // 16 bytes = 128 bit key + sKey = new SecretKeySpec(key, 0, 16, "AES"); + } else { + DESedeKeySpec kSpec = new DESedeKeySpec(key); + SecretKeyFactory kFact = null; + kFact = SecretKeyFactory.getInstance(ENCRYPT_ALGORITHM); + sKey = kFact.generateSecret(kSpec); + } - if (tc.isDebugEnabled()) - Tr.debug(tc, "decrypt() Cipher.doFinal()\n tmpMesg: " + new String(tmpMesg)); + Cipher ci = null; + ci = Cipher.getInstance(cipher); - } catch (java.security.NoSuchAlgorithmException e) { - Tr.error(tc, "no such algorithm exception", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2385"); - } catch (java.security.InvalidKeyException e) { - Tr.debug(tc, "Error: Key invalid"); - Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2393"); - } catch (java.security.spec.InvalidKeySpecException e) { - Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2396"); - } catch (javax.crypto.NoSuchPaddingException e) { - Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2399"); - } catch (javax.crypto.IllegalBlockSizeException e) { - // we get this exception when validating other token types - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2402"); - } catch (javax.crypto.BadPaddingException e) { - Tr.debug(tc, "BadPaddingException validating token, normal when token generated from other factory.", new Object[] { e.getMessage() }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2405"); - } catch (java.security.InvalidAlgorithmParameterException e) { - Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.auditAuditCrypto", "2408"); - } catch (NoSuchProviderException e) { - Tr.error(tc, "security.ltpa.noprovider", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.auditAuditCrypto", "2412"); - } + if (tc.isDebugEnabled()) { + Tr.debug(tc, "The Provider Cipher used to decrypt: " + ci.getProvider()); + Tr.debug(tc, "The Algorithm Cipher used to decrypt: " + ci.getAlgorithm()); + } - if (tc.isDebugEnabled()) { - long end_time = System.currentTimeMillis(); - Tr.debug(tc, "Total decryption time: " + (end_time - start_time)); - } + if (cipher.indexOf("ECB") == -1) { + if (cipher.indexOf("AES") != -1) { - return tmpMesg; - } + if (ivs16 == null) { + setIVS16(key); + } + ci.init(Cipher.DECRYPT_MODE, sKey, ivs16); + } else { - /** - * @param key - * @param cipher - * @return - * @throws InvalidKeyException - * @throws NoSuchAlgorithmException - * @throws InvalidKeySpecException - */ - private static SecretKey constructSecretKey(byte[] key, String cipher) throws InvalidKeyException, NoSuchAlgorithmException, InvalidKeySpecException, NoSuchProviderException { - SecretKey sKey = null; - if (cipher.indexOf("AES") != -1) { //This code for FIPS 140-3 - // 16 bytes = 128 bit key - sKey = new SecretKeySpec(key, 0, 16, "AES"); - } else { - DESedeKeySpec kSpec = new DESedeKeySpec(key); - SecretKeyFactory kFact = null; + if (ivs8 == null) { + setIVS8(key); + } + ci.init(Cipher.DECRYPT_MODE, sKey, ivs8); + } + } else { + ci.init(Cipher.DECRYPT_MODE, sKey); + } - kFact = SecretKeyFactory.getInstance(encryptAlgorithm); + tmpMesg = ci.doFinal(mesg); - sKey = kFact.generateSecret(kSpec); - } - return sKey; - } + if (tc.isDebugEnabled()) + Tr.debug(tc, "decrypt() Cipher.doFinal()\n tmpMesg: " + new String(tmpMesg)); - /** - * @param key - * @param cipher - * @param sKey - * @return - * @throws NoSuchAlgorithmException - * @throws NoSuchPaddingException - * @throws InvalidKeyException - * @throws InvalidAlgorithmParameterException - */ - private static Cipher createCipher(int cipherMode, byte[] key, String cipher, - SecretKey sKey) throws NoSuchAlgorithmException, NoSuchPaddingException, InvalidKeyException, InvalidAlgorithmParameterException, NoSuchProviderException { + } catch (java.security.NoSuchAlgorithmException e) { + Tr.error(tc, "no such algorithm exception", new Object[] { e }); + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2385"); + } catch (java.security.InvalidKeyException e) { + Tr.debug(tc, "Error: Key invalid"); + Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2393"); + } catch (java.security.spec.InvalidKeySpecException e) { + Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2396"); + } catch (javax.crypto.NoSuchPaddingException e) { + Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2399"); + } catch (javax.crypto.IllegalBlockSizeException e) { + // we get this exception when validating other token types + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2402"); + } catch (javax.crypto.BadPaddingException e) { + Tr.debug(tc, "BadPaddingException validating token, normal when token generated from other factory.", new Object[] { e.getMessage() }); + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.audit.AuditCrypto", "2405"); + } catch (java.security.InvalidAlgorithmParameterException e) { + Tr.error(tc, "security.ltpa.noalgorithm", new Object[] { e }); + com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.auditAuditCrypto", "2408"); + } + } else { + int len = key.length; + int[] decrInternalKey = desKey(false, key, 0, len); - Cipher ci = null; - ci = (provider == null) ? Cipher.getInstance(cipher) : Cipher.getInstance(cipher, provider); + // REMINDER: pad message to be multiple of 8 - if (cipher.indexOf("ECB") == -1) { - if (cipher.indexOf("GCM") != -1) { - if (gcms == null) { - setGCMS(key); - } - ci.init(cipherMode, sKey, gcms); - } else if (cipher.indexOf("AES") != -1) { - if (ivs16 == null) { - setIVS16(key); - } - ci.init(cipherMode, sKey, ivs16); - } else { - if (ivs8 == null) { - setIVS8(key); - } - ci.init(cipherMode, sKey, ivs8); + des(false, decrInternalKey, null, mesg, 0, mesg.length, mesg, 0); + tmpMesg = unpadPKCS5(mesg); + if (null == tmpMesg) { + if (tc.isDebugEnabled()) + Tr.debug(tc, "Array was not properly paded"); + return null; } - } else { - ci.init(cipherMode, sKey); } - return ci; + + if (tc.isDebugEnabled()) { + long end_time = System.currentTimeMillis(); + Tr.debug(tc, "Total decryption time: " + (end_time - start_time)); + } + + return tmpMesg; } /** @@ -2275,29 +2242,4 @@ public static synchronized void setIVS16(byte[] key) { } } } - - /** - * Set GCM with 12 byte initialization vctor - **/ - public static synchronized void setGCMS(byte[] key) { - if (tc.isEntryEnabled()) - Tr.entry(tc, "setGCMS"); - - if (gcms == null) // only set it once - { - try { - byte[] iv = new byte[12]; // IV length of 12 bytes is recommended for GCM - for (int i = 0; i < 12; i++) { - iv[i] = key[i]; - } - gcms = new GCMParameterSpec(128, iv); - if (tc.isDebugEnabled()) - Tr.debug(tc, "setGCMS: gcms successfully set"); - } catch (Exception e) { - if (tc.isDebugEnabled()) - Tr.debug(tc, "setGCMS unxepected exception setting GCM", new Object[] { e }); - com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.ltpa.LTPAToken2Factory.initialize", "2572"); - } - } - } } \ No newline at end of file diff --git a/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditEncryptionImpl.java b/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditEncryptionImpl.java index cf7c9afbcb46..ff60d7438b84 100644 --- a/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditEncryptionImpl.java +++ b/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditEncryptionImpl.java @@ -1,10 +1,10 @@ /******************************************************************************* - * Copyright (c) 2018, 2024 IBM Corporation and others. + * Copyright (c) 2018, 2019 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: @@ -27,7 +27,6 @@ import com.ibm.websphere.ras.Tr; import com.ibm.websphere.ras.TraceComponent; -import com.ibm.ws.common.crypto.CryptoUtils; import com.ibm.ws.ssl.KeyStoreService; import com.ibm.wsspi.kernel.service.location.WsLocationAdmin; import com.ibm.wsspi.kernel.service.utils.AtomicServiceReference; @@ -171,10 +170,7 @@ public Key generateSharedKey() throws KeyException { try { if (crypto != null) { try { - if (CryptoUtils.isFips140_3Enabled()) - sharedKey = new javax.crypto.spec.SecretKeySpec(crypto.generateSharedKey(), 0, 32, CryptoUtils.CRYPTO_ALGORITHM_RSA); - else - sharedKey = new javax.crypto.spec.SecretKeySpec(crypto.generateSharedKey(), 0, 24, CryptoUtils.ENCRYPT_ALGORITHM_DESEDE); + sharedKey = new javax.crypto.spec.SecretKeySpec(AuditCrypto.generate3DESKey(), 0, 24, "DESede"); } catch (Exception me) { if (tc.isDebugEnabled()) Tr.debug(tc, "me.getMessage: " + me.getMessage()); diff --git a/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditKeyEncryptor.java b/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditKeyEncryptor.java index d4702e0cde48..881bb3d3bfd8 100644 --- a/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditKeyEncryptor.java +++ b/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditKeyEncryptor.java @@ -1,10 +1,10 @@ /******************************************************************************* - * Copyright (c) 2018, 2024 IBM Corporation and others. + * Copyright (c) 2018, 2022 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: @@ -12,15 +12,12 @@ *******************************************************************************/ package com.ibm.ws.security.audit.encryption; -import com.ibm.ws.common.crypto.CryptoUtils; import com.ibm.ws.security.audit.source.utils.ByteArray; /** * A package local class for performing encryption and decryption of keys based on a key */ public class AuditKeyEncryptor { - private String algorithm = CryptoUtils.MESSAGE_DIGEST_ALGORITHM_SHA; - private int len = 24; byte[] password; byte[] desKey; AuditCrypto des; @@ -29,21 +26,14 @@ public AuditKeyEncryptor(byte[] password) { this.password = password; java.security.MessageDigest md = null; try { - if (CryptoUtils.isFips140_3Enabled()) { - algorithm = CryptoUtils.MESSAGE_DIGEST_ALGORITHM_SHA256; - len = 32; - } - - md = java.security.MessageDigest.getInstance(algorithm); - desKey = new byte[len]; + md = java.security.MessageDigest.getInstance("SHA"); + desKey = new byte[24]; // for 3DES byte[] digest = md.digest(this.password); ByteArray.copy(digest, 0, digest.length, desKey, 0); - if (!CryptoUtils.isFips140_3Enabled()) { - desKey[20] = (byte) 0x00; - desKey[21] = (byte) 0x00; - desKey[22] = (byte) 0x00; - desKey[23] = (byte) 0x00; - } + desKey[20] = (byte) 0x00; + desKey[21] = (byte) 0x00; + desKey[22] = (byte) 0x00; + desKey[23] = (byte) 0x00; } catch (java.security.NoSuchAlgorithmException e) { com.ibm.ws.ffdc.FFDCFilter.processException(e, "com.ibm.ws.security.ltpa.KeyEncryptor.KeyEncryptor", "21", this); } diff --git a/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditSigningImpl.java b/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditSigningImpl.java index 9b9ce0cb2671..1f3508c98e63 100644 --- a/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditSigningImpl.java +++ b/dev/com.ibm.ws.security.audit.source/src/com/ibm/ws/security/audit/encryption/AuditSigningImpl.java @@ -1,10 +1,10 @@ /******************************************************************************* - * Copyright (c) 2018, 2024 IBM Corporation and others. + * Copyright (c) 2018, 2019 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: @@ -29,7 +29,6 @@ import com.ibm.websphere.ras.Tr; import com.ibm.websphere.ras.TraceComponent; -import com.ibm.ws.common.crypto.CryptoUtils; import com.ibm.wsspi.kernel.service.location.WsLocationAdmin; import com.ibm.wsspi.kernel.service.utils.AtomicServiceReference; import com.ibm.wsspi.security.audit.AuditDecryptionException; @@ -52,12 +51,10 @@ public class AuditSigningImpl implements AuditSigning { private static String keyStoreName = "auditSignerKeyStore_"; private static String certLabelPrefix = "auditcert"; private static String CRYPTO_ALGORITHM = "SHA256withRSA"; - - private static boolean fips140_3Enabled = CryptoUtils.isFips140_3Enabled(); - private Signature signature = null; private final byte[] sigBytes = null; private final int signerKeyStoreIncrement = 1; + //private final CertReqInfo certInfo = null; private final ObjectName mgmScopeObjName = null; AuditKeyEncryptor encryptor = null; @@ -98,14 +95,17 @@ public void initialize(String keyStoreName, String keyStorePath, String keyStore crypto = new AuditCrypto(); + String JCEProvider = null; + try { - signature = fips140_3Enabled ? Signature.getInstance(CryptoUtils.SIGNATURE_ALGORITHM_SHA256WITHRSA, - CryptoUtils.getProvider()) : Signature.getInstance(CryptoUtils.SIGNATURE_ALGORITHM_SHA256WITHRSA); + signature = Signature.getInstance(CRYPTO_ALGORITHM); + } catch (Exception e) { Tr.error(tc, "security.audit.signing.init.error", new Object[] { e }); throw new AuditSigningException(e.getMessage()); } + long begin_time = 0; if (tc.isDebugEnabled()) { Tr.debug(tc, "Initializing audit signer at " + new java.util.Date(System.currentTimeMillis())); } @@ -123,11 +123,7 @@ public Key generateSharedKey() throws KeyException { javax.crypto.spec.SecretKeySpec sharedKey = null; try { if (crypto != null) { - if (CryptoUtils.isFips140_3Enabled()) - sharedKey = new javax.crypto.spec.SecretKeySpec(crypto.generateSharedKey(), 0, 32, CryptoUtils.CRYPTO_ALGORITHM_RSA); - else - sharedKey = new javax.crypto.spec.SecretKeySpec(crypto.generateSharedKey(), 0, 24, CryptoUtils.ENCRYPT_ALGORITHM_DESEDE); - + sharedKey = new javax.crypto.spec.SecretKeySpec(crypto.generate3DESKey(), 0, 24, "3DES"); } if (sharedKey != null) { diff --git a/dev/com.ibm.ws.security.authentication.filter_fat/publish/files/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.authentication.filter_fat/publish/files/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.authentication.filter_fat/publish/files/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.authentication.filter_fat/publish/servers/AuthFilterElementTest/bootstrap.properties b/dev/com.ibm.ws.security.authentication.filter_fat/publish/servers/AuthFilterElementTest/bootstrap.properties index cf5f63ea56ac..81d8914e6b15 100755 --- a/dev/com.ibm.ws.security.authentication.filter_fat/publish/servers/AuthFilterElementTest/bootstrap.properties +++ b/dev/com.ibm.ws.security.authentication.filter_fat/publish/servers/AuthFilterElementTest/bootstrap.properties @@ -15,7 +15,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 diff --git a/dev/com.ibm.ws.security.authentication.filter_fat/publish/servers/DynamicAuthFilterTest/bootstrap.properties b/dev/com.ibm.ws.security.authentication.filter_fat/publish/servers/DynamicAuthFilterTest/bootstrap.properties index cf5f63ea56ac..81d8914e6b15 100755 --- a/dev/com.ibm.ws.security.authentication.filter_fat/publish/servers/DynamicAuthFilterTest/bootstrap.properties +++ b/dev/com.ibm.ws.security.authentication.filter_fat/publish/servers/DynamicAuthFilterTest/bootstrap.properties @@ -15,7 +15,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticJaasLoginConfigFileTestClient/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticJaasLoginConfigFileTestClient/bootstrap.properties index 962a6c8e78d2..b07d9b6e6add 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticJaasLoginConfigFileTestClient/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticJaasLoginConfigFileTestClient/bootstrap.properties @@ -17,7 +17,6 @@ com.ibm.ws.timedexit.timetolive=120000 com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.clientcontainer.*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl=all:\ com.ibm.ws.transport.http=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticJaasLoginConfigFileTestClient/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticJaasLoginConfigFileTestClient/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticJaasLoginConfigFileTestClient/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticLoginTestClient/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticLoginTestClient/bootstrap.properties index 962a6c8e78d2..b07d9b6e6add 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticLoginTestClient/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticLoginTestClient/bootstrap.properties @@ -17,7 +17,6 @@ com.ibm.ws.timedexit.timetolive=120000 com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.clientcontainer.*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl=all:\ com.ibm.ws.transport.http=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticLoginTestClient/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticLoginTestClient/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/ProgrammaticLoginTestClient/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/java2Client/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/clients/java2Client/bootstrap.properties index 2be698d4eb78..f6261f5d5e5f 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/java2Client/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/clients/java2Client/bootstrap.properties @@ -16,7 +16,6 @@ websphere.java.security com.ibm.ws.timedexit.timetolive=120000 com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.classloading.java2sec.*=all:\ com.ibm.ws.ssl=all:\ com.ibm.ws.transport.http=all:\ diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/javacolonClientInjection/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.client_fat/publish/clients/javacolonClientInjection/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/javacolonClientInjection/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/myFileMonitorClient/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/clients/myFileMonitorClient/bootstrap.properties index 77b1cf235349..1181d5bd9184 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/myFileMonitorClient/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/clients/myFileMonitorClient/bootstrap.properties @@ -15,7 +15,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl=all:\ com.ibm.ws.transport.http=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLAutoAcceptClient/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLAutoAcceptClient/bootstrap.properties index 77b1cf235349..1181d5bd9184 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLAutoAcceptClient/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLAutoAcceptClient/bootstrap.properties @@ -15,7 +15,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl=all:\ com.ibm.ws.transport.http=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLCmdClient/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLCmdClient/bootstrap.properties index b7ce0dd79870..544c4fd840eb 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLCmdClient/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLCmdClient/bootstrap.properties @@ -16,7 +16,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ logservice=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl=all:\ com.ibm.ws.transport.http=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLPromptClient/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLPromptClient/bootstrap.properties index 27fd52b603a6..3e19cb6df54a 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLPromptClient/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLPromptClient/bootstrap.properties @@ -15,7 +15,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl.*=all:\ com.ibm.ws.transport.http=all:\ com.ibm.ws.crypto.*=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLTestClient/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLTestClient/bootstrap.properties index 77b1cf235349..1181d5bd9184 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLTestClient/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/clients/mySSLTestClient/bootstrap.properties @@ -15,7 +15,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl=all:\ com.ibm.ws.transport.http=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/myTestClient/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/clients/myTestClient/bootstrap.properties index c76113fef55b..6c419f9f24c5 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/myTestClient/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/clients/myTestClient/bootstrap.properties @@ -15,7 +15,6 @@ com.ibm.ws.timedexit.timetolive=120000 com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl=all:\ com.ibm.ws.transport.http=all:\ logService=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/myTestClient/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.client_fat/publish/clients/myTestClient/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/myTestClient/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.client_fat/publish/clients/noDefaultKeyClient/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/clients/noDefaultKeyClient/bootstrap.properties index 7179762cadda..a9c52f80d04b 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/clients/noDefaultKeyClient/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/clients/noDefaultKeyClient/bootstrap.properties @@ -15,7 +15,6 @@ bootstrap.include=../../servers/../servers/../servers/./testports.properties com.ibm.ws.timedexit.timetolive=120000 com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl=all:\ com.ibm.ws.transport.http=all:\ logService=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/servers/BasicAuthTest/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/servers/BasicAuthTest/bootstrap.properties index c596544ad44d..0c223d26659f 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/servers/BasicAuthTest/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/servers/BasicAuthTest/bootstrap.properties @@ -15,7 +15,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl=all:\ logService=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/servers/BasicAuthTest/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.client_fat/publish/servers/BasicAuthTest/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.client_fat/publish/servers/BasicAuthTest/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.client_fat/publish/servers/NonSecureServerTest/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/servers/NonSecureServerTest/bootstrap.properties index f05eda9963ba..fc2b313650d8 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/servers/NonSecureServerTest/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/servers/NonSecureServerTest/bootstrap.properties @@ -15,7 +15,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl=all:\ com.ibm.ws.transport.http=all:\ logService=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/servers/NonSecureServerTest/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.client_fat/publish/servers/NonSecureServerTest/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.client_fat/publish/servers/NonSecureServerTest/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.client_fat/publish/servers/SSLCipherTest/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/servers/SSLCipherTest/bootstrap.properties index f05eda9963ba..fc2b313650d8 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/servers/SSLCipherTest/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/servers/SSLCipherTest/bootstrap.properties @@ -15,7 +15,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl=all:\ com.ibm.ws.transport.http=all:\ logService=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/servers/SSLCipherTest/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.client_fat/publish/servers/SSLCipherTest/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.client_fat/publish/servers/SSLCipherTest/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.client_fat/publish/servers/SSLnonIBMCipherTest/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/servers/SSLnonIBMCipherTest/bootstrap.properties index 68ac4348fb84..48a210744a1d 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/servers/SSLnonIBMCipherTest/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/servers/SSLnonIBMCipherTest/bootstrap.properties @@ -15,7 +15,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.http=all:\ com.ibm.ws.ssl=all:\ logService=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/servers/SSLnonIBMCipherTest/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.client_fat/publish/servers/SSLnonIBMCipherTest/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.client_fat/publish/servers/SSLnonIBMCipherTest/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.client_fat/publish/servers/SecureServerTest/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/servers/SecureServerTest/bootstrap.properties index f05eda9963ba..fc2b313650d8 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/servers/SecureServerTest/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/servers/SecureServerTest/bootstrap.properties @@ -15,7 +15,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl=all:\ com.ibm.ws.transport.http=all:\ logService=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/servers/javacolonServerInjection/bootstrap.properties b/dev/com.ibm.ws.security.client_fat/publish/servers/javacolonServerInjection/bootstrap.properties index 507fbad76e9d..d0e4b79da04e 100755 --- a/dev/com.ibm.ws.security.client_fat/publish/servers/javacolonServerInjection/bootstrap.properties +++ b/dev/com.ibm.ws.security.client_fat/publish/servers/javacolonServerInjection/bootstrap.properties @@ -15,7 +15,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.ssl=all:\ com.ibm.ws.transport.iiop.*=all diff --git a/dev/com.ibm.ws.security.client_fat/publish/servers/javacolonServerInjection/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.client_fat/publish/servers/javacolonServerInjection/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.client_fat/publish/servers/javacolonServerInjection/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.fat.common/bnd.bnd b/dev/com.ibm.ws.security.fat.common/bnd.bnd index 37b80d27758e..b829633f06fa 100644 --- a/dev/com.ibm.ws.security.fat.common/bnd.bnd +++ b/dev/com.ibm.ws.security.fat.common/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2018, 2024 IBM Corporation and others. +# Copyright (c) 2018, 2023 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -37,6 +37,7 @@ test.project: true generate.replacement: true -buildpath: \ + com.ibm.ws.kernel.service;version=latest,\ com.ibm.ws.logging;version=latest,\ com.ibm.ws.logging.core;version=latest,\ com.ibm.websphere.org.osgi.core;version=latest,\ @@ -69,9 +70,6 @@ generate.replacement: true com.ibm.json4j;version=latest,\ org.bitbucket.b_c.jose4j,\ com.unboundid.ldap.sdk,\ - com.ibm.ws.kernel.boot;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.com.unboundid -testpath: \ ../build.sharedResources/lib/junit/old/junit.jar;version=file, \ @@ -83,6 +81,7 @@ generate.replacement: true org.jmock:jmock-junit4;strategy=exact;version=2.5.1, \ org.jmock:jmock;strategy=exact;version=2.5.1, \ com.ibm.ws.org.objenesis:objenesis;version=1.0, \ + com.ibm.ws.kernel.boot;version=latest, \ com.ibm.ws.security.test.common;version=latest, \ com.ibm.ws.org.apache.httpcomponents;version=latest, \ net.sourceforge.htmlunit:htmlunit;version=2.44.0,\ diff --git a/dev/com.ibm.ws.security.fat.common/src/com/ibm/ws/security/fat/common/TestHelpers.java b/dev/com.ibm.ws.security.fat.common/src/com/ibm/ws/security/fat/common/TestHelpers.java index f000c541df6c..1f0c01b8701b 100755 --- a/dev/com.ibm.ws.security.fat.common/src/com/ibm/ws/security/fat/common/TestHelpers.java +++ b/dev/com.ibm.ws.security.fat.common/src/com/ibm/ws/security/fat/common/TestHelpers.java @@ -51,7 +51,6 @@ import com.ibm.websphere.simplicity.Machine; import com.ibm.websphere.simplicity.OperatingSystem; import com.ibm.websphere.simplicity.log.Log; -import com.ibm.ws.common.crypto.CryptoUtils; import com.ibm.ws.security.fat.common.utils.AutomationTools; import com.meterware.httpunit.HttpUnitOptions; import com.meterware.httpunit.WebConversation; @@ -504,17 +503,9 @@ public boolean verify(String urlHostname, SSLSession session) { webClient.getOptions().setUseInsecureSSL(true); webClient.getOptions().setRedirectEnabled(true); if (System.getProperty("java.specification.version").matches("1\\.[789]")) { - if (CryptoUtils.isFips140_3Enabled()) { - webClient.getOptions().setSSLClientProtocols((new String[] { "TLSv1.2" })); // rtc 259307 - } else { - webClient.getOptions().setSSLClientProtocols((new String[] { "TLSv1.2", "TLSv1.1", "TLSv1" })); // rtc 259307 - } + webClient.getOptions().setSSLClientProtocols((new String[] { "TLSv1.2", "TLSv1.1", "TLSv1" })); // rtc 259307 } else { - if (CryptoUtils.isFips140_3Enabled()) { - webClient.getOptions().setSSLClientProtocols((new String[] { "TLSv1.3", "TLSv1.2" })); // rtc 259307 - } else { - webClient.getOptions().setSSLClientProtocols((new String[] { "TLSv1.3", "TLSv1.2", "TLSv1.1", "TLSv1" })); // rtc 259307 - } + webClient.getOptions().setSSLClientProtocols((new String[] { "TLSv1.3", "TLSv1.2", "TLSv1.1", "TLSv1" })); // rtc 259307 } Log.info(thisClass, "getWebClient", "isUseInsecureSSL is set to: " + webClient.getOptions().isUseInsecureSSL()); Log.info(thisClass, "getWebClient", "isThrowExceptionOnScriptError is set to: " + webClient.getOptions().isThrowExceptionOnScriptError()); diff --git a/dev/com.ibm.ws.security.jaspic.jakarta10_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.serverauthregistration/bootstrap.properties b/dev/com.ibm.ws.security.jaspic.jakarta10_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.serverauthregistration/bootstrap.properties index 760d7305cfd0..7e15e56f029b 100644 --- a/dev/com.ibm.ws.security.jaspic.jakarta10_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.serverauthregistration/bootstrap.properties +++ b/dev/com.ibm.ws.security.jaspic.jakarta10_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.serverauthregistration/bootstrap.properties @@ -1,7 +1,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink=all:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.httpservice=all=enabled:\ com.ibm.websphere.security.*=all=enabled:\ com.ibm.wsspi.security.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.jaspic.jakarta10_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.serverauthregistration/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.jaspic.jakarta10_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.serverauthregistration/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.jaspic.jakarta10_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.serverauthregistration/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.audit/bootstrap.properties b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.audit/bootstrap.properties index 1a9c879c4d6b..c03d072fa8fb 100644 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.audit/bootstrap.properties +++ b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.audit/bootstrap.properties @@ -1,6 +1,5 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.websphere.security.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ user.feature diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.audit/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.audit/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.audit/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback.audit/bootstrap.properties b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback.audit/bootstrap.properties index 9b6ebc9462e0..c5e21b689cd0 100644 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback.audit/bootstrap.properties +++ b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback.audit/bootstrap.properties @@ -1,7 +1,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink=all:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.httpservice=all=enabled:\ com.ibm.websphere.security.*=all=enabled:\ com.ibm.wsspi.security.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback.audit/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback.audit/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback.audit/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback/bootstrap.properties b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback/bootstrap.properties index 9b6ebc9462e0..c5e21b689cd0 100644 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback/bootstrap.properties +++ b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback/bootstrap.properties @@ -1,7 +1,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink=all:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.httpservice=all=enabled:\ com.ibm.websphere.security.*=all=enabled:\ com.ibm.wsspi.security.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.callback/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.dynamic/bootstrap.properties b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.dynamic/bootstrap.properties index 9b6ebc9462e0..c5e21b689cd0 100644 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.dynamic/bootstrap.properties +++ b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.dynamic/bootstrap.properties @@ -1,7 +1,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink=all:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.httpservice=all=enabled:\ com.ibm.websphere.security.*=all=enabled:\ com.ibm.wsspi.security.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.dynamic/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.dynamic/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.dynamic/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc.audit/bootstrap.properties b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc.audit/bootstrap.properties index 9b6ebc9462e0..c5e21b689cd0 100644 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc.audit/bootstrap.properties +++ b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc.audit/bootstrap.properties @@ -1,7 +1,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink=all:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.httpservice=all=enabled:\ com.ibm.websphere.security.*=all=enabled:\ com.ibm.wsspi.security.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc.audit/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc.audit/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc.audit/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc/bootstrap.properties b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc/bootstrap.properties index 9b6ebc9462e0..c5e21b689cd0 100644 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc/bootstrap.properties +++ b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc/bootstrap.properties @@ -1,7 +1,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink=all:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.httpservice=all=enabled:\ com.ibm.websphere.security.*=all=enabled:\ com.ibm.wsspi.security.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.jacc/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.persistence/bootstrap.properties b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.persistence/bootstrap.properties index 9b6ebc9462e0..c5e21b689cd0 100644 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.persistence/bootstrap.properties +++ b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.persistence/bootstrap.properties @@ -1,7 +1,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink=all:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.httpservice=all=enabled:\ com.ibm.websphere.security.*=all=enabled:\ com.ibm.wsspi.security.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.persistence/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.persistence/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.persistence/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.registration/bootstrap.properties b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.registration/bootstrap.properties index 9b6ebc9462e0..c5e21b689cd0 100644 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.registration/bootstrap.properties +++ b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.registration/bootstrap.properties @@ -1,7 +1,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink=all:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.httpservice=all=enabled:\ com.ibm.websphere.security.*=all=enabled:\ com.ibm.wsspi.security.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.registration/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.registration/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.registration/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.wrapping/bootstrap.properties b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.wrapping/bootstrap.properties index 9b6ebc9462e0..c5e21b689cd0 100644 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.wrapping/bootstrap.properties +++ b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.wrapping/bootstrap.properties @@ -1,7 +1,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink=all:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.httpservice=all=enabled:\ com.ibm.websphere.security.*=all=enabled:\ com.ibm.wsspi.security.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.wrapping/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.wrapping/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat.wrapping/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat/bootstrap.properties b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat/bootstrap.properties index 62d4bdfbd66d..ec9e1167ac13 100644 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat/bootstrap.properties @@ -1,7 +1,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink=all:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.httpservice=all=enabled:\ com.ibm.websphere.security.*=all=enabled:\ com.ibm.wsspi.security.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.jaspic_fat/publish/servers/com.ibm.ws.security.jaspic11.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.clientcert.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.clientcert.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.clientcert.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.custom.post.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.custom.post.fat/bootstrap.properties index fd36c38c46ae..353f460e62f3 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.custom.post.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.custom.post.fat/bootstrap.properties @@ -1,5 +1,5 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ -com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled:com.ibm.ws.webcontainer.security.*=all=enabled:\ +com.ibm.ws.security.*=all=enabled:com.ibm.ws.webcontainer.security.*=all=enabled:\ Injection=all:org.jboss.weld*=all:com.ibm.ws.cdi*=all:\ com.ibm.ws.jsf.*=all:com.ibm.ws.jsf.container=all diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.custom.post.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.custom.post.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.custom.post.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.anno.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.anno.fat/bootstrap.properties index 8eb8da9272b7..7c78994f122d 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.anno.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.anno.fat/bootstrap.properties @@ -1,4 +1,4 @@ -com.ibm.ws.logging.trace.specification=com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.anno.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.anno.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.anno.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authalias.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authalias.fat/bootstrap.properties index 4e8405e0f3dd..9983d52da990 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authalias.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authalias.fat/bootstrap.properties @@ -1,6 +1,5 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authalias.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authalias.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authalias.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authdata.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authdata.fat/bootstrap.properties index 8eb8da9272b7..5b74f5720b12 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authdata.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authdata.fat/bootstrap.properties @@ -1,4 +1,4 @@ -com.ibm.ws.logging.trace.specification=com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=com.ibm.ws.security.*=all=enabled:\ com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authdata.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authdata.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.authdata.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.fat/bootstrap.properties index 4e8405e0f3dd..9983d52da990 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.fat/bootstrap.properties @@ -1,6 +1,5 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.bean.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.bean.fat/bootstrap.properties index 4e8405e0f3dd..b7060e818ed5 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.bean.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.bean.fat/bootstrap.properties @@ -1,6 +1,5 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ -com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.security.*=all=enabled: com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.bean.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.bean.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.bean.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.fat/bootstrap.properties index 4e8405e0f3dd..b7060e818ed5 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.fat/bootstrap.properties @@ -1,6 +1,5 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ -com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.security.*=all=enabled: com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.hash.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.nouser.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.nouser.fat/bootstrap.properties index 4e8405e0f3dd..9983d52da990 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.nouser.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.nouser.fat/bootstrap.properties @@ -1,6 +1,5 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.nouser.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.nouser.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.nouser.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.shortname.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.shortname.fat/bootstrap.properties index 4e8405e0f3dd..9983d52da990 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.shortname.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.shortname.fat/bootstrap.properties @@ -1,6 +1,5 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.shortname.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.shortname.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.db.shortname.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.deferred.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.deferred.fat/bootstrap.properties index 4e8405e0f3dd..9983d52da990 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.deferred.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.deferred.fat/bootstrap.properties @@ -1,6 +1,5 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.deferred.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.deferred.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.deferred.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.immediate.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.immediate.fat/bootstrap.properties index 8eb8da9272b7..7c78994f122d 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.immediate.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.immediate.fat/bootstrap.properties @@ -1,4 +1,4 @@ -com.ibm.ws.logging.trace.specification=com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.immediate.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.immediate.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.dbidstore.immediate.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ejb.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ejb.fat/bootstrap.properties index 4e8405e0f3dd..9983d52da990 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ejb.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ejb.fat/bootstrap.properties @@ -1,6 +1,5 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ejb.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ejb.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ejb.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.fat/bootstrap.properties index bd0ac3bb7c72..b1e506e1baf6 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.fat/bootstrap.properties @@ -1,5 +1,5 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ -com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled:com.ibm.ws.webcontainer.security.*=all=enabled +com.ibm.ws.security.*=all=enabled:com.ibm.ws.webcontainer.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.jaxrs.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.jaxrs.fat/bootstrap.properties index 4e8405e0f3dd..9983d52da990 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.jaxrs.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.jaxrs.fat/bootstrap.properties @@ -1,6 +1,5 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.jaxrs.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.jaxrs.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.jaxrs.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ldapidstore.deferred.fat/bootstrap.properties b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ldapidstore.deferred.fat/bootstrap.properties index 4e8405e0f3dd..9983d52da990 100644 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ldapidstore.deferred.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ldapidstore.deferred.fat/bootstrap.properties @@ -1,6 +1,5 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ldapidstore.deferred.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ldapidstore.deferred.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.javaeesec_fat/publish/servers/com.ibm.ws.security.javaeesec.ldapidstore.deferred.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.jwt_fat.consumer/publish/servers/com.ibm.ws.security.jwt_fat.consumer/bootstrap.properties b/dev/com.ibm.ws.security.jwt_fat.consumer/publish/servers/com.ibm.ws.security.jwt_fat.consumer/bootstrap.properties index 1dcc5fc159ed..c697cae83938 100644 --- a/dev/com.ibm.ws.security.jwt_fat.consumer/publish/servers/com.ibm.ws.security.jwt_fat.consumer/bootstrap.properties +++ b/dev/com.ibm.ws.security.jwt_fat.consumer/publish/servers/com.ibm.ws.security.jwt_fat.consumer/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.oauth.*=all=enabled:\ com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.jwtsso_fat.commonTest/publish/servers/com.ibm.ws.security.jwtsso.fat/bootstrap.properties b/dev/com.ibm.ws.security.jwtsso_fat.commonTest/publish/servers/com.ibm.ws.security.jwtsso.fat/bootstrap.properties index e87a2a7921a2..1864510a1f51 100644 --- a/dev/com.ibm.ws.security.jwtsso_fat.commonTest/publish/servers/com.ibm.ws.security.jwtsso.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.jwtsso_fat.commonTest/publish/servers/com.ibm.ws.security.jwtsso.fat/bootstrap.properties @@ -13,5 +13,4 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled diff --git a/dev/com.ibm.ws.security.oidc.client_fat.1/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rp/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.oidc.client_fat.1/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rp/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.oidc.client_fat.1/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rp/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.oidc.client_fat.1/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rpd/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.oidc.client_fat.1/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rpd/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.oidc.client_fat.1/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rpd/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.oidc.client_fat.1/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rpd2/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.oidc.client_fat.1/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rpd2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.oidc.client_fat.1/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rpd2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.oidc.client_fat.2/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rp/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.oidc.client_fat.2/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rp/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.oidc.client_fat.2/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rp/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.oidc.client_fat.2/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rs/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.oidc.client_fat.2/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rs/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.oidc.client_fat.2/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.rs/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/files/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/files/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/files/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/BackendServer/bootstrap.properties b/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/BackendServer/bootstrap.properties index a47ff5bcd197..918ddfed0514 100755 --- a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/BackendServer/bootstrap.properties +++ b/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/BackendServer/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.ws.logging.max.file.size=0 diff --git a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.op/bootstrap.properties b/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.op/bootstrap.properties index 88e3397f61a3..0920fc277720 100755 --- a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.op/bootstrap.properties +++ b/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.op/bootstrap.properties @@ -20,8 +20,8 @@ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.oauth.*=all=enabled:\ com.ibm.wsspi.security.oauth20.*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ -org.apache.http.client.*=all +org.apache.http.client.*=all:\ +com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug \ No newline at end of file diff --git a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.op/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.op/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.op/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.rp/bootstrap.properties b/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.rp/bootstrap.properties index 034e736b46de..d27022efc37c 100755 --- a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.rp/bootstrap.properties +++ b/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.rp/bootstrap.properties @@ -20,8 +20,7 @@ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.oauth.*=all=enabled:\ com.ibm.wsspi.security.oauth20.*=all=enabled:\ org.apache.http.client.*=all:\ -com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug \ No newline at end of file diff --git a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.rp/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.rp/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.client-1.0_fat.spnego.rp/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.fat.spnego.setup/bootstrap.properties b/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.fat.spnego.setup/bootstrap.properties index a47ff5bcd197..918ddfed0514 100755 --- a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.fat.spnego.setup/bootstrap.properties +++ b/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.fat.spnego.setup/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.ws.logging.max.file.size=0 diff --git a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.spnego.fat.formlogin/bootstrap.properties b/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.spnego.fat.formlogin/bootstrap.properties index a47ff5bcd197..918ddfed0514 100755 --- a/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.spnego.fat.formlogin/bootstrap.properties +++ b/dev/com.ibm.ws.security.oidc.client_fat.spnego/publish/servers/com.ibm.ws.security.spnego.fat.formlogin/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.ws.logging.max.file.size=0 diff --git a/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/BackendServer/bootstrap.properties b/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/BackendServer/bootstrap.properties index a47ff5bcd197..918ddfed0514 100755 --- a/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/BackendServer/bootstrap.properties +++ b/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/BackendServer/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.ws.logging.max.file.size=0 diff --git a/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.fat.spnego.setup/bootstrap.properties b/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.fat.spnego.setup/bootstrap.properties index a47ff5bcd197..918ddfed0514 100755 --- a/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.fat.spnego.setup/bootstrap.properties +++ b/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.fat.spnego.setup/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.ws.logging.max.file.size=0 diff --git a/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.server-1.0_fat.app_tokens.OPserver/bootstrap.properties b/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.server-1.0_fat.app_tokens.OPserver/bootstrap.properties index ded1d16086c3..a3e32f5662df 100644 --- a/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.server-1.0_fat.app_tokens.OPserver/bootstrap.properties +++ b/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.server-1.0_fat.app_tokens.OPserver/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.oauth.*=all=enabled:\ com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.server-1.0_fat.app_tokens.RSserver/bootstrap.properties b/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.server-1.0_fat.app_tokens.RSserver/bootstrap.properties index ded1d16086c3..a3e32f5662df 100644 --- a/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.server-1.0_fat.app_tokens.RSserver/bootstrap.properties +++ b/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.server-1.0_fat.app_tokens.RSserver/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.oauth.*=all=enabled:\ com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.server-1.0_fat.endpoint.clientregistration/bootstrap.properties b/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.server-1.0_fat.endpoint.clientregistration/bootstrap.properties index d2898ee3e528..92ea281eb800 100755 --- a/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.server-1.0_fat.endpoint.clientregistration/bootstrap.properties +++ b/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.openidconnect.server-1.0_fat.endpoint.clientregistration/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.oauth.*=all=enabled:\ com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.spnego.fat.formlogin/bootstrap.properties b/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.spnego.fat.formlogin/bootstrap.properties index a47ff5bcd197..918ddfed0514 100755 --- a/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.spnego.fat.formlogin/bootstrap.properties +++ b/dev/com.ibm.ws.security.oidc.server_fat.spnego/publish/servers/com.ibm.ws.security.spnego.fat.formlogin/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.ws.logging.max.file.size=0 diff --git a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.bell/bootstrap.properties b/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.bell/bootstrap.properties index b565d2c62b72..6bf5ee213f1c 100755 --- a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.bell/bootstrap.properties +++ b/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.bell/bootstrap.properties @@ -12,7 +12,6 @@ ############################################################################### com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ SSL=all=enabled:SSLChannel=all=enabled:\ TCPChannel=all=enabled:ChannelFramework=all=enabled diff --git a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.bell/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.bell/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.bell/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.feature/bootstrap.properties b/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.feature/bootstrap.properties index b565d2c62b72..6bf5ee213f1c 100755 --- a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.feature/bootstrap.properties +++ b/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.feature/bootstrap.properties @@ -12,7 +12,6 @@ ############################################################################### com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ SSL=all=enabled:SSLChannel=all=enabled:\ TCPChannel=all=enabled:ChannelFramework=all=enabled diff --git a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.feature/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.feature/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.custom.certmapper.feature/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.federated/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.federated/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.federated/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.ignorecase/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.ignorecase/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat.ignorecase/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.registry.basic_fat/publish/servers/com.ibm.ws.security.registry.basic.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.saml.sso_fat.2/bnd.bnd b/dev/com.ibm.ws.security.saml.sso_fat.2/bnd.bnd index 902a6ff17ed0..0a5bb24b88d6 100644 --- a/dev/com.ibm.ws.security.saml.sso_fat.2/bnd.bnd +++ b/dev/com.ibm.ws.security.saml.sso_fat.2/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2020, 2024 IBM Corporation and others. +# Copyright (c) 2020, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -37,8 +37,5 @@ tested.features: servlet-4.0, jsp-2.3, jdbc-4.1, el-3.0,\ com.ibm.ws.webcontainer.security;version=latest, \ com.ibm.ws.security.saml.websso.2.0;version=latest, \ net.sourceforge.htmlunit:htmlunit;version=2.44.0, \ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.org.apache.directory.server;version=latest diff --git a/dev/com.ibm.ws.security.saml.sso_fat.3/bnd.bnd b/dev/com.ibm.ws.security.saml.sso_fat.3/bnd.bnd index acc96754c63b..d2d1efed1e0b 100644 --- a/dev/com.ibm.ws.security.saml.sso_fat.3/bnd.bnd +++ b/dev/com.ibm.ws.security.saml.sso_fat.3/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2020, 2024 IBM Corporation and others. +# Copyright (c) 2020, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -37,8 +37,5 @@ tested.features: servlet-4.0, jsp-2.3, jdbc-4.1, el-3.0, samlweb-2.0, jdbc-4.0,\ com.ibm.ws.webcontainer.security;version=latest, \ com.ibm.ws.security.saml.websso.2.0;version=latest, \ net.sourceforge.htmlunit:htmlunit;version=2.44.0, \ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.org.apache.directory.server;version=latest diff --git a/dev/com.ibm.ws.security.saml.sso_fat.common/bnd.bnd b/dev/com.ibm.ws.security.saml.sso_fat.common/bnd.bnd index 3779ece47a36..570ba1629faf 100644 --- a/dev/com.ibm.ws.security.saml.sso_fat.common/bnd.bnd +++ b/dev/com.ibm.ws.security.saml.sso_fat.common/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2020, 2024 IBM Corporation and others. +# Copyright (c) 2020, 2023 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -49,8 +49,5 @@ test.project: true com.ibm.ws.security.sso.common;version=latest, \ net.sourceforge.htmlunit:htmlunit;version=2.44.0, \ com.ibm.ws.security.token;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.org.osgi.annotation.versioning;version=latest diff --git a/dev/com.ibm.ws.security.saml.sso_fat.config/bnd.bnd b/dev/com.ibm.ws.security.saml.sso_fat.config/bnd.bnd index 7d8724321e4a..b4306f11d5c1 100644 --- a/dev/com.ibm.ws.security.saml.sso_fat.config/bnd.bnd +++ b/dev/com.ibm.ws.security.saml.sso_fat.config/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2021, 2024 IBM Corporation and others. +# Copyright (c) 2021, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -37,8 +37,5 @@ tested.features: jsp-2.3, jdbc-4.1, el-3.0, servlet-4.0, samlweb-2.0, jdbc-4.0, com.ibm.ws.webcontainer.security;version=latest, \ com.ibm.ws.security.saml.websso.2.0;version=latest, \ net.sourceforge.htmlunit:htmlunit;version=2.44.0, \ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.org.apache.directory.server;version=latest diff --git a/dev/com.ibm.ws.security.saml.sso_fat.endpoint.samlmetadata/bnd.bnd b/dev/com.ibm.ws.security.saml.sso_fat.endpoint.samlmetadata/bnd.bnd index e36b685419ec..d63a0a34f41f 100644 --- a/dev/com.ibm.ws.security.saml.sso_fat.endpoint.samlmetadata/bnd.bnd +++ b/dev/com.ibm.ws.security.saml.sso_fat.endpoint.samlmetadata/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2021, 2024 IBM Corporation and others. +# Copyright (c) 2021, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -36,8 +36,5 @@ tested.features: samlweb-2.0, jdbc-4.0, jsp-2.3, servlet-4.0, el-3.0, \ com.ibm.ws.org.joda.time.1.6.2;version=latest, \ com.ibm.ws.webcontainer.security;version=latest, \ com.ibm.ws.security.saml.websso.2.0;version=latest, \ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ net.sourceforge.htmlunit:htmlunit;version=2.44.0 diff --git a/dev/com.ibm.ws.security.saml.sso_fat.jaxrs/bnd.bnd b/dev/com.ibm.ws.security.saml.sso_fat.jaxrs/bnd.bnd index e9718dea61dc..73040e8d8bfa 100644 --- a/dev/com.ibm.ws.security.saml.sso_fat.jaxrs/bnd.bnd +++ b/dev/com.ibm.ws.security.saml.sso_fat.jaxrs/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2021, 2024 IBM Corporation and others. +# Copyright (c) 2021, 2023 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -44,8 +44,5 @@ tested.features: jdbc-4.1, restfulwsclient-3.0, restfulws-3.0, jsonp-2.0, \ javax.ws.rs:javax.ws.rs-api;version='2.0',\ com.ibm.ws.org.apache.directory.server;version=latest,\ com.ibm.ws.jaxrs.2.0.server;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.security.token;version=latest diff --git a/dev/com.ibm.ws.security.saml.sso_fat.logout.IDP_initiated/bnd.bnd b/dev/com.ibm.ws.security.saml.sso_fat.logout.IDP_initiated/bnd.bnd index 86d656d1b2a9..548c5fbeba72 100644 --- a/dev/com.ibm.ws.security.saml.sso_fat.logout.IDP_initiated/bnd.bnd +++ b/dev/com.ibm.ws.security.saml.sso_fat.logout.IDP_initiated/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2021, 2024 IBM Corporation and others. +# Copyright (c) 2021, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -39,7 +39,4 @@ tested.features: jsp-2.3, jdbc-4.1, el-3.0, servlet-4.0, samlweb-2.0, jdbc-4.0, com.ibm.ws.security.saml.websso.2.0;version=latest,\ net.sourceforge.htmlunit:htmlunit;version='2.44.0',\ com.ibm.ws.org.apache.directory.server;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.org.apache.commons.lang3;version=latest diff --git a/dev/com.ibm.ws.security.saml.sso_fat.logout.httpServletRequest/bnd.bnd b/dev/com.ibm.ws.security.saml.sso_fat.logout.httpServletRequest/bnd.bnd index 876c187505bd..548c5fbeba72 100644 --- a/dev/com.ibm.ws.security.saml.sso_fat.logout.httpServletRequest/bnd.bnd +++ b/dev/com.ibm.ws.security.saml.sso_fat.logout.httpServletRequest/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2021, 2024 IBM Corporation and others. +# Copyright (c) 2021, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -39,7 +39,4 @@ tested.features: jsp-2.3, jdbc-4.1, el-3.0, servlet-4.0, samlweb-2.0, jdbc-4.0, com.ibm.ws.security.saml.websso.2.0;version=latest,\ net.sourceforge.htmlunit:htmlunit;version='2.44.0',\ com.ibm.ws.org.apache.directory.server;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.org.apache.commons.lang3;version=latest diff --git a/dev/com.ibm.ws.security.saml.sso_fat.logout.ibm_security_logout/bnd.bnd b/dev/com.ibm.ws.security.saml.sso_fat.logout.ibm_security_logout/bnd.bnd index 876c187505bd..548c5fbeba72 100644 --- a/dev/com.ibm.ws.security.saml.sso_fat.logout.ibm_security_logout/bnd.bnd +++ b/dev/com.ibm.ws.security.saml.sso_fat.logout.ibm_security_logout/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2021, 2024 IBM Corporation and others. +# Copyright (c) 2021, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -39,7 +39,4 @@ tested.features: jsp-2.3, jdbc-4.1, el-3.0, servlet-4.0, samlweb-2.0, jdbc-4.0, com.ibm.ws.security.saml.websso.2.0;version=latest,\ net.sourceforge.htmlunit:htmlunit;version='2.44.0',\ com.ibm.ws.org.apache.directory.server;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.org.apache.commons.lang3;version=latest diff --git a/dev/com.ibm.ws.security.saml.sso_fat.logout/bnd.bnd b/dev/com.ibm.ws.security.saml.sso_fat.logout/bnd.bnd index 73784310fbfc..fdd443a8e8eb 100644 --- a/dev/com.ibm.ws.security.saml.sso_fat.logout/bnd.bnd +++ b/dev/com.ibm.ws.security.saml.sso_fat.logout/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2021, 2024 IBM Corporation and others. +# Copyright (c) 2021, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -38,7 +38,4 @@ tested.features: jsp-2.3, jdbc-4.1, el-3.0, samlweb-2.0, jdbc-4.0, servlet-4.0, com.ibm.ws.security.saml.websso.2.0;version=latest,\ net.sourceforge.htmlunit:htmlunit;version='2.44.0',\ com.ibm.ws.org.apache.directory.server;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.org.apache.commons.lang3;version=latest diff --git a/dev/com.ibm.ws.security.saml.websso.2.0/bnd.bnd b/dev/com.ibm.ws.security.saml.websso.2.0/bnd.bnd index ae346ade49f7..80e3b83201f8 100644 --- a/dev/com.ibm.ws.security.saml.websso.2.0/bnd.bnd +++ b/dev/com.ibm.ws.security.saml.websso.2.0/bnd.bnd @@ -110,7 +110,7 @@ Service-Component: \ dynamic:='ssoService'; \ multiple:="ssoService"; \ properties:="service.vendor=IBM,type=saml20", \ - com.ibm.ws.security.saml.sso20.rs.SamlInboundService; \ + com.ibm.ws.security.saml.sso20.rs.SamlInboundService; \ implementation:=com.ibm.ws.security.saml.sso20.rs.SamlInboundService;\ provide:='com.ibm.ws.security.saml.sso20.rs.SamlInboundService'; \ configuration-policy:=ignore; \ @@ -119,7 +119,7 @@ Service-Component: \ deactivate:='deactivate'; \ immediate:=true; \ properties:="service.vendor=IBM", \ - com.ibm.ws.security.saml.websso20.classProvider; \ + com.ibm.ws.security.saml.websso20.classProvider; \ implementation:=com.ibm.ws.serialization.DeserializationClassProvider; \ provide:=com.ibm.ws.serialization.DeserializationClassProvider; \ properties:=" \ @@ -144,9 +144,7 @@ Service-Component: \ com.ibm.websphere.appserver.spi.kernel.filemonitor,\ com.ibm.ws.security.authentication.filter;version=latest,\ com.ibm.ws.webcontainer.security;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ + com.ibm.ws.kernel.service;version=latest, \ com.ibm.ws.logging.core,\ com.ibm.ws.security.authentication.tai;version=latest,\ com.ibm.ws.security.token;version=latest,\ @@ -158,11 +156,11 @@ Service-Component: \ com.ibm.ws.org.slf4j.api;version=latest,\ com.ibm.websphere.appserver.api.saml20;version=latest,\ com.ibm.ws.security.sso.common;version=latest,\ - com.ibm.websphere.appserver.spi.saml20;version=latest,\ - com.ibm.ws.org.osgi.annotation.versioning;version=latest,\ - io.openliberty.org.apache.commons.codec;version=latest,\ - com.ibm.ws.com.google.guava;version=latest - + com.ibm.websphere.appserver.spi.saml20;version=latest, \ + com.ibm.ws.org.osgi.annotation.versioning;version=latest, \ + io.openliberty.org.apache.commons.codec;version=latest, \ + com.ibm.ws.com.google.guava;version=latest, \ + com.ibm.ws.crypto.common;version=latest instrument.classesExcludes: com/ibm/ws/security/saml/sso20/internal/resources/SamlSso20Messages*.class @@ -180,7 +178,7 @@ instrument.classesExcludes: com/ibm/ws/security/saml/sso20/internal/resources/Sa com.ibm.ws.security.test.common;version=latest,\ io.openliberty.org.apache.commons.logging;version=latest,\ com.ibm.ws.security.registry;version=latest,\ - com.ibm.ws.kernel.boot;version=latest, \ + com.ibm.ws.kernel.boot;version=latest,\ com.ibm.ws.org.apache.santuario.xmlsec.2.2.0;version=latest,\ com.ibm.ws.net.shibboleth.utilities.java.support.7.5.1;version=latest,\ com.ibm.ws.org.opensaml.opensaml.core.3.4.5;version=latest,\ diff --git a/dev/com.ibm.ws.security.saml.websso.2.0/src/com/ibm/ws/security/saml/sso20/internal/SsoConfigImpl.java b/dev/com.ibm.ws.security.saml.websso.2.0/src/com/ibm/ws/security/saml/sso20/internal/SsoConfigImpl.java index 09e71752f763..3f1d30ef96a9 100644 --- a/dev/com.ibm.ws.security.saml.websso.2.0/src/com/ibm/ws/security/saml/sso20/internal/SsoConfigImpl.java +++ b/dev/com.ibm.ws.security.saml.websso.2.0/src/com/ibm/ws/security/saml/sso20/internal/SsoConfigImpl.java @@ -32,7 +32,8 @@ import com.ibm.websphere.ras.Tr; import com.ibm.websphere.ras.TraceComponent; import com.ibm.websphere.ras.annotation.Sensitive; -import com.ibm.ws.common.crypto.CryptoUtils; +import com.ibm.ws.crypto.common.CryptoMessageUtils; +import com.ibm.ws.crypto.common.CryptoUtils; import com.ibm.ws.security.authentication.filter.AuthenticationFilter; import com.ibm.ws.security.common.config.CommonConfigUtils; import com.ibm.ws.security.filemonitor.FileBasedActionable; @@ -251,7 +252,7 @@ private void processProps(Map props) throws SamlException { wantAssertionsSigned = (Boolean) props.get(KEY_wantAssertionsSigned); signatureMethodAlgorithm = trim((String) props.get(KEY_signatureMethodAlgorithm)); if (CryptoUtils.isAlgorithmInsecure(signatureMethodAlgorithm)) { - CryptoUtils.logInsecureAlgorithm(KEY_signatureMethodAlgorithm, signatureMethodAlgorithm); + CryptoMessageUtils.logInsecureAlgorithm(KEY_signatureMethodAlgorithm, signatureMethodAlgorithm); } authnRequestsSigned = (Boolean) props.get(KEY_authnRequestsSigned); includeX509InSPMetadata = (Boolean) props.get(KEY_includeX509InSPMetadata); diff --git a/dev/com.ibm.ws.security.saml.websso.2.0/src/com/ibm/ws/security/saml/sso20/rs/RsSamlConfigImpl.java b/dev/com.ibm.ws.security.saml.websso.2.0/src/com/ibm/ws/security/saml/sso20/rs/RsSamlConfigImpl.java index 8f4c26c8b76b..d6665217f9a6 100644 --- a/dev/com.ibm.ws.security.saml.websso.2.0/src/com/ibm/ws/security/saml/sso20/rs/RsSamlConfigImpl.java +++ b/dev/com.ibm.ws.security.saml.websso.2.0/src/com/ibm/ws/security/saml/sso20/rs/RsSamlConfigImpl.java @@ -4,7 +4,7 @@ * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: @@ -30,7 +30,8 @@ import com.ibm.websphere.ras.Tr; import com.ibm.websphere.ras.TraceComponent; import com.ibm.websphere.ras.annotation.Sensitive; -import com.ibm.ws.common.crypto.CryptoUtils; +import com.ibm.ws.crypto.common.CryptoMessageUtils; +import com.ibm.ws.crypto.common.CryptoUtils; import com.ibm.ws.security.authentication.filter.AuthenticationFilter; import com.ibm.ws.security.saml.Constants; import com.ibm.ws.security.saml.SsoConfig; @@ -191,7 +192,7 @@ private void processProps(Map props) { clockSkewMilliSeconds = (Long) props.get(KEY_clockSkew); // milliseconds signatureMethodAlgorithm = trim((String) props.get(KEY_signatureMethodAlgorithm)); if (CryptoUtils.isAlgorithmInsecure(signatureMethodAlgorithm)) { - CryptoUtils.logInsecureAlgorithm(KEY_signatureMethodAlgorithm, signatureMethodAlgorithm); + CryptoMessageUtils.logInsecureAlgorithm(KEY_signatureMethodAlgorithm, signatureMethodAlgorithm); } userIdentifier = trim((String) props.get(KEY_userIdentifier)); groupIdentifier = trim((String) props.get(KEY_groupIdentifier)); diff --git a/dev/com.ibm.ws.security.social_fat.OpenShift/publish/servers/com.ibm.ws.security.social_fat.OpenShift.social/bootstrap.properties b/dev/com.ibm.ws.security.social_fat.OpenShift/publish/servers/com.ibm.ws.security.social_fat.OpenShift.social/bootstrap.properties index 3b427b837581..c4b68161e5f3 100644 --- a/dev/com.ibm.ws.security.social_fat.OpenShift/publish/servers/com.ibm.ws.security.social_fat.OpenShift.social/bootstrap.properties +++ b/dev/com.ibm.ws.security.social_fat.OpenShift/publish/servers/com.ibm.ws.security.social_fat.OpenShift.social/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.oauth.*=all=enabled:\ com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.social_fat.okdServiceLogin/publish/servers/com.ibm.ws.security.social_fat.OKDServiceLogin.social/bootstrap.properties b/dev/com.ibm.ws.security.social_fat.okdServiceLogin/publish/servers/com.ibm.ws.security.social_fat.OKDServiceLogin.social/bootstrap.properties index a443ea417308..746d5f880239 100644 --- a/dev/com.ibm.ws.security.social_fat.okdServiceLogin/publish/servers/com.ibm.ws.security.social_fat.OKDServiceLogin.social/bootstrap.properties +++ b/dev/com.ibm.ws.security.social_fat.okdServiceLogin/publish/servers/com.ibm.ws.security.social_fat.OKDServiceLogin.social/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.oauth.*=all=enabled:\ com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.social_fat.okdServiceLogin/publish/servers/com.ibm.ws.security.social_fat.stubbedOKDServiceLogin.op/bootstrap.properties b/dev/com.ibm.ws.security.social_fat.okdServiceLogin/publish/servers/com.ibm.ws.security.social_fat.stubbedOKDServiceLogin.op/bootstrap.properties index 178bec44ac73..bebda8fc99f1 100644 --- a/dev/com.ibm.ws.security.social_fat.okdServiceLogin/publish/servers/com.ibm.ws.security.social_fat.stubbedOKDServiceLogin.op/bootstrap.properties +++ b/dev/com.ibm.ws.security.social_fat.okdServiceLogin/publish/servers/com.ibm.ws.security.social_fat.stubbedOKDServiceLogin.op/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ com.ibm.oauth.*=all=enabled:\ com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.spnego_fat/publish/files/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.spnego_fat/publish/files/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.spnego_fat/publish/files/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.token.ltpa/bnd.bnd b/dev/com.ibm.ws.security.token.ltpa/bnd.bnd index c5f6344d6c0a..e510c5a5db6c 100644 --- a/dev/com.ibm.ws.security.token.ltpa/bnd.bnd +++ b/dev/com.ibm.ws.security.token.ltpa/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2017, 2024 IBM Corporation and others. +# Copyright (c) 2017, 2023 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -89,10 +89,9 @@ instrument.classesExcludes: com/ibm/ws/security/token/ltpa/internal/resources/*. com.ibm.websphere.org.osgi.service.component,\ com.ibm.websphere.appserver.spi.kernel.filemonitor,\ com.ibm.websphere.appserver.spi.kernel.service,\ + com.ibm.ws.kernel.service;version=latest,\ + com.ibm.ws.kernel.boot.common;version=latest, \ com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.boot.common;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.crypto.ltpakeyutil;version=latest,\ com.ibm.ws.logging;version=latest,\ com.ibm.ws.org.osgi.annotation.versioning;version=latest,\ diff --git a/dev/com.ibm.ws.security.token.ltpa/src/com/ibm/ws/security/token/ltpa/internal/LTPAToken2.java b/dev/com.ibm.ws.security.token.ltpa/src/com/ibm/ws/security/token/ltpa/internal/LTPAToken2.java index 95f6d161575e..6623d86f17c5 100644 --- a/dev/com.ibm.ws.security.token.ltpa/src/com/ibm/ws/security/token/ltpa/internal/LTPAToken2.java +++ b/dev/com.ibm.ws.security.token.ltpa/src/com/ibm/ws/security/token/ltpa/internal/LTPAToken2.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2004, 2024 IBM Corporation and others. + * Copyright (c) 2004, 2023 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -27,7 +27,6 @@ import com.ibm.websphere.ras.annotation.Sensitive; import com.ibm.websphere.security.auth.InvalidTokenException; import com.ibm.websphere.security.auth.TokenExpiredException; -import com.ibm.ws.common.crypto.CryptoUtils; import com.ibm.ws.common.encoder.Base64Coder; import com.ibm.ws.crypto.ltpakeyutil.LTPAKeyUtil; import com.ibm.ws.crypto.ltpakeyutil.LTPAPrivateKey; @@ -42,10 +41,10 @@ */ public class LTPAToken2 implements Token, Serializable { - private static final boolean fipsEnabled = CryptoUtils.isFips140_3Enabled(); - private static final TraceComponent tc = Tr.register(LTPAToken2.class); + private static final String AES_CBC_CIPHER = "AES/CBC/PKCS5Padding"; + private static final long serialVersionUID = 1L; private static final String DELIM = "%"; private static final MessageDigest md1JCE; @@ -66,10 +65,22 @@ public class LTPAToken2 implements Token, Serializable { static { MessageDigest m1 = null, m2 = null; - - m1 = CryptoUtils.getMessageDigestForLTPA(); - m2 = CryptoUtils.getMessageDigestForLTPA(); - + try { + if (LTPAKeyUtil.isFIPSEnabled() && LTPAKeyUtil.isIBMJCEPlusFIPSAvailable()) { + m1 = MessageDigest.getInstance(LTPAKeyUtil.MESSAGE_DIGEST_ALGORITHM_SHA256, LTPAKeyUtil.IBMJCE_PLUS_FIPS_NAME); + m2 = MessageDigest.getInstance(LTPAKeyUtil.MESSAGE_DIGEST_ALGORITHM_SHA256, LTPAKeyUtil.IBMJCE_PLUS_FIPS_NAME); + } else if (LTPAKeyUtil.isIBMJCEAvailable()) { + m1 = MessageDigest.getInstance(LTPAKeyUtil.MESSAGE_DIGEST_ALGORITHM_SHA, LTPAKeyUtil.IBMJCE_NAME); + m2 = MessageDigest.getInstance(LTPAKeyUtil.MESSAGE_DIGEST_ALGORITHM_SHA, LTPAKeyUtil.IBMJCE_NAME); + } else { + m1 = MessageDigest.getInstance(LTPAKeyUtil.MESSAGE_DIGEST_ALGORITHM_SHA); + m2 = MessageDigest.getInstance(LTPAKeyUtil.MESSAGE_DIGEST_ALGORITHM_SHA); + } + } catch (Exception e) { + if (TraceComponent.isAnyTracingEnabled() && tc.isEventEnabled()) { + Tr.event(tc, "Error creating digest; " + e); + } + } md1JCE = m1; md2JCE = m2; lockObj1 = new Object(); @@ -92,7 +103,7 @@ public LTPAToken2(byte[] tokenBytes, @Sensitive byte[] sharedKey, LTPAPrivateKey this.privateKey = privateKey; this.publicKey = publicKey; this.expirationInMilliseconds = 0; - this.cipher = fipsEnabled ? CryptoUtils.AES_GCM_CIPHER : CryptoUtils.AES_CBC_CIPHER; + this.cipher = AES_CBC_CIPHER; this.expirationDifferenceAllowed = expDiffAllowed; decrypt(); } @@ -115,7 +126,7 @@ public LTPAToken2(byte[] tokenBytes, @Sensitive byte[] sharedKey, LTPAPrivateKey this.privateKey = privateKey; this.publicKey = publicKey; this.expirationInMilliseconds = 0; - this.cipher = fipsEnabled ? CryptoUtils.AES_GCM_CIPHER : CryptoUtils.AES_CBC_CIPHER; + this.cipher = AES_CBC_CIPHER; this.expirationDifferenceAllowed = expDiffAllowed; decrypt(); isValid(); @@ -144,7 +155,7 @@ protected LTPAToken2(String accessID, long expirationInMinutes, @Sensitive byte[ this.publicKey = publicKey; this.userData = new UserData(accessID); setExpiration(expirationInMinutes); - this.cipher = fipsEnabled ? CryptoUtils.AES_GCM_CIPHER : CryptoUtils.AES_CBC_CIPHER; + this.cipher = AES_CBC_CIPHER; } /** @@ -164,7 +175,7 @@ protected LTPAToken2(long expirationInMinutes, @Sensitive byte[] sharedKey, LTPA this.publicKey = publicKey; this.userData = userdata; setExpiration(expirationInMinutes); - this.cipher = fipsEnabled ? CryptoUtils.AES_GCM_CIPHER : CryptoUtils.AES_CBC_CIPHER; + this.cipher = AES_CBC_CIPHER; } /** diff --git a/dev/com.ibm.ws.security.token.ltpa/test-resources/test data/servers/com.ibm.ws.security.token.ltpa_test/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.token.ltpa/test-resources/test data/servers/com.ibm.ws.security.token.ltpa_test/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa/test-resources/test data/servers/com.ibm.ws.security.token.ltpa_test/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/bnd.bnd b/dev/com.ibm.ws.security.token.ltpa_fat/bnd.bnd index e62229f34136..d5246cad0cb6 100644 --- a/dev/com.ibm.ws.security.token.ltpa_fat/bnd.bnd +++ b/dev/com.ibm.ws.security.token.ltpa_fat/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2020, 2024 IBM Corporation and others. +# Copyright (c) 2020, 2023 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -28,7 +28,6 @@ tested.features: appsecurity-4.0, servlet-5.0, appsecurity-5.0, servlet-6.0 com.ibm.websphere.javaee.servlet.3.1;version=latest,\ com.ibm.websphere.org.osgi.core;version=latest,\ com.ibm.ws.security.token;version=latest,\ - com.ibm.ws.crypto.ltpakeyutil;version=latest,\ com.ibm.ws.security.token.ltpa;version=latest,\ io.openliberty.org.apache.commons.codec;version=latest,\ io.openliberty.org.apache.commons.logging;version=latest,\ @@ -37,7 +36,5 @@ tested.features: appsecurity-4.0, servlet-5.0, appsecurity-5.0, servlet-6.0 org.apache.httpcomponents:httpcore;strategy=exact;version=4.1.2,\ com.ibm.ws.jmx.connector.client.rest;version=latest,\ com.ibm.ws.jmx.connector.client.restConnector;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.jmx \ No newline at end of file diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/build.gradle b/dev/com.ibm.ws.security.token.ltpa_fat/build.gradle index 5ed4fee804cf..5bc996aa2030 100644 --- a/dev/com.ibm.ws.security.token.ltpa_fat/build.gradle +++ b/dev/com.ibm.ws.security.token.ltpa_fat/build.gradle @@ -113,9 +113,5 @@ autoFVT.doLast { from new File(projectDir, 'publish/files/alternate/server.xml') into new File(autoFvtDir, 'lib/LibertyFATTestFiles/alternate') } - copy { - from new File(projectDir, 'publish/files/alternateFIPS/server.xml') - into new File(autoFvtDir, 'lib/LibertyFATTestFiles/alternateFIPS') - } } } diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/fat/src/com/ibm/ws/security/token/ltpa/fat/FATTest.java b/dev/com.ibm.ws.security.token.ltpa_fat/fat/src/com/ibm/ws/security/token/ltpa/fat/FATTest.java index 7ba46ea52c67..fb2f1b10a559 100755 --- a/dev/com.ibm.ws.security.token.ltpa_fat/fat/src/com/ibm/ws/security/token/ltpa/fat/FATTest.java +++ b/dev/com.ibm.ws.security.token.ltpa_fat/fat/src/com/ibm/ws/security/token/ltpa/fat/FATTest.java @@ -25,23 +25,17 @@ import java.net.URL; import org.junit.After; -import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TestRule; -import org.junit.rules.TestWatcher; -import org.junit.runner.Description; import org.junit.runner.RunWith; import com.ibm.websphere.simplicity.RemoteFile; -import com.ibm.websphere.simplicity.log.Log; -import componenttest.annotation.AllowedFFDC; import componenttest.annotation.CheckForLeakedPasswords; import componenttest.annotation.ExpectedFFDC; -import componenttest.annotation.ExpectedFFDCs; import componenttest.custom.junit.runner.FATRunner; import componenttest.custom.junit.runner.Mode; import componenttest.custom.junit.runner.Mode.TestMode; @@ -56,18 +50,13 @@ public class FATTest { private static final String APP_NAME = "ltpaTest"; private static final String DEFAULT_KEY_PATH = "resources/security/ltpa.keys"; - private static String ALTERNATE_KEY_PATH = "resources/security/alternate/testLtpa.keys"; - private static String ALTERNATE_KEY_PATH_FIPS = "resources/security/alternateFIPS/testLtpa.keys"; - private static String REPLACEMENT_LTPA_KEYS_PATH = "alternate/ltpa.keys"; - private static String REPLACEMENT_FIPS_LTPA_KEYS_PATH = "alternateFIPS/ltpa.keys"; + private static final String ALTERNATE_KEY_PATH = "resources/security/alternate/testLtpa.keys"; + private static final String REPLACEMENT_LTPA_KEYS_PATH = "alternate/ltpa.keys"; private static final String CORRUPTED_LTPA_KEYS_PATH = "corrupted/ltpa.keys"; private static final String DEFAULT_SERVER_XML = "server.xml"; - private static String ALTERNATE_SERVER_XML = "alternate/server.xml"; - private static String ALTERNATE_SERVER_XML_FIPS = "alternateFIPS/server.xml"; - private static String ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR = "alternate/serverWithLTPAFileMonitor.xml"; - private static String ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR_FIPS = "alternateFIPS/serverWithLTPAFileMonitor.xml"; - private static String ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR_AND_WRONG_PASSWORD = "alternate/serverWithLTPAFileMonitorAndWrongPassword.xml"; - private static String ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR_AND_WRONG_PASSWORD_FIPS = "alternateFIPS/serverWithLTPAFileMonitorAndWrongPassword.xml"; + private static final String ALTERNATE_SERVER_XML = "alternate/server.xml"; + private static final String ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR = "alternate/serverWithLTPAFileMonitor.xml"; + private static final String ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR_AND_WRONG_PASSWORD = "alternate/serverWithLTPAFileMonitorAndWrongPassword.xml"; private static final String PWD_DEFAULT = "WebAS"; private static final String PWD_DEFAULT_ENCODED = "\\{xor\\}CDo9Hgw="; private static final String PWD_ANY_ENCODED = "\\{xor\\}"; @@ -75,12 +64,6 @@ public class FATTest { private static final String PWD_WRONG = "wrongPassword"; private static final String serverShutdownMessages = "CWWKS4106E"; private static final LibertyServer server; - private static final Class thisClass = FATTest.class; - - private static final String EXPECTED_EXCEPTION_BAD_PADDING = "javax.crypto.BadPaddingException"; - private static final String EXPECTED_EXCEPTION_AEAD_BAD_TAG = "javax.crypto.AEADBadTagException"; - private static final boolean fipsEnabled; - static { server = LibertyServerFactory.getLibertyServer("com.ibm.ws.security.token.ltpa.fat"); try { @@ -90,41 +73,9 @@ public class FATTest { } } - static { - boolean isFipsEnabled = false; - try { - isFipsEnabled = server.isFIPS140_3EnabledAndSupported(); - } catch (Exception e) { - e.printStackTrace(); - } - fipsEnabled = isFipsEnabled; - - if (fipsEnabled) { - ALTERNATE_KEY_PATH = ALTERNATE_KEY_PATH_FIPS; - REPLACEMENT_LTPA_KEYS_PATH = REPLACEMENT_FIPS_LTPA_KEYS_PATH; - ALTERNATE_SERVER_XML = ALTERNATE_SERVER_XML_FIPS; - ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR = ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR_FIPS; - ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR_AND_WRONG_PASSWORD = ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR_AND_WRONG_PASSWORD_FIPS; - } - } - @Rule public TestRule passwordChecker = new LeakedPasswordChecker(server); - @Rule - public final TestWatcher logger = new TestWatcher() { - @Override - // Function to make it easier to see when each test starts and ends - public void starting(Description description) { - Log.info(thisClass, description.getMethodName(), "\n@@@@@@@@@@@@@@@@@\nEntering test " + description.getMethodName() + "\n@@@@@@@@@@@@@@@@@"); - } - - @Override - public void finished(Description description) { - Log.info(thisClass, description.getMethodName(), "\n@@@@@@@@@@@@@@@@@\nExiting test " + description.getMethodName() + "\n@@@@@@@@@@@@@@@@@"); - } - }; - @BeforeClass public static void setUpBeforeClass() throws Exception { server.addInstalledAppForValidation(APP_NAME); @@ -136,9 +87,7 @@ public void setUp() throws Exception { } @After - public void after() throws Exception { - Log.info(thisClass, "resetServer", "entering"); - + public void tearDown() throws Exception { try { server.stopServer(serverShutdownMessages); } finally { @@ -146,7 +95,7 @@ public void after() throws Exception { } } - private static void deleteExistingLTPAKeysFiles() throws Exception { + private void deleteExistingLTPAKeysFiles() throws Exception { deleteFileIfExists(DEFAULT_KEY_PATH); deleteFileIfExists(ALTERNATE_KEY_PATH); } @@ -206,58 +155,39 @@ public void genAlternateLTPAKeyFileWithoutRestart() throws Exception { @CheckForLeakedPasswords({ PWD_DEFAULT, PWD_ANOTHER, PWD_ANY_ENCODED }) @Test public void validateKeysReloadedAfterModification() throws Exception { - try { - startServerWithConfigFileAndLog(DEFAULT_SERVER_XML, "validateKeysReloadedAfterModification.log"); - assertFeatureCompleteWithLTPAConfigAndTestApp(); - assertTokenCanBeCreated(); - replaceLTPAKeysFile(ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR, REPLACEMENT_LTPA_KEYS_PATH); - assertLTPAConfigurationReady(); - assertAppDoesNotRestart(); - - // Assert token can be created with new keys - assertTokenCanBeCreated(); - } finally { - // Clean up - replaceLTPAKeysFile(DEFAULT_SERVER_XML, REPLACEMENT_LTPA_KEYS_PATH); - } + startServerWithConfigFileAndLog(DEFAULT_SERVER_XML, "validateKeysReloadedAfterModification.log"); + assertFeatureCompleteWithLTPAConfigAndTestApp(); + assertTokenCanBeCreated(); + + replaceLTPAKeysFile(ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR, REPLACEMENT_LTPA_KEYS_PATH); + assertLTPAConfigurationReady(); + assertAppDoesNotRestart(); + + // Assert token can be created with new keys + assertTokenCanBeCreated(); } /** * Validate that the LTPA keys are not reloaded after modifying the LTPA keys file * if the server.xml has the wrong password. - * The FFDCs for javax.crypto.BadPaddingException or javax.crypto.AEADBadTagException exception are expected since + * The FFDCs for javax.crypto.BadPaddingException exception are expected since * the code will fail to properly decrypt the LTPA keys with the wrong password. */ @CheckForLeakedPasswords({ PWD_WRONG, PWD_ANY_ENCODED }) - @AllowedFFDC({ EXPECTED_EXCEPTION_AEAD_BAD_TAG, EXPECTED_EXCEPTION_BAD_PADDING }) + @ExpectedFFDC("javax.crypto.BadPaddingException") @Test public void validateKeysNotReloadedAfterModificationWithWrongPassword() throws Exception { - try { - startServerWithConfigFileAndLog(DEFAULT_SERVER_XML, "validateKeysNotReloadedAfterModificationWithWrongPassword.log"); - assertFeatureCompleteWithLTPAConfigAndTestApp(); - assertTokenCanBeCreated(); - - replaceLTPAKeysFile(ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR_AND_WRONG_PASSWORD, REPLACEMENT_LTPA_KEYS_PATH); - - assertNotNull("The LTPA configuration must not be reloaded.", - server.waitForStringInLog("CWWKS4106E:.*")); - - if (!fipsEnabled){ - // Verify EXPECTED_EXCEPTION_BAD_PADDING is thrown - assertNotNull("The expected exception " + EXPECTED_EXCEPTION_BAD_PADDING + " was not thrown.", - server.waitForStringInTrace(EXPECTED_EXCEPTION_BAD_PADDING)); - } else { - // Verify EXPECTED_EXCEPTION_AEAD_BAD_TAG is thrown - assertNotNull("The expected exception " + EXPECTED_EXCEPTION_AEAD_BAD_TAG + " was not thrown.", - server.waitForStringInTrace(EXPECTED_EXCEPTION_AEAD_BAD_TAG)); - } + startServerWithConfigFileAndLog(DEFAULT_SERVER_XML, "validateKeysNotReloadedAfterModificationWithWrongPassword.log"); + assertFeatureCompleteWithLTPAConfigAndTestApp(); + assertTokenCanBeCreated(); - // Assert token can be created with old keys - assertTokenCanBeCreated(); - } finally { - // Clean up - replaceLTPAKeysFile(DEFAULT_SERVER_XML, REPLACEMENT_LTPA_KEYS_PATH); - } + replaceLTPAKeysFile(ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR_AND_WRONG_PASSWORD, REPLACEMENT_LTPA_KEYS_PATH); + + assertNotNull("The LTPA configuration must not be reloaded.", + server.waitForStringInLog("CWWKS4106E:.*")); + + // Assert token can be created with old keys + assertTokenCanBeCreated(); } /** @@ -270,22 +200,17 @@ public void validateKeysNotReloadedAfterModificationWithWrongPassword() throws E @ExpectedFFDC("java.lang.IllegalArgumentException") @Test public void validateKeysNotReloadedAfterModificationWithCorruptedKeysFile() throws Exception { - try { - startServerWithConfigFileAndLog(DEFAULT_SERVER_XML, "validateKeysNotReloadedAfterModificationWithCorruptedKeysFile.log"); - assertFeatureCompleteWithLTPAConfigAndTestApp(); - assertTokenCanBeCreated(); + startServerWithConfigFileAndLog(DEFAULT_SERVER_XML, "validateKeysNotReloadedAfterModificationWithCorruptedKeysFile.log"); + assertFeatureCompleteWithLTPAConfigAndTestApp(); + assertTokenCanBeCreated(); - replaceLTPAKeysFile(ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR, CORRUPTED_LTPA_KEYS_PATH); + replaceLTPAKeysFile(ALTERNATE_SERVER_XML_WITH_LTPA_FILE_MONITOR, CORRUPTED_LTPA_KEYS_PATH); - assertNotNull("The LTPA configuration must not be reloaded.", - server.waitForStringInLog("CWWKS4106E:.*")); + assertNotNull("The LTPA configuration must not be reloaded.", + server.waitForStringInLog("CWWKS4106E:.*")); - // Assert token can be created with old keys - assertTokenCanBeCreated(); - } finally { - // Clean up - replaceLTPAKeysFile(DEFAULT_SERVER_XML, REPLACEMENT_LTPA_KEYS_PATH); - } + // Assert token can be created with old keys + assertTokenCanBeCreated(); } /** @@ -420,18 +345,7 @@ private void assertValidateTokenMethodException(String expectedExceptionMessage, private void startServerWithConfigFileAndLog(String configFile, String logFileName) throws Exception { server.setServerConfigurationFile(configFile); - server.startServer(logFileName); - - assertNotNull("Featurevalid did not report update was complete", - server.waitForStringInLog("CWWKF0008I")); - assertNotNull("Security service did not report it was ready", - server.waitForStringInLog("CWWKS0008I")); - assertNotNull("The application did not report is was started", - server.waitForStringInLog("CWWKZ0001I")); - // Wait for the LTPA configuration to be ready - assertNotNull("Expected LTPA configuration ready message not found in the log.", - server.waitForStringInLog("CWWKS4105I")); } /** @@ -558,7 +472,7 @@ private static String read(InputStream in) throws IOException { * * @throws Exception */ - private static void deleteFileIfExists(String filePath) throws Exception { + private void deleteFileIfExists(String filePath) throws Exception { if (fileExists(filePath)) { if (!server.getFileFromLibertyServerRoot(filePath).delete()) { throw new Exception("Delete action failed for file: " + filePath); @@ -579,7 +493,7 @@ private static void deleteFileIfExists(String filePath) throws Exception { * * @return */ - private static boolean fileExists(String filePath) { + private boolean fileExists(String filePath) { try { RemoteFile remote = server.getFileFromLibertyServerRoot(filePath); boolean exists = false; diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/fat/src/com/ibm/ws/security/token/ltpa/fat/LTPAKeyRotationTests.java b/dev/com.ibm.ws.security.token.ltpa_fat/fat/src/com/ibm/ws/security/token/ltpa/fat/LTPAKeyRotationTests.java index de335a333e96..f746334707f0 100644 --- a/dev/com.ibm.ws.security.token.ltpa_fat/fat/src/com/ibm/ws/security/token/ltpa/fat/LTPAKeyRotationTests.java +++ b/dev/com.ibm.ws.security.token.ltpa_fat/fat/src/com/ibm/ws/security/token/ltpa/fat/LTPAKeyRotationTests.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2023, 2025 IBM Corporation and others. + * Copyright (c) 2023 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -19,12 +19,9 @@ import java.io.BufferedReader; import java.io.BufferedWriter; -import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; -import java.nio.file.Files; -import java.nio.file.StandardCopyOption; import java.time.Instant; import java.util.Arrays; import java.util.Collection; @@ -42,7 +39,6 @@ import org.junit.BeforeClass; import org.junit.Rule; import org.junit.Test; -import org.junit.rules.TestRule; import org.junit.rules.TestWatcher; import org.junit.runner.Description; import org.junit.runner.RunWith; @@ -57,14 +53,12 @@ import com.ibm.ws.webcontainer.security.test.servlets.FormLoginClient; import componenttest.annotation.AllowedFFDC; -import componenttest.annotation.CheckForLeakedPasswords; import componenttest.custom.junit.runner.FATRunner; import componenttest.custom.junit.runner.Mode; import componenttest.custom.junit.runner.Mode.TestMode; import componenttest.topology.impl.LibertyFileManager; import componenttest.topology.impl.LibertyServer; import componenttest.topology.impl.LibertyServerFactory; -import componenttest.vulnerability.LeakedPasswordChecker; @SuppressWarnings("restriction") @RunWith(FATRunner.class) @@ -97,51 +91,25 @@ public class LTPAKeyRotationTests { private static final String[] serverShutdownMessages = { "CWWKG0058E", "CWWKG0083W", "CWWKS4106E", "CWWKS4109W", "CWWKS4110E", "CWWKS4111E", "CWWKS4112E", "CWWKS4113W", "CWWKS4114W", "CWWKS4115W", "CWWKS1859E" }; - private static String validationKeyPassword = "{xor}Lz4sLCgwLTs="; - private static String validationKeyFIPSPassword = "{xor}CDo9Hgw="; + private static final String validationKeyPassword = "{xor}Lz4sLCgwLTs="; // Initialize the FormLogin Clients private static final FormLoginClient flClient1 = new FormLoginClient(server, FormLoginClient.DEFAULT_SERVLET_NAME, "/formlogin1"); private static final FormLoginClient flClient2 = new FormLoginClient(server, FormLoginClient.DEFAULT_SERVLET_NAME, "/formlogin2"); - private static final String DEFAULT_SERVER_XML = "server.xml"; - private static final String DEFAULT_FIPS_SERVER_XML = "serverFIPS.xml"; + // Define the paths to the key files private static final String DEFAULT_KEY_PATH = "resources/security/ltpa.keys"; private static final String CONFIGURED_VALIDATION_KEY1_PATH = "resources/security/configuredValidation1.keys"; private static final String VALIDATION_KEYS_PATH = "resources/security/"; private static final String VALIDATION_KEY1_PATH = "resources/security/validation1.keys"; private static final String VALIDATION_KEY2_PATH = "resources/security/validation2.keys"; - private static final String BAD_SHARED_VALIDATION_KEY1_PATH = "resources/security/validation3.keys"; - private static final String BAD_SHARED_VALIDATION_KEY2_PATH = "resources/security/validation4.keys"; + private static final String BAD_3DES_VALIDATION_KEY1_PATH = "resources/security/validation3.keys"; + private static final String BAD_3DES_VALIDATION_KEY2_PATH = "resources/security/validation4.keys"; private static final String BAD_PRIVATE_VALIDATION_KEY1_PATH = "resources/security/validation5.keys"; private static final String BAD_PRIVATE_VALIDATION_KEY2_PATH = "resources/security/validation6.keys"; private static final String BAD_PUBLIC_VALIDATION_KEY1_PATH = "resources/security/validation7.keys"; private static final String BAD_PUBLIC_VALIDATION_KEY2_PATH = "resources/security/validation8.keys"; - // Define the paths to the alternate key files - private static String ALT_VALIDATION_KEY1_PATH = "alternate/validation1.keys"; - private static String ALT_VALIDATION_KEY2_PATH = "alternate/validation2.keys"; - private static String ALT_VALIDATION_KEY3_PATH = "alternate/validation3.keys"; - private static String ALT_VALIDATION_KEY4_PATH = "alternate/validation4.keys"; - private static String ALT_VALIDATION_KEY5_PATH = "alternate/validation5.keys"; - private static String ALT_VALIDATION_KEY6_PATH = "alternate/validation6.keys"; - private static String ALT_VALIDATION_KEY7_PATH = "alternate/validation7.keys"; - private static String ALT_VALIDATION_KEY8_PATH = "alternate/validation8.keys"; - private static String ALT_CONFIGVALIDATION_KEY1_PATH = "alternate/configuredValidation1.keys"; - private static String SERVER_XML_PATH = "server.xml"; - - // Define the paths to the alternate key files - private static String ALT_FIPS_VALIDATION_KEY1_PATH = "alternateFIPS/validation1.keys"; - private static String ALT_FIPS_VALIDATION_KEY2_PATH = "alternateFIPS/validation2.keys"; - private static String ALT_FIPS_VALIDATION_KEY3_PATH = "alternateFIPS/validation3.keys"; - private static String ALT_FIPS_VALIDATION_KEY4_PATH = "alternateFIPS/validation4.keys"; - private static String ALT_FIPS_VALIDATION_KEY5_PATH = "alternateFIPS/validation5.keys"; - private static String ALT_FIPS_VALIDATION_KEY6_PATH = "alternateFIPS/validation6.keys"; - private static String ALT_FIPS_VALIDATION_KEY7_PATH = "alternateFIPS/validation7.keys"; - private static String ALT_FIPS_VALIDATION_KEY8_PATH = "alternateFIPS/validation8.keys"; - private static String ALT_FIPS_CONFIGVALIDATION_KEY1_PATH = "alternateFIPS/configuredValidation1.keys"; - private static String FIPS_SERVER_XML_PATH = "serverFIPS.xml"; - // Define the paths to the server.xml files private static final String relativeDirectory = server.getServerRoot(); private static final String wlpDirectory = server.getInstallRoot(); @@ -150,35 +118,6 @@ public class LTPAKeyRotationTests { // Define the remote message log file private static RemoteFile messagesLogFile = null; - // Define fipsEnabled - private static final boolean fipsEnabled; - - static { - boolean isFipsEnabled = false; - try { - isFipsEnabled = server.isFIPS140_3EnabledAndSupported(); - } catch (Exception e) { - e.printStackTrace(); - } - fipsEnabled = isFipsEnabled; - - if (fipsEnabled) { - ALT_VALIDATION_KEY1_PATH = ALT_FIPS_VALIDATION_KEY1_PATH; - ALT_VALIDATION_KEY2_PATH = ALT_FIPS_VALIDATION_KEY2_PATH; - ALT_VALIDATION_KEY3_PATH = ALT_FIPS_VALIDATION_KEY3_PATH; - ALT_VALIDATION_KEY4_PATH = ALT_FIPS_VALIDATION_KEY4_PATH; - ALT_VALIDATION_KEY5_PATH = ALT_FIPS_VALIDATION_KEY5_PATH; - ALT_VALIDATION_KEY6_PATH = ALT_FIPS_VALIDATION_KEY6_PATH; - ALT_VALIDATION_KEY7_PATH = ALT_FIPS_VALIDATION_KEY7_PATH; - ALT_VALIDATION_KEY8_PATH = ALT_FIPS_VALIDATION_KEY8_PATH; - ALT_CONFIGVALIDATION_KEY1_PATH = ALT_FIPS_CONFIGVALIDATION_KEY1_PATH; - validationKeyPassword = validationKeyFIPSPassword; - } - } - - @Rule - public TestRule passwordChecker = new LeakedPasswordChecker(server); - @Rule public final TestWatcher logger = new TestWatcher() { @Override @@ -191,24 +130,15 @@ public void starting(Description description) { public void finished(Description description) { Log.info(thisClass, description.getMethodName(), "\n@@@@@@@@@@@@@@@@@\nExiting test " + description.getMethodName() + "\n@@@@@@@@@@@@@@@@@"); } + }; @BeforeClass public static void setUp() throws Exception { // Copy validation key file (validation1.keys) to the server - if (fipsEnabled) { - copyFileToServerResourcesSecurityDir(ALT_CONFIGVALIDATION_KEY1_PATH); - } else { - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY1_PATH); - } + copyFileToServerResourcesSecurityDir("alternate/validation1.keys"); server.setupForRestConnectorAccess(); - if (fipsEnabled) { - File fipsServerXml = new File(server.pathToAutoFVTTestFiles + DEFAULT_FIPS_SERVER_XML); - File serverXml = new File(server.pathToAutoFVTTestFiles + DEFAULT_SERVER_XML); - Files.move(fipsServerXml.toPath(), serverXml.toPath(), StandardCopyOption.REPLACE_EXISTING); - server.copyFileToLibertyServerRoot(DEFAULT_SERVER_XML); - } server.startServer(true); @@ -223,7 +153,6 @@ public static void setUp() throws Exception { server.waitForStringInLog("CWWKS4105I")); messagesLogFile = server.getDefaultLogFile(); - } @Before @@ -274,7 +203,6 @@ public static void tearDown() throws Exception { */ @Mode(TestMode.LITE) @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testLTPAFileCreationDeletion_monitorValidationKeysDir_true_monitorInterval_10() throws Exception { // Configure the server @@ -329,14 +257,13 @@ public void testLTPAFileCreationDeletion_monitorValidationKeysDir_true_monitorIn * */ @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testLTPAFileReplacement_newValidKey_monitorValidationKeysDir_true_monitorInterval_10() throws Exception { // Configure the server configureServer("true", "10", true); // Copy validation key file (validation2.keys) to the server - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY2_PATH); + copyFileToServerResourcesSecurityDir("alternate/validation2.keys"); // Wait for the LTPA configuration to be ready after the change assertNotNull("Expected LTPA configuration ready message not found in the log.", @@ -375,24 +302,23 @@ public void testLTPAFileReplacement_newValidKey_monitorValidationKeysDir_true_mo *
    *
  1. Set MonitorValidationKeysDir to true, and MonitorInterval to 10. *
  2. Attempt to access a simple servlet configured for form login1 with valid credentials. - *
  3. Replace the primary key with a different invalid key which has garbage values in the Shared key. + *
  4. Replace the primary key with a different invalid key which has garbage values in the 3DES key. *
  5. Retry access to the simple servlet configured for form login1 with ltpa cookie1. - *
  6. Replace the primary key with a different invalid key which has swapped values in the Shared key from another validation.keys file. + *
  7. Replace the primary key with a different invalid key which has swapped values in the 3DES key from another validation.keys file. *
  8. Retry access to the simple servlet configured for form login1 with ltpa cookie1. *
      *

      Expected Results: *

        *
      1. MonitorValidationKeysDir is set to true, and MonitorInterval to 10. *
      2. Successful authentication to simple servlet with ltpa cookie1 created. - *
      3. The ltpa.keys file is replaced with a different Shared key causing a CWWKS4106E: LTPA configuration error. + *
      4. The ltpa.keys file is replaced with a different 3DES key causing a CWWKS4106E: LTPA configuration error. *
      5. Successful authentication to simple servlet since the old cookie is still being used. - *
      6. The ltpa.keys file is replaced with a different Shared key. - *
      7. Unsuccessful authentication to simple servlet since the decryption fails with the swapped Shared values. + *
      8. The ltpa.keys file is replaced with a different 3DES key. + *
      9. Unsuccessful authentication to simple servlet since the decryption fails with the swapped 3DES values. */ @Test - @CheckForLeakedPasswords({ validPassword }) - @AllowedFFDC({ "javax.crypto.BadPaddingException", "javax.crypto.AEADBadTagException", "java.lang.IllegalArgumentException", "java.lang.NullPointerException" }) - public void testLTPAFileReplacement_invalidSharedKey_monitorValidationKeysDir_true_monitorInterval_10() throws Exception { + @AllowedFFDC({ "javax.crypto.BadPaddingException", "java.lang.IllegalArgumentException", "java.lang.NullPointerException" }) + public void testLTPAFileReplacement_invalid3DESKey_monitorValidationKeysDir_true_monitorInterval_10() throws Exception { // Configure the server configureServer("true", "10", true); @@ -402,8 +328,8 @@ public void testLTPAFileReplacement_invalidSharedKey_monitorValidationKeysDir_tr Boolean configurationUpdateNeeded = setAuthenticationCacheEnabledElement(auth, "false"); updateConfigDynamically(server, serverConfiguration); - // Copy validation keys file (validation1.keys) to the server. This file has a valid Shared key. - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY1_PATH); + // Copy validation keys file (validation1.keys) to the server. This file has a valid 3DES key. + copyFileToServerResourcesSecurityDir("alternate/validation1.keys"); // Wait for the LTPA configuration to be ready after the change assertNotNull("Expected LTPA configuration ready message not found in the log.", @@ -423,15 +349,15 @@ public void testLTPAFileReplacement_invalidSharedKey_monitorValidationKeysDir_tr String cookie1 = flClient1.getCookieFromLastLogin(); assertNotNull("Expected SSO Cookie 1 is missing.", cookie1); - // Copy validation keys file (validation3.keys) to the server. This file has garbage values in the Shared key. - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY3_PATH); + // Copy validation keys file (validation3.keys) to the server. This file has garbage values in the 3DES key. + copyFileToServerResourcesSecurityDir("alternate/validation3.keys"); // Wait for the LTPA configuration modified message after the change assertNotNull("Expected LTPA configuration modified message not found in the log.", server.waitForStringInLog("CWWKS4107A", 5000)); // Replace the primary key with a different invalid key - renameFileIfExists(BAD_SHARED_VALIDATION_KEY1_PATH, DEFAULT_KEY_PATH, true); + renameFileIfExists(BAD_3DES_VALIDATION_KEY1_PATH, DEFAULT_KEY_PATH, true); // Check for the following exception message in the log assertNotNull("Expected LTPA configuration error message not found in the log.", @@ -440,15 +366,15 @@ public void testLTPAFileReplacement_invalidSharedKey_monitorValidationKeysDir_tr // Attempt to access the simple servlet again with the same ltpa cookie1 and assert it works String response2 = flClient1.accessProtectedServletWithAuthorizedCookie(FormLoginClient.PROTECTED_SIMPLE, cookie1); - // Copy validation keys file (validation4.keys) to the server. This file has swapped values in the Shared key from another validation.keys file. - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY4_PATH); + // Copy validation keys file (validation4.keys) to the server. This file has swapped values in the 3DES key from another validation.keys file. + copyFileToServerResourcesSecurityDir("alternate/validation4.keys"); // Wait for the LTPA configuration modified message after the change assertNotNull("Expected LTPA configuration modified message not found in the log.", server.waitForStringInLog("CWWKS4107A", 5000)); // Replace the primary key with a different invalid key - renameFileIfExists(BAD_SHARED_VALIDATION_KEY2_PATH, DEFAULT_KEY_PATH, true); + renameFileIfExists(BAD_3DES_VALIDATION_KEY2_PATH, DEFAULT_KEY_PATH, true); // Wait for the LTPA configuration to be ready after the change assertNotNull("Expected LTPA configuration ready message not found in the log.", @@ -457,7 +383,7 @@ public void testLTPAFileReplacement_invalidSharedKey_monitorValidationKeysDir_tr // Attempt to access the simple servlet again with the same ltpa cookie1 and assert it fails due to the decryption failure assertTrue("An invalid cookie should result in authorization challenge", flClient1.accessProtectedServletWithInvalidCookie(FormLoginClient.PROTECTED_SIMPLE, cookie1)); - + // Wait for a security token cannot be validated message in the log assertNotNull("Expected security token cannot be validated message not found in the log.", server.waitForStringInLog("CWWKS4001I", 5000)); @@ -488,8 +414,7 @@ public void testLTPAFileReplacement_invalidSharedKey_monitorValidationKeysDir_tr *
      */ @Test - @CheckForLeakedPasswords({ validPassword }) - @AllowedFFDC({ "javax.crypto.BadPaddingException", "javax.crypto.AEADBadTagException", "java.lang.IllegalArgumentException", "java.lang.NullPointerException" }) + @AllowedFFDC({ "javax.crypto.BadPaddingException", "java.lang.IllegalArgumentException", "java.lang.NullPointerException" }) public void testLTPAFileReplacement_invalidPrivateKey_monitorValidationKeysDir_true_monitorInterval_10() throws Exception { // Configure the server configureServer("true", "10", true); @@ -501,7 +426,7 @@ public void testLTPAFileReplacement_invalidPrivateKey_monitorValidationKeysDir_t updateConfigDynamically(server, serverConfiguration); // Copy validation keys file (validation1.keys) to the server. This file has a valid Private key. - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY1_PATH); + copyFileToServerResourcesSecurityDir("alternate/validation1.keys"); // Wait for the LTPA configuration to be ready after the change assertNotNull("Expected LTPA configuration ready message not found in the log.", @@ -522,7 +447,7 @@ public void testLTPAFileReplacement_invalidPrivateKey_monitorValidationKeysDir_t assertNotNull("Expected SSO Cookie 1 is missing.", cookie1); // Copy validation keys file (validation5.keys) to the server. This file has garbage values in the Private key. - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY5_PATH); + copyFileToServerResourcesSecurityDir("alternate/validation5.keys"); // Wait for the LTPA configuration modified message after the change assertNotNull("Expected LTPA configuration modified message not found in the log.", @@ -539,7 +464,7 @@ public void testLTPAFileReplacement_invalidPrivateKey_monitorValidationKeysDir_t String response2 = flClient1.accessProtectedServletWithAuthorizedCookie(FormLoginClient.PROTECTED_SIMPLE, cookie1); // Copy validation keys file (validation6.keys) to the server. This file has swapped values in the Private key from another validation.keys file. - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY6_PATH); + copyFileToServerResourcesSecurityDir("alternate/validation6.keys"); // Wait for the LTPA configuration modified message after the change assertNotNull("Expected LTPA configuration modified message not found in the log.", @@ -555,7 +480,7 @@ public void testLTPAFileReplacement_invalidPrivateKey_monitorValidationKeysDir_t // Attempt initial login to simple servlet for form login2 assertTrue("Authentication should fail with decryption failure", flClient2.accessProtectedServletWithAuthorizedCredentialsExpectsFailure(FormLoginClient.PROTECTED_SIMPLE, validUser, validPassword)); - + // Wait for a security token cannot be validated message in the log assertNotNull("Expected security token cannot be validated message not found in the log.", server.waitForStringInLog("CWWKS4001I", 5000)); @@ -586,8 +511,7 @@ public void testLTPAFileReplacement_invalidPrivateKey_monitorValidationKeysDir_t *
    */ @Test - @CheckForLeakedPasswords({ validPassword }) - @AllowedFFDC({ "javax.crypto.BadPaddingException", "javax.crypto.AEADBadTagException", "java.lang.IllegalArgumentException", "java.lang.NullPointerException" }) + @AllowedFFDC({ "javax.crypto.BadPaddingException", "java.lang.IllegalArgumentException", "java.lang.NullPointerException" }) public void testLTPAFileReplacement_invalidPublicKey_monitorValidationKeysDir_true_monitorInterval_10() throws Exception { // Configure the server configureServer("true", "10", true); @@ -599,7 +523,7 @@ public void testLTPAFileReplacement_invalidPublicKey_monitorValidationKeysDir_tr updateConfigDynamically(server, serverConfiguration); // Copy validation keys file (validation1.keys) to the server. This file has a valid Public key. - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY1_PATH); + copyFileToServerResourcesSecurityDir("alternate/validation1.keys"); // Wait for the LTPA configuration to be ready after the change assertNotNull("Expected LTPA configuration ready message not found in the log.", @@ -620,7 +544,7 @@ public void testLTPAFileReplacement_invalidPublicKey_monitorValidationKeysDir_tr assertNotNull("Expected SSO Cookie 1 is missing.", cookie1); // Copy validation keys file (validation7.keys) to the server. This file has garbage values in the Public key. - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY7_PATH); + copyFileToServerResourcesSecurityDir("alternate/validation7.keys"); // Wait for the LTPA configuration modified message after the change assertNotNull("Expected LTPA configuration modified message not found in the log.", @@ -637,7 +561,7 @@ public void testLTPAFileReplacement_invalidPublicKey_monitorValidationKeysDir_tr String response2 = flClient1.accessProtectedServletWithAuthorizedCookie(FormLoginClient.PROTECTED_SIMPLE, cookie1); // Copy validation keys file (validation8.keys) to the server. This file has swapped values in the Public key from another validation.keys file. - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY8_PATH); + copyFileToServerResourcesSecurityDir("alternate/validation8.keys"); // Wait for the LTPA configuration modified message after the change assertNotNull("Expected LTPA configuration modified message not found in the log.", @@ -653,7 +577,7 @@ public void testLTPAFileReplacement_invalidPublicKey_monitorValidationKeysDir_tr // Attempt to access the simple servlet again with the same ltpa cookie1 and assert it fails and the server needs to login again assertTrue("An invalid cookie should result in authorization challenge", flClient1.accessProtectedServletWithInvalidCookie(FormLoginClient.PROTECTED_SIMPLE, cookie1)); - + // Wait for a security token cannot be validated message in the log assertNotNull("Expected security token cannot be validated message not found in the log.", server.waitForStringInLog("CWWKS4001I", 5000)); @@ -685,7 +609,6 @@ public void testLTPAFileReplacement_invalidPublicKey_monitorValidationKeysDir_tr */ @Mode(TestMode.LITE) @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testLTPAFileCreationDeletion_monitorValidationKeysDir_false_monitorInterval_0() throws Exception { // Configure the server @@ -739,7 +662,7 @@ public void testLTPAFileReplacement_newValidKey_monitorValidationKeysDir_false_m configureServer("false", "0", true); // Copy validation key file (validation2.keys) to the server - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY2_PATH); + copyFileToServerResourcesSecurityDir("alternate/validation2.keys"); // Initial login to simple servlet for form login1 String response1 = flClient1.accessProtectedServletWithAuthorizedCredentials(FormLoginClient.PROTECTED_SIMPLE, validUser, validPassword); @@ -783,7 +706,6 @@ public void testLTPAFileReplacement_newValidKey_monitorValidationKeysDir_false_m */ @Mode(TestMode.LITE) @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testLTPAFileCreationDeletion_monitorValidationKeysDir_false_monitorInterval_10() throws Exception { // Configure the server @@ -838,14 +760,13 @@ public void testLTPAFileCreationDeletion_monitorValidationKeysDir_false_monitorI *
*/ @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testLTPAFileReplacement_newValidKey_monitorValidationKeysDir_false_monitorInterval_10() throws Exception { // Configure the server configureServer("false", "10", true); // Copy validation key file (validation2.keys) to the server - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY2_PATH); + copyFileToServerResourcesSecurityDir("alternate/validation2.keys"); // Initial login to simple servlet for form login1 String response1 = flClient1.accessProtectedServletWithAuthorizedCredentials(FormLoginClient.PROTECTED_SIMPLE, validUser, validPassword); @@ -897,7 +818,6 @@ public void testLTPAFileReplacement_newValidKey_monitorValidationKeysDir_false_m */ @Mode(TestMode.LITE) @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testLTPAFileCreationDeletion_monitorValidationKeysDir_true_monitorInterval_0() throws Exception { // Configure the server @@ -945,14 +865,13 @@ public void testLTPAFileCreationDeletion_monitorValidationKeysDir_true_monitorIn * */ @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testLTPAFileReplacement_newValidKey_monitorValidationKeysDir_true_monitorInterval_0() throws Exception { // Configure the server configureServer("true", "0", true, false); // Copy validation key file (validation2.keys) to the server - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY2_PATH); + copyFileToServerResourcesSecurityDir("alternate/validation2.keys"); // Initial login to simple servlet for form login1 String response1 = flClient1.accessProtectedServletWithAuthorizedCredentials(FormLoginClient.PROTECTED_SIMPLE, validUser, validPassword); @@ -1013,8 +932,7 @@ public void testLTPAFileReplacement_newValidKey_monitorValidationKeysDir_true_mo * */ @Test - @CheckForLeakedPasswords({ validPassword }) - @AllowedFFDC({ "javax.crypto.AEADBadTagException", "java.lang.IllegalArgumentException" }) + @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testValidationKeys_fileNameAttribute() throws Exception { // Configure the server configureServer("true", "10", true); @@ -1063,7 +981,7 @@ public void testValidationKeys_fileNameAttribute() throws Exception { server.waitForStringInLog("CWWKS4112E", 5000)); // Set fileName's path to a different path than the default ltpa.keys file - configurationUpdateNeeded = setLTPAvalidationKeyFileNameElement(ltpa, ALT_VALIDATION_KEY1_PATH); + configurationUpdateNeeded = setLTPAvalidationKeyFileNameElement(ltpa, "alternate/validation1.keys"); updateConfigDynamically(server, serverConfiguration); // Exception is thrown in the logs since the file does not exist @@ -1071,7 +989,7 @@ public void testValidationKeys_fileNameAttribute() throws Exception { server.waitForStringInLog("CWWKS4112E", 5000)); // Copy validation key file (validation5.keys) to the server. - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY5_PATH); + copyFileToServerResourcesSecurityDir("alternate/validation5.keys"); // Set fileName to point to a malformed/invalid keys file configurationUpdateNeeded = setLTPAvalidationKeyFileNameElement(ltpa, "validation5.keys"); @@ -1125,8 +1043,7 @@ public void testValidationKeys_fileNameAttribute() throws Exception { * */ @Test - @CheckForLeakedPasswords({ validPassword }) - @AllowedFFDC({ "javax.crypto.BadPaddingException", "javax.crypto.AEADBadTagException", "java.lang.IllegalArgumentException", "java.lang.NullPointerException" }) + @AllowedFFDC({ "javax.crypto.BadPaddingException", "java.lang.IllegalArgumentException", "java.lang.NullPointerException" }) public void testValidationKeys_passwordAttribute() throws Exception { // Configure the server configureServer("true", "10", true); @@ -1218,7 +1135,6 @@ public void testValidationKeys_passwordAttribute() throws Exception { */ @Mode(TestMode.LITE) @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.time.format.DateTimeParseException" }) public void testValidationKeys_validUntilDateAttribute() throws Exception { // Configure the server @@ -1243,7 +1159,7 @@ public void testValidationKeys_validUntilDateAttribute() throws Exception { LTPA ltpa = serverConfiguration.getLTPA(); Boolean configurationUpdateNeeded = setLTPAvalidationKeyValidUntilDateElement(ltpa, null); updateConfigDynamically(server, serverConfiguration); - + // Wait for the LTPA configuration to be ready after the change assertNotNull("Expected LTPA configuration ready message not found in the log.", server.waitForStringInLog("CWWKS4105I", 5000)); @@ -1315,7 +1231,6 @@ public void testValidationKeys_validUntilDateAttribute() throws Exception { */ @Mode(TestMode.LITE) @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testConfiguredValidationKeys() throws Exception { // Configure the server @@ -1334,7 +1249,7 @@ public void testConfiguredValidationKeys() throws Exception { ConfigElementList validationKeys = ltpa.getValidationKeys(); ValidationKeys validationKey = new ValidationKeys(); validationKey.fileName = "validation2.keys"; - validationKey.password = validationKeyPassword; + validationKey.password = "{xor}Lz4sLCgwLTs="; validationKey.validUntilDate = "2099-01-01T00:00:00Z"; validationKeys.add(validationKey); updateConfigDynamically(server, serverConfiguration); @@ -1387,7 +1302,6 @@ public void testConfiguredValidationKeys() throws Exception { */ @Mode(TestMode.LITE) @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testValidUntilDate_expiringAfterConfigurationAndUsage() throws Exception { // Configure the server @@ -1419,7 +1333,7 @@ public void testValidUntilDate_expiringAfterConfigurationAndUsage() throws Excep ConfigElementList validationKeys = ltpa.getValidationKeys(); ValidationKeys validationKey = new ValidationKeys(); validationKey.fileName = "validation2.keys"; - validationKey.password = validationKeyPassword; + validationKey.password = "{xor}Lz4sLCgwLTs="; validationKey.validUntilDate = expiryTime; validationKeys.add(validationKey); updateConfigDynamically(server, serverConfiguration); @@ -1460,7 +1374,6 @@ public void testValidUntilDate_expiringAfterConfigurationAndUsage() throws Excep */ @Mode(TestMode.LITE) @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testExpiredLtpaToken_monitorValidationKeysDir_true_monitorInterval_10() throws Exception { // Configure the server @@ -1513,7 +1426,6 @@ public void testExpiredLtpaToken_monitorValidationKeysDir_true_monitorInterval_1 * */ @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testExpiredLtpaToken_monitorValidationKeysDir_false_monitorInterval_0() throws Exception { // Configure the server @@ -1568,7 +1480,6 @@ public void testExpiredLtpaToken_monitorValidationKeysDir_false_monitorInterval_ * */ @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testLTPAFileCreationDeletion_updateTrigger_disabled() throws Exception { // Configure the server @@ -1634,7 +1545,6 @@ public void testLTPAFileCreationDeletion_updateTrigger_disabled() throws Excepti * */ @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testLTPAFileReplacement_newValidKey_updateTrigger_disabled() throws Exception { // Configure the server @@ -1654,7 +1564,7 @@ public void testLTPAFileReplacement_newValidKey_updateTrigger_disabled() throws server.waitForStringInLog("CWWKS4115W", 5000)); // Copy validation key file (validation2.keys) to the server - copyFileToServerResourcesSecurityDir(ALT_VALIDATION_KEY2_PATH); + copyFileToServerResourcesSecurityDir("alternate/validation2.keys"); // Initial login to simple servlet for form login1 String response1 = flClient1.accessProtectedServletWithAuthorizedCredentials(FormLoginClient.PROTECTED_SIMPLE, validUser, validPassword); @@ -1696,7 +1606,6 @@ public void testLTPAFileReplacement_newValidKey_updateTrigger_disabled() throws * */ @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testPrimaryLtpaKeysFileModified_updateTrigger_mbean() throws Exception { // Configure the server @@ -1716,28 +1625,15 @@ public void testPrimaryLtpaKeysFileModified_updateTrigger_mbean() throws Excepti assertNotNull("Expected SSO Cookie 1 is missing.", cookie1); // Contents to update ltpa keys with - Map contents; - if (fipsEnabled) { - contents = new HashMap() { - { - put("com.ibm.websphere.ltpa.3DESKey", "KKHokqY906qqUO5sK4cVGmgR6zphI2Fl3++fOpgDvPorRcB+//TEzU/64wRERf0V"); - put("com.ibm.websphere.ltpa.PrivateKey", - "NweYl5w2UXErSGNMlRK6SXrfG//vWE+IBTO+YOEXFz/PDpnvpQU7lC3DImi2QH2DX8jr1e7LqsQ7Y8ZxDxNjnQQR7Amxuh1EuxQlU49zAPlKCd2jdj6mRRXwsTy8bpvJJHqLZDXi/qWE/gEuuwBPJAowYMdmxBIFNhyhJ3NSnekV3ZUlxaCUee3DbCiDftwtsXsGVLPcJDUprLx4FZd4znu+2SUkwUwk9lks2TuuKJ36J4DhFqQjeHcM9NypKfJvTFi4mjqMYN+AedrKVUAZzWEnHY0tsWvFTiaD/XebI3jSn6zCVmS1QX2BPxdDw84bNxm983a/qKU/qjgYpR0UbjfsMg6L8r6+d9B45zmqSctZEGMGXTHZl/dNfgp1l4iKX/bxZjew9eAoIvMZ81vS0I8lHe+9cUcx6/pDL4fiF+sjzKQvGqVSycfgfw0DwscjHTVTFi3IDv5OLLaffLqmyR3JELkALPgCQofbMgRfJLuEyq4uCpay223e6vmsGcC6aX2MJFgmreS9godnopTzuraitMJyPqIX8mt15keDd8YtQxwxlZMIOpDZ9bbxtSNcIEvbortjZyDLPEe/QAzmw0j6phwiUwjRHqM6Dk7vj1s1LcXl7EHvaFHK+wZAI+cIrkycH4oW+ZdrSBg9SuIvQPkskbntVBDNmMzk8ladQK4MWc7JOk+Wy/BnfTQw8JcIpefEKHQkCY6Q"); - put("com.ibm.websphere.ltpa.PublicKey", - "AMFGzlz1B/CIWiHvdhiaUFPt5eTXo8/Y+ki7ksDohafQTW6YnWw9QbDq1JmfMB91j75sjIEmzFJhKA9F8UarHQrgspcsgw65kgtPDFBDSCJRGJ2f0RJxGTFnxuzZfihKfVpzKi6XcvvpJdnXXfwdejot68opbeB+MC0gasuPKv4Euw/uIniV7nd0HQI4dEmqL1VpaAdwZj8mHDKuXBHdJtgeNWEL5xgy9lM0YqBgB2wlav7m6tw5JyfTtDNjEF3tcB98A82DenxrIc5D6nIbAI7MWSBCBYfIrig1p+Uq4iWq15H20wlWu1z127bz69TW2Oc37Fgswl2EVWjKub347xEBAAE\\="); - } - }; - } else { - contents = new HashMap() { - { - put("com.ibm.websphere.ltpa.3DESKey", "eJh1K9My7p4Uj0Gw/X2XDWxyY1C9E3UEp7ji+BJPSDM\\="); - put("com.ibm.websphere.ltpa.PrivateKey", - "kmhgRjTUcxvFJoVw8jxWuh3ffuxym/SLYW8TQYKjK/4TJoPx9h2FJvNHkiaxfvACUWN5Lw5A1c500PRD+kcUtY+05IpNbGd0xu7BsjDQoLaEi4jrtBjT0REEYepsj9QQXnQTG9GL3CuNkSmPLxlHWBKZkDlcv4MtOKn2ozeXQjQ5doAJGDm6qk8QxxB7jGHCdQI9L6G4ic34w6DWV9qKZiX/Yp39neL6jR9mH3e9U7EFyefrtOTF7EUscfikBnw0sQUNnwTx2vMv+Q9QI+ykZMJULvzGKf2fW7Qz+OfQIlTatBCYRWtG0BQGi0BkUULApK2qIxQbvLVT7ijEwg2YsWTREcsnbVvHFmSqTF5jf8w\\="); - put("com.ibm.websphere.ltpa.PublicKey", - "AK/MQIy6PT5GCI1qYDhH6b7yyZPdCcc4cgOKyJOkS/F4IHA51rjW5gVUm0gWkqfCkoU6LsWkBetxiJeZ7ECL4mUOSTfEFx4cPtvCu62DxtgleQt6pbEuvtaDalFL6/6p35y2uyuKhX4YiG9w25lLXTNCMfw3mQn+RpC3pVjYKpB9AQAB"); - } - }; - } + Map contents = new HashMap() { + { + put("com.ibm.websphere.ltpa.3DESKey", "eJh1K9My7p4Uj0Gw/X2XDWxyY1C9E3UEp7ji+BJPSDM\\="); + put("com.ibm.websphere.ltpa.PrivateKey", + "kmhgRjTUcxvFJoVw8jxWuh3ffuxym/SLYW8TQYKjK/4TJoPx9h2FJvNHkiaxfvACUWN5Lw5A1c500PRD+kcUtY+05IpNbGd0xu7BsjDQoLaEi4jrtBjT0REEYepsj9QQXnQTG9GL3CuNkSmPLxlHWBKZkDlcv4MtOKn2ozeXQjQ5doAJGDm6qk8QxxB7jGHCdQI9L6G4ic34w6DWV9qKZiX/Yp39neL6jR9mH3e9U7EFyefrtOTF7EUscfikBnw0sQUNnwTx2vMv+Q9QI+ykZMJULvzGKf2fW7Qz+OfQIlTatBCYRWtG0BQGi0BkUULApK2qIxQbvLVT7ijEwg2YsWTREcsnbVvHFmSqTF5jf8w\\="); + put("com.ibm.websphere.ltpa.PublicKey", + "AK/MQIy6PT5GCI1qYDhH6b7yyZPdCcc4cgOKyJOkS/F4IHA51rjW5gVUm0gWkqfCkoU6LsWkBetxiJeZ7ECL4mUOSTfEFx4cPtvCu62DxtgleQt6pbEuvtaDalFL6/6p35y2uyuKhX4YiG9w25lLXTNCMfw3mQn+RpC3pVjYKpB9AQAB"); + } + }; // Update LTPA keys file modifyFileIfExists(DEFAULT_KEY_PATH, contents); @@ -1773,7 +1669,6 @@ public void testPrimaryLtpaKeysFileModified_updateTrigger_mbean() throws Excepti * */ @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testPrimaryLtpaKeysFileDeleted_updateTrigger_mbean_validationKeysFileCreated() throws Exception { // Configure the server @@ -1793,7 +1688,7 @@ public void testPrimaryLtpaKeysFileDeleted_updateTrigger_mbean_validationKeysFil assertNotNull("Expected SSO Cookie 1 is missing.", cookie1); moveLogMark(); - renameFileIfExists(DEFAULT_KEY_PATH, VALIDATION_KEY2_PATH, false); + renameFileIfExists(DEFAULT_KEY_PATH, VALIDATION_KEY2_PATH, false); Thread.sleep(1000); // Notify Liberty server of changes made to LTPA key file via mbean @@ -1841,7 +1736,6 @@ public void testPrimaryLtpaKeysFileDeleted_updateTrigger_mbean_validationKeysFil * */ @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testDifferentDirectoriesForPrimaryKeys() throws Exception { // Configure the server @@ -1940,7 +1834,6 @@ public void testDifferentDirectoriesForPrimaryKeys() throws Exception { * */ @Test - @CheckForLeakedPasswords({ validPassword }) @AllowedFFDC({ "java.lang.IllegalArgumentException" }) public void testDifferentDirectoriesForValidationKeys() throws Exception { // Configure the server @@ -2076,7 +1969,7 @@ public void configureServer(String updateTrigger, String monitorValidationKeysDi // Assert that a default ltpa.keys file is generated assertFileWasCreated(DEFAULT_KEY_PATH); - server.setKeysAndJVMOptsForFips(); + if (setLogMarkToEnd) server.setMarkToEndOfLog(messagesLogFile); } @@ -2271,14 +2164,11 @@ private static void modifyFileIfExists(String filePath, Map cont private static void renameFileIfExists(String filePath, String newFilePath, boolean checkFileIsGone) throws Exception { Log.info(thisClass, "renameFileIfExists", "\nfilepath: " + filePath + "\nnewFilePath: " + newFilePath); server.setMarkToEndOfLog(server.getDefaultLogFile()); - - if (fileExists(filePath, 1)) { - if (fileExists(newFilePath, 1)) { - LibertyFileManager.moveLibertyFile(server.getFileFromLibertyServerRoot(filePath), server.getFileFromLibertyServerRoot(newFilePath)); - } else { - Log.info(thisClass, "renameFileIfExists", "Calling server.renameLibertyServerRootFile"); - server.renameLibertyServerRootFile(filePath, newFilePath); - } + if (fileExists(newFilePath, 1)) { + LibertyFileManager.moveLibertyFile(server.getFileFromLibertyServerRoot(filePath), server.getFileFromLibertyServerRoot(newFilePath)); + } else { + Log.info(thisClass, "renameFileIfExists", "Calling server.renameLibertyServerRootFile"); + server.renameLibertyServerRootFile(filePath, newFilePath); } // Double check to make sure the file is gone @@ -2488,7 +2378,7 @@ private static void copyFileToServerResourcesSecurityDir(String sourceFile) thro private void resetServer() throws Exception { Log.info(thisClass, "resetServer", "entering"); - // Make sure the mark is at the end of the log, so we don't use earlier messages. + // Msure the mark is at the end of the log, so we don't use earlier messages. moveLogMark(); // We need to put the base config back, otherwise the waits below will timeout on some tests @@ -2506,7 +2396,6 @@ private void resetServer() throws Exception { // Assert that a default ltpa.keys file exists prior to next test case assertFileWasCreated(DEFAULT_KEY_PATH); - Log.info(thisClass, "resetServer", "exiting"); } /** diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/configuredValidation1.keys b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/configuredValidation1.keys deleted file mode 100644 index f834f54d91dd..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/configuredValidation1.keys +++ /dev/null @@ -1,9 +0,0 @@ -# First Validation Key -#Fri Oct 11 14:52:15 PDT 2024 -com.ibm.websphere.CreationDate=Fri Oct 11 14\:52\:15 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=e9S225+JO8OSH6HliDdpUv/gCvjxz9CpDCa36WPGzP4rL6sF5jZXYYzO61/B8m8M -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYl6ltX1/jDzIDx0lNEDJXpmOoeAah+BMiwOhi69xtCH92JB53TH/x8ZVLdRpXX5cm3DZBxASQuA9wD+Y3aD+TvahY3uuIGmF7uCqddpyC6VgVMWJU1r434kkBtAiAj4borqI0DOktDRflteU7IPdkFrp3GAyZB1qhdk7jWPMkZV6NdHpjiz7bM908lW6z4sQ0o+daNYVMv1TUtHcXnwyrgfnfcysZScwn06FDmHZKfU4eVa56/c3kiS6T+7BILvFZ8qDO5JomskQBtFmDJ7ztS2s3qEnV1Ut3QejuFfyIN932bvq0NSXkAFxGppaHb6PCjlZyS9I2DzNAGwTxo/kcJL6L8r6+QZBtXnQWDXwcvHzi64zhdLmNbL5WSv8Va8uksILHqgB6Pl09wcSxqHmZHMIc4rTloxdN5iJWcGK1u6wXfAuVS790K6fYcFzwQ7mh7O0RNotqmt53X32dGfbs2bCbsBsPvQJZFYU6t0L0Vy2WAmIPcRZ17WoNc43C9bP/ooVnbwi95C2DiOv7+g9kMPVfZUAyMj+b8Z3Nx8ZP4BGFu9HP2n9bCv+2ww34lJ7C2iQlTAUrDmxvXXFwD+QbYyrEby2nuQQC1b/F2oHWRzW9yVtE5cteq/jMcKKAfSm4KFNkShrO5acQizLQWO8KZW3VRNkMUqKpqDOoZtvZRPawybsvQ4qCsfaQX6NwAj85b1Ki9SmR -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AJzYf/MF0IkXVZeqi+UVgkOHu9IsPkPaF953MLFS4F0kNR5WbHRTCGBCPip9ixglNN9RyTc/rawTbgvlpyW1PoCghbyfZ779l/xIGQK9E67eieoIj4Hdxlg7iQYKfLthauhFyQWSsUtuZVpFf8+UnRE3gnBJwwfO8dJ8LNecYuJUqvntX5v2/lN2rEh0AQYRz5QCXaGXLcny1hMQoabqM1KBkdQE8vh37k+2MiDbFchGzf37VEktYGYQ2tgDgmHgeG686nIK9db5EhKUsfmojbUy59RbmoXQMiRc5QBiDTM3iN9npleDIZHTuXNHSt4ngGtL9HsdM+7SeirKd6TLUn8BAAE\= diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/ltpa.keys b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/ltpa.keys deleted file mode 100755 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/ltpa.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/server.xml b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/server.xml deleted file mode 100755 index b5d815b97712..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/server.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - appSecurity-2.0 - jsp-2.2 - ltpafattestlibertyinternals-1.0 - servlet-3.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/serverWithLTPAFileMonitor.xml b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/serverWithLTPAFileMonitor.xml deleted file mode 100755 index b69858813ba4..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/serverWithLTPAFileMonitor.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - appSecurity-2.0 - jsp-2.2 - ltpafattestlibertyinternals-1.0 - servlet-3.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/serverWithLTPAFileMonitorAndWrongPassword.xml b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/serverWithLTPAFileMonitorAndWrongPassword.xml deleted file mode 100755 index b5624d4a97df..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/serverWithLTPAFileMonitorAndWrongPassword.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - appSecurity-2.0 - jsp-2.2 - ltpafattestlibertyinternals-1.0 - servlet-3.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation1.keys b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation1.keys deleted file mode 100644 index f834f54d91dd..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation1.keys +++ /dev/null @@ -1,9 +0,0 @@ -# First Validation Key -#Fri Oct 11 14:52:15 PDT 2024 -com.ibm.websphere.CreationDate=Fri Oct 11 14\:52\:15 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=e9S225+JO8OSH6HliDdpUv/gCvjxz9CpDCa36WPGzP4rL6sF5jZXYYzO61/B8m8M -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYl6ltX1/jDzIDx0lNEDJXpmOoeAah+BMiwOhi69xtCH92JB53TH/x8ZVLdRpXX5cm3DZBxASQuA9wD+Y3aD+TvahY3uuIGmF7uCqddpyC6VgVMWJU1r434kkBtAiAj4borqI0DOktDRflteU7IPdkFrp3GAyZB1qhdk7jWPMkZV6NdHpjiz7bM908lW6z4sQ0o+daNYVMv1TUtHcXnwyrgfnfcysZScwn06FDmHZKfU4eVa56/c3kiS6T+7BILvFZ8qDO5JomskQBtFmDJ7ztS2s3qEnV1Ut3QejuFfyIN932bvq0NSXkAFxGppaHb6PCjlZyS9I2DzNAGwTxo/kcJL6L8r6+QZBtXnQWDXwcvHzi64zhdLmNbL5WSv8Va8uksILHqgB6Pl09wcSxqHmZHMIc4rTloxdN5iJWcGK1u6wXfAuVS790K6fYcFzwQ7mh7O0RNotqmt53X32dGfbs2bCbsBsPvQJZFYU6t0L0Vy2WAmIPcRZ17WoNc43C9bP/ooVnbwi95C2DiOv7+g9kMPVfZUAyMj+b8Z3Nx8ZP4BGFu9HP2n9bCv+2ww34lJ7C2iQlTAUrDmxvXXFwD+QbYyrEby2nuQQC1b/F2oHWRzW9yVtE5cteq/jMcKKAfSm4KFNkShrO5acQizLQWO8KZW3VRNkMUqKpqDOoZtvZRPawybsvQ4qCsfaQX6NwAj85b1Ki9SmR -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AJzYf/MF0IkXVZeqi+UVgkOHu9IsPkPaF953MLFS4F0kNR5WbHRTCGBCPip9ixglNN9RyTc/rawTbgvlpyW1PoCghbyfZ779l/xIGQK9E67eieoIj4Hdxlg7iQYKfLthauhFyQWSsUtuZVpFf8+UnRE3gnBJwwfO8dJ8LNecYuJUqvntX5v2/lN2rEh0AQYRz5QCXaGXLcny1hMQoabqM1KBkdQE8vh37k+2MiDbFchGzf37VEktYGYQ2tgDgmHgeG686nIK9db5EhKUsfmojbUy59RbmoXQMiRc5QBiDTM3iN9npleDIZHTuXNHSt4ngGtL9HsdM+7SeirKd6TLUn8BAAE\= diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation2.keys b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation2.keys deleted file mode 100644 index 6b380815b87f..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation2.keys +++ /dev/null @@ -1,9 +0,0 @@ -# Second Validation Key -#Tue Oct 15 15:42:03 PDT 2024 -com.ibm.websphere.CreationDate=Tue Oct 15 15\:42\:03 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYl5zQR9viJsi9y//dcC3EvnxX8Sb3x3dOROHGB3Hm4Y3hqRRBu+haPYTzOBPsudO1W4RD5VPB8K1MR0N2rB7ny2KAeQ200UnLmrT8uoM2KiEN4kO8cOFvOXa3d7s+RqqE/2kGsiTeu02ZvkdlsWpYL0g2z9vY1VH2oApYopn4cBOAwV0mpsi4Bj0dDKcP9NOptwiHcpzCaG+fX39fitUhB1gDpIZztD897yxCklHr7nzXuuj/apRejIkOVI6ROqNZ9xKPPRPsWAhRCEvL9oJA0i0jCSldAh+Ui9mg6jNcDu87OIkYMk236FENETaazl80dnQ5uVUoUXAVVK7WCuHwTt6L8r6+YO665KmL7gtbQJ36jHybOeRZyHDe1HTmLo0dg7OZxILhRpXU7gajotVy2vtT5B88+FA4Lb5HWBjrAW/gxYk732QwtBNSBLmmqYQRCAAZbD5Pr1xYc34i5OvgMVexCXnsGXHHh4IRPhu2MeiBSbnhOYOndWObo4Or6xiG5kCOlcC9s/RfvrF0tIqW99PTI6qRy+V73oazxIvehHpk1LKa16/z9kPA1EIwuIWMrvNOwgaT6IsrnIPwkWz7fp9XQhsJ8Rl2HzyyYxGQvShmlDLI8KimO1/eMkdftKTLdYezgCkkIv7Kt2F9FAGgp/8YCH/5/FLi4aVPhgaodFKWzh9XXcrkU4XcMHrcnv9LWHYDgot6 -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.3DESKey=uwTnd6YzTiNpEhk6zJFsIPOAw8GOX2JtyiVmhA7geZ9kc8+QpCh6UUyRYP51U8Um -com.ibm.websphere.ltpa.PublicKey=AOV6xym8coFGIUrodbmD5CgZsMpCPmC7etBGzoeuDvrIhKxNT+iuNG7m85YfH2mOmOs7uHmkZ9F9tdRAHysjX7m2047m5p+s6DLOfCV8YtaQqcIGkcmdT3/h7heZtoCOJ4JKCsSPvsHaL7tTIaMwTBosRwer8CrKhDaxg0cZ6HUv9pzpOQYxndp0wb8KEbQVwIsQ/6ltm7sSY2p5eNMo4+vQWNRTmlLYgAt+6CNKEgTse4qfeoHUxuCWRVPGQ7H8kxnzgKrPh79uYNLKM+UgLz2/9w9X8pKMxOGciqwkQhfGReCTNgPY8ItWOqfR31uDw+NpsS9Gy6h3FBTK6JIB3McBAAE\= diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation3.keys b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation3.keys deleted file mode 100644 index 9ebb2078a98a..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation3.keys +++ /dev/null @@ -1,9 +0,0 @@ -# Garbage SharedKey Value -#Fri Oct 11 14:52:15 PDT 2024 -com.ibm.websphere.CreationDate=Fri Oct 11 14\:52\:15 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=e9S225+JO8OSH6HliDdpUv/gCvjxgarbage36WPGzP4rL6sF5jZXYYzO61/B8m8M -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYl6ltX1/jDzIDx0lNEDJXpmOoeAah+BMiwOhi69xtCH92JB53TH/x8ZVLdRpXX5cm3DZBxASQuA9wD+Y3aD+TvahY3uuIGmF7uCqddpyC6VgVMWJU1r434kkBtAiAj4borqI0DOktDRflteU7IPdkFrp3GAyZB1qhdk7jWPMkZV6NdHpjiz7bM908lW6z4sQ0o+daNYVMv1TUtHcXnwyrgfnfcysZScwn06FDmHZKfU4eVa56/c3kiS6T+7BILvFZ8qDO5JomskQBtFmDJ7ztS2s3qEnV1Ut3QejuFfyIN932bvq0NSXkAFxGppaHb6PCjlZyS9I2DzNAGwTxo/kcJL6L8r6+QZBtXnQWDXwcvHzi64zhdLmNbL5WSv8Va8uksILHqgB6Pl09wcSxqHmZHMIc4rTloxdN5iJWcGK1u6wXfAuVS790K6fYcFzwQ7mh7O0RNotqmt53X32dGfbs2bCbsBsPvQJZFYU6t0L0Vy2WAmIPcRZ17WoNc43C9bP/ooVnbwi95C2DiOv7+g9kMPVfZUAyMj+b8Z3Nx8ZP4BGFu9HP2n9bCv+2ww34lJ7C2iQlTAUrDmxvXXFwD+QbYyrEby2nuQQC1b/F2oHWRzW9yVtE5cteq/jMcKKAfSm4KFNkShrO5acQizLQWO8KZW3VRNkMUqKpqDOoZtvZRPawybsvQ4qCsfaQX6NwAj85b1Ki9SmR -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AJzYf/MF0IkXVZeqi+UVgkOHu9IsPkPaF953MLFS4F0kNR5WbHRTCGBCPip9ixglNN9RyTc/rawTbgvlpyW1PoCghbyfZ779l/xIGQK9E67eieoIj4Hdxlg7iQYKfLthauhFyQWSsUtuZVpFf8+UnRE3gnBJwwfO8dJ8LNecYuJUqvntX5v2/lN2rEh0AQYRz5QCXaGXLcny1hMQoabqM1KBkdQE8vh37k+2MiDbFchGzf37VEktYGYQ2tgDgmHgeG686nIK9db5EhKUsfmojbUy59RbmoXQMiRc5QBiDTM3iN9npleDIZHTuXNHSt4ngGtL9HsdM+7SeirKd6TLUn8BAAE\= diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation4.keys b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation4.keys deleted file mode 100644 index 708a592d99f8..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation4.keys +++ /dev/null @@ -1,10 +0,0 @@ -# Swapped 3DESKey Value -#Fri Oct 11 14:52:15 PDT 2024 -com.ibm.websphere.CreationDate=Fri Oct 11 14\:52\:15 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=uwTnd6YzTiNpEhk6zJFsIPOAw8GOX2JtyiVmhA7geZ9kc8+QpCh6UUyRYP51U8Um -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYl6ltX1/jDzIDx0lNEDJXpmOoeAah+BMiwOhi69xtCH92JB53TH/x8ZVLdRpXX5cm3DZBxASQuA9wD+Y3aD+TvahY3uuIGmF7uCqddpyC6VgVMWJU1r434kkBtAiAj4borqI0DOktDRflteU7IPdkFrp3GAyZB1qhdk7jWPMkZV6NdHpjiz7bM908lW6z4sQ0o+daNYVMv1TUtHcXnwyrgfnfcysZScwn06FDmHZKfU4eVa56/c3kiS6T+7BILvFZ8qDO5JomskQBtFmDJ7ztS2s3qEnV1Ut3QejuFfyIN932bvq0NSXkAFxGppaHb6PCjlZyS9I2DzNAGwTxo/kcJL6L8r6+QZBtXnQWDXwcvHzi64zhdLmNbL5WSv8Va8uksILHqgB6Pl09wcSxqHmZHMIc4rTloxdN5iJWcGK1u6wXfAuVS790K6fYcFzwQ7mh7O0RNotqmt53X32dGfbs2bCbsBsPvQJZFYU6t0L0Vy2WAmIPcRZ17WoNc43C9bP/ooVnbwi95C2DiOv7+g9kMPVfZUAyMj+b8Z3Nx8ZP4BGFu9HP2n9bCv+2ww34lJ7C2iQlTAUrDmxvXXFwD+QbYyrEby2nuQQC1b/F2oHWRzW9yVtE5cteq/jMcKKAfSm4KFNkShrO5acQizLQWO8KZW3VRNkMUqKpqDOoZtvZRPawybsvQ4qCsfaQX6NwAj85b1Ki9SmR -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AJzYf/MF0IkXVZeqi+UVgkOHu9IsPkPaF953MLFS4F0kNR5WbHRTCGBCPip9ixglNN9RyTc/rawTbgvlpyW1PoCghbyfZ779l/xIGQK9E67eieoIj4Hdxlg7iQYKfLthauhFyQWSsUtuZVpFf8+UnRE3gnBJwwfO8dJ8LNecYuJUqvntX5v2/lN2rEh0AQYRz5QCXaGXLcny1hMQoabqM1KBkdQE8vh37k+2MiDbFchGzf37VEktYGYQ2tgDgmHgeG686nIK9db5EhKUsfmojbUy59RbmoXQMiRc5QBiDTM3iN9npleDIZHTuXNHSt4ngGtL9HsdM+7SeirKd6TLUn8BAAE\= - diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation5.keys b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation5.keys deleted file mode 100644 index 6b2793c1a69f..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation5.keys +++ /dev/null @@ -1,10 +0,0 @@ -# Garbage PrivateKey Value -#Fri Oct 11 14:52:15 PDT 2024 -com.ibm.websphere.CreationDate=Fri Oct 11 14\:52\:15 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=e9S225+JO8OSH6HliDdpUv/gCvjxz9CpDCa36WPGzP4rL6sF5jZXYYzO61/B8m8M -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYl6ltX1/jDzIDx0lNEDJXpmOoeAah+BMgarbagextCH92JB53TH/x8ZVLdRpXX5cm3DZBxASQuA9wD+Y3aD+TvahY3uuIGmF7uCqddpyC6VgVMWJU1r434kkBtAiAj4borqI0DOktDRflteU7IPdkFrp3GAyZB1qhdk7jWPMkZV6NdHpjiz7bM908lW6z4sQ0o+daNYVMv1TUtHcXnwyrgfnfcysZScwn06FDmHZKfU4eVa56/c3kiS6T+7BILvFZ8qDO5JomskQBtFmDJ7ztS2s3qEnV1Ut3QejuFfyIN932bvq0NSXkAFxGppaHb6PCjlZyS9I2DzNAGwTxo/kcJL6L8r6+QZBtXnQWDXwcvHzi64zhdLmNbL5WSv8Va8uksILHqgB6Pl09wcSxqHmZHMIc4rTloxdN5iJWcGK1u6wXfAuVS790K6fYcFzwQ7mh7O0RNotqmt53X32dGfbs2bCbsBsPvQJZFYU6t0L0Vy2WAmIPcRZ17WoNc43C9bP/ooVnbwi95C2DiOv7+g9kMPVfZUAyMj+b8Z3Nx8ZP4BGFu9HP2n9bCv+2ww34lJ7C2iQlTAUrDmxvXXFwD+QbYyrEby2nuQQC1b/F2oHWRzW9yVtE5cteq/jMcKKAfSm4KFNkShrO5acQizLQWO8KZW3VRNkMUqKpqDOoZtvZRPawybsvQ4qCsfaQX6NwAj85b1Ki9SmR -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AJzYf/MF0IkXVZeqi+UVgkOHu9IsPkPaF953MLFS4F0kNR5WbHRTCGBCPip9ixglNN9RyTc/rawTbgvlpyW1PoCghbyfZ779l/xIGQK9E67eieoIj4Hdxlg7iQYKfLthauhFyQWSsUtuZVpFf8+UnRE3gnBJwwfO8dJ8LNecYuJUqvntX5v2/lN2rEh0AQYRz5QCXaGXLcny1hMQoabqM1KBkdQE8vh37k+2MiDbFchGzf37VEktYGYQ2tgDgmHgeG686nIK9db5EhKUsfmojbUy59RbmoXQMiRc5QBiDTM3iN9npleDIZHTuXNHSt4ngGtL9HsdM+7SeirKd6TLUn8BAAE\= - diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation6.keys b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation6.keys deleted file mode 100644 index 0d43d3194340..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation6.keys +++ /dev/null @@ -1,9 +0,0 @@ -# Swapped PrivateKey Value -#Fri Oct 11 14:52:15 PDT 2024 -com.ibm.websphere.CreationDate=Fri Oct 11 14\:52\:15 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=e9S225+JO8OSH6HliDdpUv/gCvjxz9CpDCa36WPGzP4rL6sF5jZXYYzO61/B8m8M -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYl5zQR9viJsi9y//dcC3EvnxX8Sb3x3dOROHGB3Hm4Y3hqRRBu+haPYTzOBPsudO1W4RD5VPB8K1MR0N2rB7ny2KAeQ200UnLmrT8uoM2KiEN4kO8cOFvOXa3d7s+RqqE/2kGsiTeu02ZvkdlsWpYL0g2z9vY1VH2oApYopn4cBOAwV0mpsi4Bj0dDKcP9NOptwiHcpzCaG+fX39fitUhB1gDpIZztD897yxCklHr7nzXuuj/apRejIkOVI6ROqNZ9xKPPRPsWAhRCEvL9oJA0i0jCSldAh+Ui9mg6jNcDu87OIkYMk236FENETaazl80dnQ5uVUoUXAVVK7WCuHwTt6L8r6+YO665KmL7gtbQJ36jHybOeRZyHDe1HTmLo0dg7OZxILhRpXU7gajotVy2vtT5B88+FA4Lb5HWBjrAW/gxYk732QwtBNSBLmmqYQRCAAZbD5Pr1xYc34i5OvgMVexCXnsGXHHh4IRPhu2MeiBSbnhOYOndWObo4Or6xiG5kCOlcC9s/RfvrF0tIqW99PTI6qRy+V73oazxIvehHpk1LKa16/z9kPA1EIwuIWMrvNOwgaT6IsrnIPwkWz7fp9XQhsJ8Rl2HzyyYxGQvShmlDLI8KimO1/eMkdftKTLdYezgCkkIv7Kt2F9FAGgp/8YCH/5/FLi4aVPhgaodFKWzh9XXcrkU4XcMHrcnv9LWHYDgot6 -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AJzYf/MF0IkXVZeqi+UVgkOHu9IsPkPaF953MLFS4F0kNR5WbHRTCGBCPip9ixglNN9RyTc/rawTbgvlpyW1PoCghbyfZ779l/xIGQK9E67eieoIj4Hdxlg7iQYKfLthauhFyQWSsUtuZVpFf8+UnRE3gnBJwwfO8dJ8LNecYuJUqvntX5v2/lN2rEh0AQYRz5QCXaGXLcny1hMQoabqM1KBkdQE8vh37k+2MiDbFchGzf37VEktYGYQ2tgDgmHgeG686nIK9db5EhKUsfmojbUy59RbmoXQMiRc5QBiDTM3iN9npleDIZHTuXNHSt4ngGtL9HsdM+7SeirKd6TLUn8BAAE\= diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation7.keys b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation7.keys deleted file mode 100644 index bc7077c9c549..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation7.keys +++ /dev/null @@ -1,10 +0,0 @@ -# Garbage PublicKey Value -#Fri Oct 11 14:52:15 PDT 2024 -com.ibm.websphere.CreationDate=Fri Oct 11 14\:52\:15 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=e9S225+JO8OSH6HliDdpUv/gCvjxz9CpDCa36WPGzP4rL6sF5jZXYYzO61/B8m8M -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYl6ltX1/jDzIDx0lNEDJXpmOoeAah+BMiwOhi69xtCH92JB53TH/x8ZVLdRpXX5cm3DZBxASQuA9wD+Y3aD+TvahY3uuIGmF7uCqddpyC6VgVMWJU1r434kkBtAiAj4borqI0DOktDRflteU7IPdkFrp3GAyZB1qhdk7jWPMkZV6NdHpjiz7bM908lW6z4sQ0o+daNYVMv1TUtHcXnwyrgfnfcysZScwn06FDmHZKfU4eVa56/c3kiS6T+7BILvFZ8qDO5JomskQBtFmDJ7ztS2s3qEnV1Ut3QejuFfyIN932bvq0NSXkAFxGppaHb6PCjlZyS9I2DzNAGwTxo/kcJL6L8r6+QZBtXnQWDXwcvHzi64zhdLmNbL5WSv8Va8uksILHqgB6Pl09wcSxqHmZHMIc4rTloxdN5iJWcGK1u6wXfAuVS790K6fYcFzwQ7mh7O0RNotqmt53X32dGfbs2bCbsBsPvQJZFYU6t0L0Vy2WAmIPcRZ17WoNc43C9bP/ooVnbwi95C2DiOv7+g9kMPVfZUAyMj+b8Z3Nx8ZP4BGFu9HP2n9bCv+2ww34lJ7C2iQlTAUrDmxvXXFwD+QbYyrEby2nuQQC1b/F2oHWRzW9yVtE5cteq/jMcKKAfSm4KFNkShrO5acQizLQWO8KZW3VRNkMUqKpqDOoZtvZRPawybsvQ4qCsfaQX6NwAj85b1Ki9SmR -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AJzYf/MF0IkXVZeqi+UVgkOHu9Igarbage53MLFS4F0kNR5WbHRTCGBCPip9ixglNN9RyTc/rawTbgvlpyW1PoCghbyfZ779l/xIGQK9E67eieoIj4Hdxlg7iQYKfLthauhFyQWSsUtuZVpFf8+UnRE3gnBJwwfO8dJ8LNecYuJUqvntX5v2/lN2rEh0AQYRz5QCXaGXLcny1hMQoabqM1KBkdQE8vh37k+2MiDbFchGzf37VEktYGYQ2tgDgmHgeG686nIK9db5EhKUsfmojbUy59RbmoXQMiRc5QBiDTM3iN9npleDIZHTuXNHSt4ngGtL9HsdM+7SeirKd6TLUn8BAAE\= - diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation8.keys b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation8.keys deleted file mode 100644 index 1f1c6783d504..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/alternateFIPS/validation8.keys +++ /dev/null @@ -1,9 +0,0 @@ -# Swapped PublicKey Value -#Fri Oct 11 14:52:15 PDT 2024 -com.ibm.websphere.CreationDate=Fri Oct 11 14\:52\:15 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=e9S225+JO8OSH6HliDdpUv/gCvjxz9CpDCa36WPGzP4rL6sF5jZXYYzO61/B8m8M -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYl6ltX1/jDzIDx0lNEDJXpmOoeAah+BMiwOhi69xtCH92JB53TH/x8ZVLdRpXX5cm3DZBxASQuA9wD+Y3aD+TvahY3uuIGmF7uCqddpyC6VgVMWJU1r434kkBtAiAj4borqI0DOktDRflteU7IPdkFrp3GAyZB1qhdk7jWPMkZV6NdHpjiz7bM908lW6z4sQ0o+daNYVMv1TUtHcXnwyrgfnfcysZScwn06FDmHZKfU4eVa56/c3kiS6T+7BILvFZ8qDO5JomskQBtFmDJ7ztS2s3qEnV1Ut3QejuFfyIN932bvq0NSXkAFxGppaHb6PCjlZyS9I2DzNAGwTxo/kcJL6L8r6+QZBtXnQWDXwcvHzi64zhdLmNbL5WSv8Va8uksILHqgB6Pl09wcSxqHmZHMIc4rTloxdN5iJWcGK1u6wXfAuVS790K6fYcFzwQ7mh7O0RNotqmt53X32dGfbs2bCbsBsPvQJZFYU6t0L0Vy2WAmIPcRZ17WoNc43C9bP/ooVnbwi95C2DiOv7+g9kMPVfZUAyMj+b8Z3Nx8ZP4BGFu9HP2n9bCv+2ww34lJ7C2iQlTAUrDmxvXXFwD+QbYyrEby2nuQQC1b/F2oHWRzW9yVtE5cteq/jMcKKAfSm4KFNkShrO5acQizLQWO8KZW3VRNkMUqKpqDOoZtvZRPawybsvQ4qCsfaQX6NwAj85b1Ki9SmR -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AOV6xym8coFGIUrodbmD5CgZsMpCPmC7etBGzoeuDvrIhKxNT+iuNG7m85YfH2mOmOs7uHmkZ9F9tdRAHysjX7m2047m5p+s6DLOfCV8YtaQqcIGkcmdT3/h7heZtoCOJ4JKCsSPvsHaL7tTIaMwTBosRwer8CrKhDaxg0cZ6HUv9pzpOQYxndp0wb8KEbQVwIsQ/6ltm7sSY2p5eNMo4+vQWNRTmlLYgAt+6CNKEgTse4qfeoHUxuCWRVPGQ7H8kxnzgKrPh79uYNLKM+UgLz2/9w9X8pKMxOGciqwkQhfGReCTNgPY8ItWOqfR31uDw+NpsS9Gy6h3FBTK6JIB3McBAAE\= diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/server.xml b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/server.xml old mode 100644 new mode 100755 diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/serverFIPS.xml b/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/serverFIPS.xml deleted file mode 100644 index 6b0f20a0fbda..000000000000 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/files/serverFIPS.xml +++ /dev/null @@ -1,91 +0,0 @@ - - - - - appSecurity-2.0 - jsp-2.3 - servlet-3.1 - restConnector-2.0 - - - - - - - - - user1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/servers/com.ibm.ws.security.token.ltpa.fat.contextRootCookiePathTestServer/bootstrap.properties b/dev/com.ibm.ws.security.token.ltpa_fat/publish/servers/com.ibm.ws.security.token.ltpa.fat.contextRootCookiePathTestServer/bootstrap.properties index 1b7bc491d865..5e82e6613896 100644 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/servers/com.ibm.ws.security.token.ltpa.fat.contextRootCookiePathTestServer/bootstrap.properties +++ b/dev/com.ibm.ws.security.token.ltpa_fat/publish/servers/com.ibm.ws.security.token.ltpa.fat.contextRootCookiePathTestServer/bootstrap.properties @@ -11,8 +11,8 @@ # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=event=enabled:\ -logservice=all=enabled:\ +#com.ibm.ws.logging.trace.specification=*=event=enabled:\ +#logservice=all=enabled:\ #com.ibm.websphere.ssl.*=all=enabled:\ #com.ibm.wsspi.ssl.*=all=enabled:\ #com.ibm.ws.ssl.*=all=enabled:\ @@ -23,12 +23,7 @@ logservice=all=enabled:\ #com.ibm.ws.javaee.*=all=enabled:\ #ChannelFramework=all=enabled:\ #TCPChannel=all=enabled:\ -com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ -com.ibm.websphere.security.*=all=enabled:\ -com.ibm.ws.security.token.*=all=enabled:\ -com.ibm.ws.security.token.ltpa.*=all=enabled:\ -com.ibm.ws.common.crypto*=all=enabled +com.ibm.ws.security.*=all=enabled #config=all=enabled com.ibm.ws.logging.max.file.size=0 diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/servers/com.ibm.ws.security.token.ltpa.fat.ltpaKeyRotationTestServer/bootstrap.properties b/dev/com.ibm.ws.security.token.ltpa_fat/publish/servers/com.ibm.ws.security.token.ltpa.fat.ltpaKeyRotationTestServer/bootstrap.properties index 04868e9f8beb..d6b462b6fab5 100644 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/servers/com.ibm.ws.security.token.ltpa.fat.ltpaKeyRotationTestServer/bootstrap.properties +++ b/dev/com.ibm.ws.security.token.ltpa_fat/publish/servers/com.ibm.ws.security.token.ltpa.fat.ltpaKeyRotationTestServer/bootstrap.properties @@ -14,11 +14,7 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ logservice=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ -com.ibm.websphere.security.*=all=enabled:\ -com.ibm.ws.security.token.*=all=enabled:\ -com.ibm.ws.security.token.ltpa.*=all=enabled:\ -com.ibm.ws.common.crypto*=all=enabled +com.ibm.websphere.security.*=all=enabled #com.ibm.websphere.ssl.*=all=enabled:\ #com.ibm.wsspi.ssl.*=all=enabled:\ diff --git a/dev/com.ibm.ws.security.token.ltpa_fat/publish/servers/com.ibm.ws.security.token.ltpa.fat/bootstrap.properties b/dev/com.ibm.ws.security.token.ltpa_fat/publish/servers/com.ibm.ws.security.token.ltpa.fat/bootstrap.properties index 5349421f483c..e954d398de27 100755 --- a/dev/com.ibm.ws.security.token.ltpa_fat/publish/servers/com.ibm.ws.security.token.ltpa.fat/bootstrap.properties +++ b/dev/com.ibm.ws.security.token.ltpa_fat/publish/servers/com.ibm.ws.security.token.ltpa.fat/bootstrap.properties @@ -1,12 +1,7 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ logservice=all=enabled:\ com.ibm.ws.app.manager.*=all=enabled:\ -com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ -com.ibm.websphere.security.*=all=enabled:\ -com.ibm.ws.security.token.*=all=enabled:\ -com.ibm.ws.security.token.ltpa.*=all=enabled:\ -com.ibm.ws.common.crypto*=all=enabled +com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.security.wim.adapter.file_fat/publish/servers/com.ibm.ws.security.wim.adapter.file.fat.allURAPIs/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.file_fat/publish/servers/com.ibm.ws.security.wim.adapter.file.fat.allURAPIs/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100755 --- a/dev/com.ibm.ws.security.wim.adapter.file_fat/publish/servers/com.ibm.ws.security.wim.adapter.file.fat.allURAPIs/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.file_fat/publish/servers/com.ibm.ws.security.wim.adapter.file.fat.allURAPIs/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.file_fat/publish/servers/com.ibm.ws.security.wim.adapter.file.fat.multiplerepos/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.file_fat/publish/servers/com.ibm.ws.security.wim.adapter.file.fat.multiplerepos/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100755 --- a/dev/com.ibm.ws.security.wim.adapter.file_fat/publish/servers/com.ibm.ws.security.wim.adapter.file.fat.multiplerepos/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.file_fat/publish/servers/com.ibm.ws.security.wim.adapter.file.fat.multiplerepos/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.file_fat/publish/servers/com.ibm.ws.security.wim.adapter.file.fat.repowithoutid/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.file_fat/publish/servers/com.ibm.ws.security.wim.adapter.file.fat.repowithoutid/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100755 --- a/dev/com.ibm.ws.security.wim.adapter.file_fat/publish/servers/com.ibm.ws.security.wim.adapter.file.fat.repowithoutid/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.file_fat/publish/servers/com.ibm.ws.security.wim.adapter.file.fat.repowithoutid/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap/bnd.bnd b/dev/com.ibm.ws.security.wim.adapter.ldap/bnd.bnd index cde8f6086aec..34b1844e0246 100644 --- a/dev/com.ibm.ws.security.wim.adapter.ldap/bnd.bnd +++ b/dev/com.ibm.ws.security.wim.adapter.ldap/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2017, 2024 IBM Corporation and others. +# Copyright (c) 2017, 2022 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -61,10 +61,8 @@ instrument.classesExcludes: com/ibm/ws/security/wim/adapter/ldap/resources/*.cla com.ibm.ws.security.kerberos.auth;version=latest, \ com.ibm.ws.security;version=latest, \ com.ibm.ws.config;version=latest, \ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.boot.common;version=latest, \ com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest + com.ibm.ws.kernel.boot.common;version=latest -testpath: \ ../build.sharedResources/lib/junit/old/junit.jar;version=file, \ diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad.noId/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad.noId/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad.noId/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad.range/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad.range/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad.range/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad.wild/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad.wild/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad.wild/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ad/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.custom/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.custom/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.custom/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.id.mapping/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.id.mapping/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.id.mapping/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.id.mapping/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.extremeFailover/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.extremeFailover/bootstrap.properties index 253dcc29f198..57c5f533092a 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.extremeFailover/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.extremeFailover/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.extremeFailover/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.extremeFailover/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.extremeFailover/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.failover/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.failover/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.failover/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.ssl.trustonly/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.ssl.trustonly/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids.ssl.trustonly/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ids/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ldapname/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ldapname/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.ldapname/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.performance/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.performance/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.performance/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.regression/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.regression/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100644 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.regression/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.regression/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.scope/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.scope/bootstrap.properties index 9645d5bcc15d..ec3364800d58 100644 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.scope/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.scope/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.user.group.search.bases/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.user.group.search.bases/bootstrap.properties index 15b3218f0ab3..d0e30517784c 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.user.group.search.bases/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.registry.ldap.fat.user.group.search.bases/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ETSFforGroupM/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ETSFforGroupM/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ETSFforGroupM/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ETSFforGroupM/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad.nested/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad.nested/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad.nested/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad.nested/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad.noId/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad.noId/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad.noId/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad.noId/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad.ssl/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad.ssl/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100644 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad.ssl/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad.ssl/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ad/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.context.pool.timeout/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.context.pool.timeout/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.context.pool.timeout/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.context.pool.timeout/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.bell/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.bell/bootstrap.properties index e3cda6c61ac9..c05ca3672666 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.bell/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.bell/bootstrap.properties @@ -12,7 +12,6 @@ ############################################################################### com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ SSL=all=enabled:SSLChannel=all=enabled:\ TCPChannel=all=enabled:ChannelFramework=all=enabled diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.bell/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.bell/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.bell/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.feature/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.feature/bootstrap.properties index e3cda6c61ac9..c05ca3672666 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.feature/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.feature/bootstrap.properties @@ -12,7 +12,6 @@ ############################################################################### com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ SSL=all=enabled:SSLChannel=all=enabled:\ TCPChannel=all=enabled:ChannelFramework=all=enabled diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.feature/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.feature/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.certmapper.feature/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.getname/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.getname/bootstrap.properties index 63461fafe195..51f5cdd0844c 100644 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.getname/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom.getname/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.wsspi.security.wim.model.*=all=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.wsspi.security.wim.model.*=all=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom/bootstrap.properties index 63461fafe195..51f5cdd0844c 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.custom/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.wsspi.security.wim.model.*=all=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.wsspi.security.wim.model.*=all=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.dynamic/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.dynamic/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.dynamic/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.dynamic/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.encodespecialcharacters/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.encodespecialcharacters/bootstrap.properties index fae5c4d48c01..d49aec1d929b 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.encodespecialcharacters/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.encodespecialcharacters/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.federation/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.federation/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.federation/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.federation/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ids.allIbmGroups/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ids.allIbmGroups/bootstrap.properties index 15b3218f0ab3..d0e30517784c 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ids.allIbmGroups/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.ids.allIbmGroups/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.input.output.mapping/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.input.output.mapping/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.input.output.mapping/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.input.output.mapping/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.jndi.output/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.jndi.output/bootstrap.properties index 9645d5bcc15d..ec3364800d58 100644 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.jndi.output/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.jndi.output/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.loginproperty/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.loginproperty/bootstrap.properties index 9645d5bcc15d..ec3364800d58 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.loginproperty/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.loginproperty/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.multipleldaps/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.multipleldaps/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.multipleldaps/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.multipleldaps/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.operationalattribute/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.operationalattribute/bootstrap.properties index 9645d5bcc15d..ec3364800d58 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.operationalattribute/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.operationalattribute/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.outbound.ssl/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.outbound.ssl/bootstrap.properties index 55e4385f1749..1932e7872c46 100644 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.outbound.ssl/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.outbound.ssl/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled:com.ibm.ws.ssl.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.ssl.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.rdn/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.rdn/bootstrap.properties index 9645d5bcc15d..ec3364800d58 100644 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.rdn/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.rdn/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.readtimeout/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.readtimeout/bootstrap.properties index 15b3218f0ab3..d0e30517784c 100644 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.readtimeout/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.readtimeout/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.realm.mapping/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.realm.mapping/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.realm.mapping/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.realm.mapping/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.referral/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.referral/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.referral/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.referral/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.return.to.primary/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.return.to.primary/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100644 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.return.to.primary/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.return.to.primary/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.search.paging/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.search.paging/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.search.paging/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.search.paging/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.searchbase/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.searchbase/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.searchbase/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.searchbase/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun.attrMappingVar4/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun.attrMappingVar4/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun.attrMappingVar4/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun.attrMappingVar4/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun.default/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun.default/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun.default/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun.default/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun.ssl/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun.ssl/bootstrap.properties index ec86b8213669..b964ee99dd09 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun.ssl/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun.ssl/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled:SSL=all:SSLChannel=all +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:SSL=all:SSLChannel=all com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.sun/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.attrMappingVar1/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.attrMappingVar1/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.attrMappingVar1/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.attrMappingVar1/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.attrMappingVar2/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.attrMappingVar2/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.attrMappingVar2/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.attrMappingVar2/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.attrMappingVar3/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.attrMappingVar3/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.attrMappingVar3/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.attrMappingVar3/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin/bootstrap.properties index e3cda6c61ac9..c05ca3672666 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin/bootstrap.properties @@ -12,7 +12,6 @@ ############################################################################### com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ SSL=all=enabled:SSLChannel=all=enabled:\ TCPChannel=all=enabled:ChannelFramework=all=enabled diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin_SBInFilter/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin_SBInFilter/bootstrap.properties index d51deec84f6d..71001b896384 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin_SBInFilter/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin_SBInFilter/bootstrap.properties @@ -12,7 +12,6 @@ ############################################################################### com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ SSL=all=enabled:SSLChannel=all=enabled com.ibm.ws.logging.max.file.size=0 diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin_SBInFilter/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin_SBInFilter/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.certlogin_SBInFilter/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.emptyInput/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.emptyInput/bootstrap.properties index 253dcc29f198..57c5f533092a 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.emptyInput/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.emptyInput/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.failover/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.failover/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.failover/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.failover/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.fedcertlogin/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.fedcertlogin/bootstrap.properties index e3cda6c61ac9..c05ca3672666 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.fedcertlogin/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.fedcertlogin/bootstrap.properties @@ -12,7 +12,6 @@ ############################################################################### com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ SSL=all=enabled:SSLChannel=all=enabled:\ TCPChannel=all=enabled:ChannelFramework=all=enabled diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.fedcertlogin/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.fedcertlogin/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.fedcertlogin/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.nested/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.nested/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.nested/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.nested/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.propertynotsupported/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.propertynotsupported/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.propertynotsupported/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.propertynotsupported/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.ssl/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.ssl/bootstrap.properties index f4e07a12eff1..ecb9ffce1d4b 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.ssl/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.ssl/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled:componenttest.topology.ldap=all +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:componenttest.topology.ldap=all com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.sslref.badssl/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.sslref.badssl/bootstrap.properties index 55e4385f1749..1932e7872c46 100644 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.sslref.badssl/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.sslref.badssl/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled:com.ibm.ws.ssl.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.ssl.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.sslref/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.sslref/bootstrap.properties index 55e4385f1749..1932e7872c46 100644 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.sslref/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds.sslref/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled:com.ibm.ws.ssl.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.ssl.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tds/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tworealms/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tworealms/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tworealms/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.tworealms/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/vmm.apis.empty/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/vmm.apis.empty/bootstrap.properties index b7948e7a0e80..24b6b723aecc 100644 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/vmm.apis.empty/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/vmm.apis.empty/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/vmm.apis.tds.ldap/bootstrap.properties b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/vmm.apis.tds.ldap/bootstrap.properties index 0b3e7af1852f..d420efa6daff 100755 --- a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/vmm.apis.tds.ldap/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/publish/servers/vmm.apis.tds.ldap/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled:com.ibm.websphere.security.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.websphere.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.WimCoreRegression/bootstrap.properties b/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.WimCoreRegression/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100644 --- a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.WimCoreRegression/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.WimCoreRegression/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.dynamic/bootstrap.properties b/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.dynamic/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100755 --- a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.dynamic/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.dynamic/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.invalidBaseEntryInRealm/bootstrap.properties b/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.invalidBaseEntryInRealm/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100755 --- a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.invalidBaseEntryInRealm/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.invalidBaseEntryInRealm/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.maxSearchResult/bootstrap.properties b/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.maxSearchResult/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100755 --- a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.maxSearchResult/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.maxSearchResult/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.mod/bootstrap.properties b/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.mod/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100644 --- a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.mod/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.mod/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.mod/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.mod/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.mod/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.noreg/bootstrap.properties b/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.noreg/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100644 --- a/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.noreg/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.core_fat/publish/servers/com.ibm.ws.security.wim.core.fat.noreg/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.DefaultWIMRealm/bootstrap.properties b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.DefaultWIMRealm/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100755 --- a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.DefaultWIMRealm/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.DefaultWIMRealm/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.DefaultWIMRealmMultipleRepos/bootstrap.properties b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.DefaultWIMRealmMultipleRepos/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100755 --- a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.DefaultWIMRealmMultipleRepos/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.DefaultWIMRealmMultipleRepos/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.FederateStandaloneCur/bootstrap.properties b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.FederateStandaloneCur/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100755 --- a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.FederateStandaloneCur/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.FederateStandaloneCur/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.FederateStandaloneCurBell/bootstrap.properties b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.FederateStandaloneCurBell/bootstrap.properties index fae5c4d48c01..d49aec1d929b 100755 --- a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.FederateStandaloneCurBell/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.FederateStandaloneCurBell/bootstrap.properties @@ -10,6 +10,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.MultiValuedOutputPropMapping/bootstrap.properties b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.MultiValuedOutputPropMapping/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100755 --- a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.MultiValuedOutputPropMapping/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.MultiValuedOutputPropMapping/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.UserEnumeration/bootstrap.properties b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.UserEnumeration/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100644 --- a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.UserEnumeration/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.UserEnumeration/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.WIMURRegression/bootstrap.properties b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.WIMURRegression/bootstrap.properties index 4681df929e7f..db79dc98a4b3 100755 --- a/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.WIMURRegression/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.registry_fat/publish/servers/com.ibm.ws.security.wim.registry.fat.WIMURRegression/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties \ No newline at end of file diff --git a/dev/com.ibm.ws.security.wim.scim.2.0_fat/publish/servers/scim.test/bootstrap.properties b/dev/com.ibm.ws.security.wim.scim.2.0_fat/publish/servers/scim.test/bootstrap.properties index 815891bd8271..ac45101349f5 100755 --- a/dev/com.ibm.ws.security.wim.scim.2.0_fat/publish/servers/scim.test/bootstrap.properties +++ b/dev/com.ibm.ws.security.wim.scim.2.0_fat/publish/servers/scim.test/bootstrap.properties @@ -1,3 +1,3 @@ -com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.springboot.fat20_fat/bnd.bnd b/dev/com.ibm.ws.springboot.fat20_fat/bnd.bnd index 826f1d94ae00..6b75ef2859a1 100644 --- a/dev/com.ibm.ws.springboot.fat20_fat/bnd.bnd +++ b/dev/com.ibm.ws.springboot.fat20_fat/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2018,2024 IBM Corporation and others. +# Copyright (c) 2018,2023 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -57,7 +57,4 @@ src: \ com.ibm.ws.springboot.fat20.war.app;version=latest,\ com.ibm.ws.springboot.fat20.webanno.app;version=latest,\ com.ibm.ws.springboot.fat20.webflux.app;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.springboot.fat20.websocket.app;version=latest diff --git a/dev/com.ibm.ws.ssl/bnd.bnd b/dev/com.ibm.ws.ssl/bnd.bnd index 42fca69485af..8815ea57db58 100644 --- a/dev/com.ibm.ws.ssl/bnd.bnd +++ b/dev/com.ibm.ws.ssl/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2017, 2025 IBM Corporation and others. +# Copyright (c) 2017, 2024 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -11,7 +11,7 @@ # IBM Corporation - initial API and implementation #******************************************************************************* -include= ~../cnf/resources/bnd/bundle.props -bVersion=1.8 +bVersion=1.7 Bundle-Name: SSL Configuration Bundle-SymbolicName: com.ibm.ws.ssl; singleton:=true @@ -70,16 +70,15 @@ instrument.disabled: true com.ibm.wsspi.org.osgi.service.component.annotations;version=latest,\ com.ibm.ws.kernel.feature.core;version=latest,\ com.ibm.ws.kernel.filemonitor;version=latest,\ - com.ibm.ws.kernel.boot;version=latest, \ - com.ibm.ws.kernel.boot.common;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.crypto.certificateutil;version=latest,\ + com.ibm.ws.crypto.common;version=latest,\ com.ibm.ws.crypto.passwordutil;version=latest,\ - com.ibm.ws.config;version=latest,\ - com.ibm.ws.org.apache.felix.scr;version=latest,\ - com.ibm.ws.org.osgi.annotation.versioning;version=latest + com.ibm.ws.config;version=latest, \ + com.ibm.ws.org.apache.felix.scr;version=latest, \ + com.ibm.ws.org.osgi.annotation.versioning;version=latest, \ + com.ibm.ws.kernel.boot.core;version=latest, \ + com.ibm.ws.kernel.boot.common;version=latest -testpath: \ org.hamcrest:hamcrest-all;version=1.3, \ @@ -90,4 +89,5 @@ instrument.disabled: true org.jmock:jmock-legacy;version=2.5.0, \ com.ibm.ws.org.objenesis:objenesis;version=1.0, \ cglib:cglib;version=3.3.0, \ - com.ibm.ws.org.objectweb.asm;version=latest + com.ibm.ws.org.objectweb.asm;version=latest, \ + com.ibm.ws.kernel.boot;version=latest diff --git a/dev/com.ibm.ws.ssl/src/com/ibm/websphere/ssl/Constants.java b/dev/com.ibm.ws.ssl/src/com/ibm/websphere/ssl/Constants.java index fddd5894ede7..7af230fd03b3 100644 --- a/dev/com.ibm.ws.ssl/src/com/ibm/websphere/ssl/Constants.java +++ b/dev/com.ibm.ws.ssl/src/com/ibm/websphere/ssl/Constants.java @@ -201,7 +201,6 @@ private Constants() { public static final String PROTOCOL_TLSV1_1 = "TLSv1.1"; public static final String PROTOCOL_TLSV1_2 = "TLSv1.2"; public static final String PROTOCOL_TLSV1_3 = "TLSv1.3"; - public static final String PROTOCOL_TLS_FIPS = PROTOCOL_TLSV1_2 + ", " + PROTOCOL_TLSV1_3; /*** SECURITY LEVEL CONSTANTS ***/ public static final String SECURITY_LEVEL_HIGH = "HIGH"; @@ -213,7 +212,7 @@ private Constants() { public static final String IBMJCE = "com.ibm.crypto.provider.IBMJCE"; public static final String IBMJCE_NAME = "IBMJCE"; public static final String IBMJCEFIPS = "com.ibm.crypto.fips.provider.IBMJCEFIPS"; - public static final String IBMJCEPlusFIPS = "com.ibm.crypto.plus.fips.provider.IBMJCEPlusFIPS"; + public static final String IBMJCEPlusFIPS = "com.ibm.crypto.fips.provider.IBMJCEPlusFIPS"; public static final String IBMJCEFIPS_NAME = "IBMJCEFIPS"; public static final String IBMJCEPlusFIPS_NAME = "IBMJCEPlusFIPS"; public static final String IBMJSSE2 = "com.ibm.jsse2.IBMJSSEProvider2"; @@ -457,17 +456,6 @@ public static String convertCipherListToString(String[] cipherList) { PROTOCOL_TLSV1_3 }); - - public static final List FIPS_140_2_PROTOCOLS = Arrays.asList(new String[] { - PROTOCOL_TLSV1, - PROTOCOL_TLSV1_1 - }); - - public static final List FIPS_140_3_PROTOCOLS = Arrays.asList(new String[] { - PROTOCOL_TLSV1_2, - PROTOCOL_TLSV1_3 - }); - public boolean resolveDisableHostnameVerification(String targetHostname, String disabledVerifyHostname, Properties sslProps) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) { Tr.entry(tc, "resolveDisableHostnameVerification: ", targetHostname, disabledVerifyHostname, sslProps); diff --git a/dev/com.ibm.ws.ssl/src/com/ibm/websphere/ssl/package-info.java b/dev/com.ibm.ws.ssl/src/com/ibm/websphere/ssl/package-info.java index 46f6484a0bac..3bd2067f2293 100644 --- a/dev/com.ibm.ws.ssl/src/com/ibm/websphere/ssl/package-info.java +++ b/dev/com.ibm.ws.ssl/src/com/ibm/websphere/ssl/package-info.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010, 2025 IBM Corporation and others. + * Copyright (c) 2010, 2024 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at diff --git a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/JSSEProviderFactory.java b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/JSSEProviderFactory.java index 1b86ccb2aafe..38e68a6fc8c2 100644 --- a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/JSSEProviderFactory.java +++ b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/JSSEProviderFactory.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 1997, 2024 IBM Corporation and others. + * Copyright (c) 1997, 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -52,7 +52,9 @@ public class JSSEProviderFactory { private static String defaultSSLSocketFactory = null; private static String defaultSSLServerSocketFactory = null; private static boolean fipsInitialized = false; - + // TODO currently unused + // private static List fipsJCEProvidersObjectList = null; + // private static List fipsJSSEProvidersObjectList = null; private static String providerFromProviderList = null; /** @@ -315,120 +317,104 @@ public static void initializeFips() throws Exception { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) Tr.entry(tc, "initializeFips"); -// if (!fipsInitialized && !CryptoUtils.isFips140_3Enabled()) { -// int ibmjcefips_position = 0; -// int ibmjceplusfips_position = 0; -// Provider[] provider_list = null; -// Provider ibmjcefips = null; -// Provider ibmjceplusfips = null; -// Provider sun = null; -// -// try { -// System.setProperty("com.ibm.jsse2.JSSEFIPS", "true"); -// provider_list = Security.getProviders(); -// -// for (int i = 0; i < provider_list.length; i++) { -// if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) -// Tr.debug(tc, "Provider[" + i + "]: " + provider_list[i].getName()); -// if (provider_list[i].getName().equals("IBMJCEPlusFIPS")) { -// ibmjceplusfips_position = i; -// ibmjceplusfips = provider_list[i]; -// } else if (provider_list[i].getName().equals("IBMJCEFIPS")) { -// ibmjcefips_position = i; -// ibmjcefips = provider_list[i]; -// } else if (provider_list[i].getName().equals("SUN")) { -// sun = provider_list[i]; -// } -// } -// -// if (ibmjceplusfips == null) { -// provider_list = Security.getProviders(); -// -// try { -// ibmjceplusfips = (Provider) Class.forName(Constants.IBMJCEPlusFIPS).newInstance(); -// -// if (sun != null) { -// insertProviderAt(sun, 1); -// insertProviderAt(ibmjceplusfips, 2); -// } else { -// insertProviderAt(ibmjceplusfips, 1); -// } -// } catch (Exception e) { -// if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) -// Tr.debug(tc, "Exception loading provider: " + Constants.IBMJCEFIPS + "; " + e); -// } -// } else if (ibmjceplusfips_position != 0) { -// // it's there but not the first, let's reorder it. -// provider_list = Security.getProviders(); -// -// if (sun != null) { -// insertProviderAt(sun, 1); -// insertProviderAt(ibmjceplusfips, 2); -// } else { -// insertProviderAt(ibmjceplusfips, 1); -// } -// -// } else if (ibmjcefips == null) { -// provider_list = Security.getProviders(); -// -// try { -// ibmjcefips = (Provider) Class.forName(Constants.IBMJCEFIPS).newInstance(); -// -// if (sun != null) { -// insertProviderAt(sun, 1); -// insertProviderAt(ibmjcefips, 2); -// } else { -// insertProviderAt(ibmjcefips, 1); -// } -// } catch (Exception e) { -// if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) -// Tr.debug(tc, "Exception loading provider: " + Constants.IBMJCEFIPS + "; " + e); -// } -// } else if (ibmjcefips_position != 0) { -// // it's there but not the first, let's reorder it. -// provider_list = Security.getProviders(); -// -// if (sun != null) { -// insertProviderAt(sun, 1); -// insertProviderAt(ibmjcefips, 2); -// } else { -// insertProviderAt(ibmjcefips, 1); -// } -// } -// -// provider_list = Security.getProviders(); -// -// if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { -// for (int i = 0; i < provider_list.length; i++) { -// Tr.debug(tc, "Provider[" + i + "]: " + provider_list[i].getName() + ", info: " + provider_list[i].getInfo()); -// } -// } -// -// fipsInitialized = true; -// } catch (Exception e) { -// Tr.error(tc, "security.addprovider.error", new Object[] { e }); -// if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) -// Tr.debug(tc, "Exception caught adding IBMJCEFIPS provider.", new Object[] { e }); -// throw e; -// } -// } else if (!fipsInitialized) { -// fipsInitialized = true; -// Provider[] provider_list = Security.getProviders(); -// if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { -// for (int i = 0; i < provider_list.length; i++) { -// Tr.debug(tc, "Provider[" + i + "]: " + provider_list[i].getName() + ", info: " + provider_list[i].getInfo()); -// } -// } -// } if (!fipsInitialized) { - fipsInitialized = true; - Provider[] provider_list = Security.getProviders(); - if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { + int ibmjcefips_position = 0; + int ibmjceplusfips_position = 0; + Provider[] provider_list = null; + Provider ibmjcefips = null; + Provider ibmjceplusfips = null; + Provider sun = null; + + try { + System.setProperty("com.ibm.jsse2.JSSEFIPS", "true"); + provider_list = Security.getProviders(); + for (int i = 0; i < provider_list.length; i++) { - Tr.debug(tc, "Provider[" + i + "]: " + provider_list[i].getName() + ", info: " + provider_list[i].getInfo()); + if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) + Tr.debug(tc, "Provider[" + i + "]: " + provider_list[i].getName()); + if (provider_list[i].getName().equals("IBMJCEPlusFIPS")) { + ibmjceplusfips_position = i; + ibmjceplusfips = provider_list[i]; + } else if (provider_list[i].getName().equals("IBMJCEFIPS")) { + ibmjcefips_position = i; + ibmjcefips = provider_list[i]; + } else if (provider_list[i].getName().equals("SUN")) { + sun = provider_list[i]; + } + } + + if (ibmjceplusfips == null) { + provider_list = Security.getProviders(); + + try { + ibmjceplusfips = (Provider) Class.forName(Constants.IBMJCEPlusFIPS).newInstance(); + + if (sun != null) { + insertProviderAt(sun, 1); + insertProviderAt(ibmjceplusfips, 2); + } else { + insertProviderAt(ibmjceplusfips, 1); + } + } catch (Exception e) { + if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) + Tr.debug(tc, "Exception loading provider: " + Constants.IBMJCEFIPS + "; " + e); + } + } else if (ibmjceplusfips_position != 0) { + // it's there but not the first, let's reorder it. + provider_list = Security.getProviders(); + + if (sun != null) { + insertProviderAt(sun, 1); + insertProviderAt(ibmjceplusfips, 2); + } else { + insertProviderAt(ibmjceplusfips, 1); + } + + } else if (ibmjcefips == null) { + provider_list = Security.getProviders(); + + try { + ibmjcefips = (Provider) Class.forName(Constants.IBMJCEFIPS).newInstance(); + + if (sun != null) { + insertProviderAt(sun, 1); + insertProviderAt(ibmjcefips, 2); + } else { + insertProviderAt(ibmjcefips, 1); + } + } catch (Exception e) { + if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) + Tr.debug(tc, "Exception loading provider: " + Constants.IBMJCEFIPS + "; " + e); + } + } else if (ibmjcefips_position != 0) { + // it's there but not the first, let's reorder it. + provider_list = Security.getProviders(); + + if (sun != null) { + insertProviderAt(sun, 1); + insertProviderAt(ibmjcefips, 2); + } else { + insertProviderAt(ibmjcefips, 1); + } + } + + provider_list = Security.getProviders(); + + if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { + for (int i = 0; i < provider_list.length; i++) { + Tr.debug(tc, "Provider[" + i + "]: " + provider_list[i].getName() + ", info: " + provider_list[i].getInfo()); + } } + + fipsInitialized = true; + } catch (Exception e) { + Tr.error(tc, "security.addprovider.error", new Object[] { e }); + if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) + Tr.debug(tc, "Exception caught adding IBMJCEFIPS provider.", new Object[] { e }); + throw e; } } + if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) Tr.exit(tc, "initializeFips"); } diff --git a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/config/KeyStoreManager.java b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/config/KeyStoreManager.java index 414653b62258..33ed372110d9 100644 --- a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/config/KeyStoreManager.java +++ b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/config/KeyStoreManager.java @@ -45,7 +45,7 @@ import com.ibm.websphere.ssl.Constants; import com.ibm.websphere.ssl.SSLConfig; import com.ibm.websphere.ssl.SSLException; -import com.ibm.ws.common.crypto.CryptoUtils; +import com.ibm.ws.crypto.common.MessageDigestUtils; import com.ibm.ws.ffdc.FFDCFilter; import com.ibm.ws.ssl.core.WSPKCSInKeyStore; import com.ibm.ws.ssl.core.WSPKCSInKeyStoreList; @@ -142,7 +142,7 @@ public boolean checkIfSignerAlreadyExistsInTrustStore(X509Certificate signer, Ke Tr.entry(tc, "checkIfSignerAlreadyExistsInTrustStore"); try { - String signerDigest = generateDigest(CryptoUtils.MESSAGE_DIGEST_ALGORITHM_SHA256, signer); + String signerDigest = generateDigest(MessageDigestUtils.MESSAGE_DIGEST_ALGORITHM_SHA256, signer); if (signerDigest == null) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) Tr.exit(tc, "checkIfSignerAlreadyExistsInTrustStore -> false (could not generate digest)"); @@ -157,7 +157,7 @@ public boolean checkIfSignerAlreadyExistsInTrustStore(X509Certificate signer, Ke if (trustStore.containsAlias(alias)) { X509Certificate cert = (X509Certificate) trustStore.getCertificate(alias); - String certDigest = generateDigest(CryptoUtils.MESSAGE_DIGEST_ALGORITHM_SHA256, cert); + String certDigest = generateDigest(MessageDigestUtils.MESSAGE_DIGEST_ALGORITHM_SHA256, cert); if (signerDigest.equals(certDigest)) { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) @@ -566,7 +566,7 @@ public String generateDigest(String algorithmName, X509Certificate cert) { String rc = null; if (cert != null) { try { - MessageDigest md = CryptoUtils.getMessageDigest(algorithmName); + MessageDigest md = MessageDigestUtils.getMessageDigest(algorithmName); md.update(cert.getEncoded()); byte data[] = md.digest(); StringBuilder buffer = new StringBuilder(3 * data.length); diff --git a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/config/ProtocolHelper.java b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/config/ProtocolHelper.java index 85dd75207131..559c12419048 100644 --- a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/config/ProtocolHelper.java +++ b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/config/ProtocolHelper.java @@ -4,7 +4,7 @@ * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: @@ -22,7 +22,6 @@ import com.ibm.websphere.ras.TraceComponent; import com.ibm.websphere.ssl.Constants; import com.ibm.websphere.ssl.SSLException; -import com.ibm.ws.common.crypto.CryptoUtils; /** * CertificateEnvHelper @@ -68,38 +67,18 @@ public void checkProtocolValueGood(String sslProtocol) throws SSLException, Unsu String[] protocols = sslProtocol.split(","); if (protocols.length > 1) { - // If FIPS is enabled then we only allow TLSv1.2 and TLSv1.3 - if (CryptoUtils.isFips140_3Enabled()) { - Tr.debug(tc, "FIPS is enabled, only allowing TLSv1.2 and TLSv1.3"); - for (String protocol : protocols) { - if (Constants.FIPS_140_3_PROTOCOLS.contains(protocol)) { - if (goodProtocols.contains(protocol)) - continue; - else { - checkProtocol(protocol); - goodProtocols.add(protocol); - } - } else { - Tr.error(tc, "ssl.protocol.error.CWPKI0832E", protocol); - throw new SSLException("Protocol provided is not appropriate for a protocol list."); - } - } - } - - // Else, multi list we only allow TLSv1, TLSv1.1, TLSv1.2, and TLSv1.3 as possible values - else { - for (String protocol : protocols) { - if (Constants.MULTI_PROTOCOL_LIST.contains(protocol)) { - if (goodProtocols.contains(protocol)) - continue; - else { - checkProtocol(protocol); - goodProtocols.add(protocol); - } - } else { - Tr.error(tc, "ssl.protocol.error.CWPKI0832E", protocol); - throw new SSLException("Protocol provided is not appropriate for a protocol list."); + // multi list we only allow TLSv1, TLSv1.1, TLSv1.2, and TLSv1.3 as possible values + for (String protocol : protocols) { + if (Constants.MULTI_PROTOCOL_LIST.contains(protocol)) { + if (goodProtocols.contains(protocol)) + continue; + else { + checkProtocol(protocol); + goodProtocols.add(protocol); } + } else { + Tr.error(tc, "ssl.protocol.error.CWPKI0832E", protocol); + throw new SSLException("Protocol provided is not appropriate for a protocol list."); } } } else { diff --git a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/config/SSLConfigManager.java b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/config/SSLConfigManager.java index 2b7aa56e6f79..e8334482bae2 100644 --- a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/config/SSLConfigManager.java +++ b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/config/SSLConfigManager.java @@ -42,7 +42,6 @@ import com.ibm.websphere.ssl.SSLConfigChangeEvent; import com.ibm.websphere.ssl.SSLConfigChangeListener; import com.ibm.websphere.ssl.SSLException; -import com.ibm.ws.common.crypto.CryptoUtils; import com.ibm.ws.ffdc.FFDCFilter; import com.ibm.ws.ssl.JSSEProviderFactory; import com.ibm.ws.ssl.internal.LibertyConstants; @@ -379,18 +378,8 @@ private SSLConfig parseDefaultSecureSocketLayer() throws Exception { // Obtain miscellaneous attributes from system properties String sslProtocol = getSystemProperty(Constants.SSLPROP_PROTOCOL); - if (sslProtocol != null && !sslProtocol.equals("")) { - if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) - Tr.debug(tc, "Setting default SSLProtocol: " + sslProtocol); - - // Use PROTOCOL_TLS_FIPS if FIPS 140-3 is enabled - if (CryptoUtils.isFips140_3Enabled()) { - sslprops.setProperty(Constants.SSLPROP_PROTOCOL, Constants.PROTOCOL_TLS_FIPS); - - } else { - sslprops.setProperty(Constants.SSLPROP_PROTOCOL, sslProtocol); - } - } + if (sslProtocol != null && !sslProtocol.equals("")) + sslprops.setProperty(Constants.SSLPROP_PROTOCOL, sslProtocol); String contextProvider = getSystemProperty(Constants.SSLPROP_CONTEXT_PROVIDER); if (contextProvider != null && !contextProvider.equals("")) { @@ -514,10 +503,6 @@ private SSLConfig parseSecureSocketLayer(Map map, boolean reinit String sslProtocol = (String) map.get("sslProtocol"); if (sslProtocol != null && !sslProtocol.isEmpty()) { try { - if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Tr.debug(tc, "sslProtocol: " + sslProtocol); - } - //Print stack trace protocolHelper.checkProtocolValueGood(sslProtocol); sslprops.setProperty(Constants.SSLPROP_PROTOCOL, sslProtocol); } catch (Exception e) { diff --git a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/core/WSX509TrustManager.java b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/core/WSX509TrustManager.java index ad82a0d863b4..0799fbd36be7 100644 --- a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/core/WSX509TrustManager.java +++ b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/core/WSX509TrustManager.java @@ -45,7 +45,7 @@ import com.ibm.websphere.ssl.Constants; import com.ibm.websphere.ssl.JSSEHelper; import com.ibm.websphere.ssl.SSLConfig; -import com.ibm.ws.common.crypto.CryptoUtils; +import com.ibm.ws.crypto.common.MessageDigestUtils; import com.ibm.ws.ffdc.FFDCFilter; import com.ibm.ws.ssl.ConsoleWrapper; import com.ibm.ws.ssl.config.KeyStoreManager; @@ -359,7 +359,7 @@ protected boolean userAcceptedPrompt(X509Certificate[] chain) { + ".\n\nHere's the signer information (verify the digest value matches what is displayed at the server):")); for (int j = 0; j < chain.length; j++) { stdout.println(""); - String shaDigest = KeyStoreManager.getInstance().generateDigest(CryptoUtils.MESSAGE_DIGEST_ALGORITHM_SHA256, chain[j]); + String shaDigest = KeyStoreManager.getInstance().generateDigest(MessageDigestUtils.MESSAGE_DIGEST_ALGORITHM_SHA256, chain[j]); stdout.println(TraceNLSHelper.getInstance().getString("ssl.trustmanager.signer.prompt.CWPKI0102I", " Subject DN: ") + chain[j].getSubjectDN()); stdout.println(TraceNLSHelper.getInstance().getString("ssl.trustmanager.signer.prompt.CWPKI0103I", " Issuer DN: ") @@ -987,7 +987,7 @@ private String getSANInfoForHostnameVerificationError(String peerHost, X509Certi String sanInfo = String.join(", ", sanInfoList); String output; if (Character.isDigit(peerHost.charAt(0)) || doesDnsNameExist) { - output = "Subject Alternative Name [" + sanInfo + "]"; + output = "Subject Alternative Name [" + sanInfo + "]"; } else { output = "subjectDN [" + certificate.getSubjectDN() + "]"; } diff --git a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/provider/AbstractJSSEProvider.java b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/provider/AbstractJSSEProvider.java index c8d2f2fac1c3..770964118dbf 100644 --- a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/provider/AbstractJSSEProvider.java +++ b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/provider/AbstractJSSEProvider.java @@ -25,8 +25,6 @@ import java.security.PrivilegedAction; import java.security.PrivilegedActionException; import java.security.PrivilegedExceptionAction; -import java.security.Provider; -import java.security.Security; import java.security.UnrecoverableKeyException; import java.util.ArrayList; import java.util.Collection; @@ -54,7 +52,6 @@ import com.ibm.websphere.ssl.JSSEProvider; import com.ibm.websphere.ssl.SSLConfig; import com.ibm.websphere.ssl.SSLException; -import com.ibm.ws.common.crypto.CryptoUtils; import com.ibm.ws.ffdc.FFDCFilter; import com.ibm.ws.kernel.service.util.JavaInfo; import com.ibm.ws.runtime.util.StreamHandlerUtils; @@ -88,8 +85,10 @@ public abstract class AbstractJSSEProvider implements JSSEProvider { private static final WSPKCSInKeyStoreList pkcsStoreList = new WSPKCSInKeyStoreList(); private static final Map sslContextCacheJAVAX = new HashMap(); +// protected static final String URL_HANDLER_PROP = "java.protocol.handler.pkgs"; private static final String PKGNAME_DELIMITER = "|"; + public static String IBM_JCE_Plus_FIPS_PROVIDER = "com.ibm.crypto.provider.IBMJCEPlusFIPS"; private static boolean handlersInitialized = false; private static Object _lockObj = new Object(); @@ -114,26 +113,17 @@ protected void initialize(String keyMgr, String trustMgr, String cxtProvider, St this.keyStoreProvider = keyProvider; this.socketFactory = factory; this.defaultProtocol = protocolType; - if (tc.isEntryEnabled()) { - Tr.entry(tc, "initialize ", keyMgr, trustMgr, cxtProvider, keyProvider); + + if (tc.isDebugEnabled()) { + Tr.debug(tc, "defaultProtocol: " + defaultProtocol); } - if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - String javaSecurityFile = AccessController.doPrivileged(new PrivilegedAction() { - @Override - public String run() { - return Security.getProperty("java.security.policy"); - } - }); + if (JavaInfo.isSystemClassAvailable(IBM_JCE_Plus_FIPS_PROVIDER)) - Tr.debug(tc, "java security policy file: " + javaSecurityFile); - Provider[] provider_list = Security.getProviders(); - for (int i = 0; i < provider_list.length; i++) { - Tr.debug(tc, "Provider[" + i + "]: " + provider_list[i].getName() + ", info: " + provider_list[i].getInfo()); + { + if (tc.isDebugEnabled()) { + Tr.debug(tc, "jce plus fips available"); } - } - - if (CryptoUtils.isFips140_2Enabled() || CryptoUtils.isFips140_3Enabled()) { try { com.ibm.ws.ssl.JSSEProviderFactory.initializeFips(); } catch (Exception e) { @@ -318,13 +308,10 @@ public SSLContext getSSLContext(Map connectionInfo, SSLConfig ss private void getWSTrustmanager(List tmHolder, Map connectionInfo, SSLConfig sslConfig) throws Exception { if (TraceComponent.isAnyTracingEnabled() && tc.isEntryEnabled()) - Tr.entry(tc, "getWSTrustmanager", new Object[] { tmHolder, connectionInfo, sslConfig }); + Tr.entry(tc, "getSSLContext", new Object[] { tmHolder, connectionInfo, sslConfig }); String direction = Constants.DIRECTION_UNKNOWN; String ctxtProvider = getSSLContextProperty(Constants.SSLPROP_CONTEXT_PROVIDER, sslConfig); - if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Tr.debug(tc, "ctxtProvider: " + ctxtProvider); - } String clientAuthentication = getSSLContextProperty(Constants.SSLPROP_CLIENT_AUTHENTICATION, sslConfig); String trustStoreName = getSSLContextProperty(Constants.SSLPROP_TRUST_STORE_NAME, sslConfig); String trustStoreLocation = getSSLContextProperty(Constants.SSLPROP_TRUST_STORE, sslConfig); @@ -669,7 +656,6 @@ public SSLContext getSSLContextInstance(final SSLConfig config) throws SSLExcept } // now generate a new SSLContext - //final String ctxtProvider = Constants.IBMJCEPlusFIPS_NAME; final String ctxtProvider = config.getProperty(Constants.SSLPROP_CONTEXT_PROVIDER); final String alias = config.getProperty(Constants.SSLPROP_ALIAS); final String configURL = config.getProperty(Constants.SSLPROP_CONFIGURL_LOADED_FROM); @@ -689,7 +675,6 @@ public SSLContext getSSLContextInstance(final SSLConfig config) throws SSLExcept if (tc.isDebugEnabled()) { Tr.debug(tc, "protocol: " + protocolVal); - Tr.debug(tc, "ctxtProvider: " + ctxtProvider); } try { diff --git a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/provider/IBMJSSEProvider.java b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/provider/IBMJSSEProvider.java index 2069026c3868..f2ae701676ed 100644 --- a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/provider/IBMJSSEProvider.java +++ b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/provider/IBMJSSEProvider.java @@ -13,11 +13,14 @@ package com.ibm.ws.ssl.provider; +import java.security.AccessController; +import java.security.PrivilegedAction; + import com.ibm.websphere.ras.Tr; import com.ibm.websphere.ras.TraceComponent; import com.ibm.websphere.ssl.Constants; import com.ibm.websphere.ssl.JSSEProvider; -import com.ibm.ws.common.crypto.CryptoUtils; +import com.ibm.ws.kernel.productinfo.ProductInfo; import com.ibm.ws.ssl.JSSEProviderFactory; /** @@ -33,23 +36,66 @@ */ public class IBMJSSEProvider extends AbstractJSSEProvider implements JSSEProvider { private static TraceComponent tc = Tr.register(IBMJSSEProvider.class, "SSL", "com.ibm.ws.ssl.resources.ssl"); + public static String IBM_JCE_Plus_FIPS_PROVIDER = "com.ibm.crypto.provider.IBMJCEPlusFIPS"; + + private static boolean issuedBetaMessage = false; /** * Constructor. */ public IBMJSSEProvider() { super(); + String fipsON = AccessController.doPrivileged(new PrivilegedAction() { + @Override + public String run() { + return System.getProperty("com.ibm.jsse2.usefipsprovider"); + } + }); - String protocol = Constants.PROTOCOL_SSL_TLS_V2; - if (CryptoUtils.isFips140_3Enabled()) { - protocol = Constants.PROTOCOL_TLS; - } + String ibmjceplusfipsprovider = AccessController.doPrivileged(new PrivilegedAction() { + @Override + public String run() { + return System.getProperty("com.ibm.jsse2.usefipsProviderName"); + } + }); - initialize(JSSEProviderFactory.getKeyManagerFactoryAlgorithm(), JSSEProviderFactory.getTrustManagerFactoryAlgorithm(), Constants.IBMJSSE2_NAME, null, - Constants.SOCKET_FACTORY_WAS_DEFAULT, null, protocol); + if (tc.isDebugEnabled()) { + Tr.debug(tc, "provider: " + ibmjceplusfipsprovider); + } + if (isRunningBetaMode() && "true".equalsIgnoreCase(fipsON) && "IBMJCEPlusFIPS".equalsIgnoreCase(ibmjceplusfipsprovider)) { + if (tc.isDebugEnabled()) { + Tr.debug(tc, "fips is enabled and using IBMJCEPlusFIPS provider"); + Tr.debug(tc, "key manager factory alg: " + JSSEProviderFactory.getKeyManagerFactoryAlgorithm()); + Tr.debug(tc, "trust manager factory alg: " + JSSEProviderFactory.getTrustManagerFactoryAlgorithm()); + Tr.debug(tc, "protocol: " + Constants.PROTOCOL_TLS); + } + initialize(JSSEProviderFactory.getKeyManagerFactoryAlgorithm(), JSSEProviderFactory.getTrustManagerFactoryAlgorithm(), Constants.IBMJSSE2_NAME, null, + Constants.SOCKET_FACTORY_WAS_DEFAULT, null, Constants.PROTOCOL_TLS); + } else { + if (tc.isDebugEnabled()) { + Tr.debug(tc, "protocol: " + Constants.PROTOCOL_SSL_TLS_V2); + } + initialize(JSSEProviderFactory.getKeyManagerFactoryAlgorithm(), JSSEProviderFactory.getTrustManagerFactoryAlgorithm(), Constants.IBMJSSE2_NAME, null, + Constants.SOCKET_FACTORY_WAS_DEFAULT, null, Constants.PROTOCOL_SSL_TLS_V2); + } if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Tr.debug(tc, "Created an IBM JSSE provider with protocol " + protocol); + Tr.debug(tc, "Created an IBM JSSE provider"); } } + + boolean isRunningBetaMode() { + if (!ProductInfo.getBetaEdition()) { + return false; + } else { + // Running beta exception, issue message if we haven't already issued one for + // this class + if (!issuedBetaMessage) { + Tr.info(tc, "BETA: A beta method has been invoked for the class " + this.getClass().getName() + " for the first time."); + issuedBetaMessage = !issuedBetaMessage; + } + return true; + } + } + } diff --git a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/provider/SunJSSEProvider.java b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/provider/SunJSSEProvider.java index 53bd64683cdc..51854c721b64 100644 --- a/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/provider/SunJSSEProvider.java +++ b/dev/com.ibm.ws.ssl/src/com/ibm/ws/ssl/provider/SunJSSEProvider.java @@ -1,10 +1,10 @@ /******************************************************************************* - * Copyright (c) 1997, 2025 IBM Corporation and others. + * Copyright (c) 1997, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: @@ -17,7 +17,6 @@ import com.ibm.websphere.ras.TraceComponent; import com.ibm.websphere.ssl.Constants; import com.ibm.websphere.ssl.JSSEProvider; -import com.ibm.ws.common.crypto.CryptoUtils; import com.ibm.ws.ssl.JSSEProviderFactory; /** @@ -25,7 +24,7 @@ *

* This is the SunJSSE JSSEProvider implementation used for the pluggable client. *

- * + * * @author IBM Corporation * @version WAS 7.0 * @since WAS 7.0 @@ -38,16 +37,10 @@ public class SunJSSEProvider extends AbstractJSSEProvider implements JSSEProvide */ public SunJSSEProvider() { super(); - String protocol = Constants.PROTOCOL_SSL; - if (CryptoUtils.isFips140_3Enabled() && CryptoUtils.isSemeruFips()) { - protocol = Constants.PROTOCOL_TLS; - } - initialize(JSSEProviderFactory.getKeyManagerFactoryAlgorithm(), JSSEProviderFactory.getTrustManagerFactoryAlgorithm(), Constants.SUNJSSE_NAME, null, - "com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl", null, protocol); - + "com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl", null, Constants.PROTOCOL_SSL); if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Tr.debug(tc, "Created a Sun JSSE provider with protocol " + protocol); + Tr.debug(tc, "Created a Sun JSSE provider"); } } diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/bnd.bnd b/dev/com.ibm.ws.ssl_fat_pkcs12/bnd.bnd index 9f5d9e4d0111..760c92b9bb96 100644 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/bnd.bnd +++ b/dev/com.ibm.ws.ssl_fat_pkcs12/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2017, 2024 IBM Corporation and others. +# Copyright (c) 2017 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -37,9 +37,5 @@ fat.project: true org.apache.directory.server:apacheds-service;version=latest,\ org.apache.httpcomponents:httpclient;strategy=exact;version=4.1.2,\ org.apache.httpcomponents:httpcore;strategy=exact;version=4.1.2,\ - com.ibm.ws.ssl;version=latest, \ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ org.hamcrest:hamcrest-all;version=1.3 diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyjks/bootstrap.properties b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyjks/bootstrap.properties index bb5d43d41e1c..cbb9f84bc56b 100644 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyjks/bootstrap.properties +++ b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyjks/bootstrap.properties @@ -4,8 +4,7 @@ com.ibm.websphere.ssl.*=all=enabled:\ com.ibm.wsspi.ssl.*=all=enabled:\ com.ibm.ws.ssl.*=all=enabled:\ com.ibm.ws.webcontainer.security.test.servlets.*=all=enabled:\ -com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyjks/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyjks/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyjks/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyp12/bootstrap.properties b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyp12/bootstrap.properties index bb5d43d41e1c..cbb9f84bc56b 100644 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyp12/bootstrap.properties +++ b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyp12/bootstrap.properties @@ -4,8 +4,7 @@ com.ibm.websphere.ssl.*=all=enabled:\ com.ibm.wsspi.ssl.*=all=enabled:\ com.ibm.ws.ssl.*=all=enabled:\ com.ibm.ws.webcontainer.security.test.servlets.*=all=enabled:\ -com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyp12/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyp12/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nokeyp12/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nonDefaultLoc/bootstrap.properties b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nonDefaultLoc/bootstrap.properties index bb5d43d41e1c..cbb9f84bc56b 100644 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nonDefaultLoc/bootstrap.properties +++ b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nonDefaultLoc/bootstrap.properties @@ -4,8 +4,7 @@ com.ibm.websphere.ssl.*=all=enabled:\ com.ibm.wsspi.ssl.*=all=enabled:\ com.ibm.ws.ssl.*=all=enabled:\ com.ibm.ws.webcontainer.security.test.servlets.*=all=enabled:\ -com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nonDefaultLoc/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nonDefaultLoc/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nonDefaultLoc/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultjks/bootstrap.properties b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultjks/bootstrap.properties index bb5d43d41e1c..cbb9f84bc56b 100644 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultjks/bootstrap.properties +++ b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultjks/bootstrap.properties @@ -4,8 +4,7 @@ com.ibm.websphere.ssl.*=all=enabled:\ com.ibm.wsspi.ssl.*=all=enabled:\ com.ibm.ws.ssl.*=all=enabled:\ com.ibm.ws.webcontainer.security.test.servlets.*=all=enabled:\ -com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultjks/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultjks/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultjks/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultpkcs12/bootstrap.properties b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultpkcs12/bootstrap.properties index bb5d43d41e1c..cbb9f84bc56b 100644 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultpkcs12/bootstrap.properties +++ b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultpkcs12/bootstrap.properties @@ -4,8 +4,7 @@ com.ibm.websphere.ssl.*=all=enabled:\ com.ibm.wsspi.ssl.*=all=enabled:\ com.ibm.ws.ssl.*=all=enabled:\ com.ibm.ws.webcontainer.security.test.servlets.*=all=enabled:\ -com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultpkcs12/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultpkcs12/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.nondefaultpkcs12/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyjks/bootstrap.properties b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyjks/bootstrap.properties index bb5d43d41e1c..cbb9f84bc56b 100644 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyjks/bootstrap.properties +++ b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyjks/bootstrap.properties @@ -4,8 +4,7 @@ com.ibm.websphere.ssl.*=all=enabled:\ com.ibm.wsspi.ssl.*=all=enabled:\ com.ibm.ws.ssl.*=all=enabled:\ com.ibm.ws.webcontainer.security.test.servlets.*=all=enabled:\ -com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyjks/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyjks/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyjks/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyp12/bootstrap.properties b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyp12/bootstrap.properties index bb5d43d41e1c..cbb9f84bc56b 100644 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyp12/bootstrap.properties +++ b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyp12/bootstrap.properties @@ -4,8 +4,7 @@ com.ibm.websphere.ssl.*=all=enabled:\ com.ibm.wsspi.ssl.*=all=enabled:\ com.ibm.ws.ssl.*=all=enabled:\ com.ibm.ws.webcontainer.security.test.servlets.*=all=enabled:\ -com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug bootstrap.include=../testports.properties diff --git a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyp12/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyp12/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ssl_fat_pkcs12/publish/servers/com.ibm.ws.ssl.fat.pkcs12.withkeyp12/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.threading/bnd.bnd b/dev/com.ibm.ws.threading/bnd.bnd index a0f480f7269e..8365a9a39d98 100644 --- a/dev/com.ibm.ws.threading/bnd.bnd +++ b/dev/com.ibm.ws.threading/bnd.bnd @@ -72,7 +72,6 @@ instrument.classesExcludes: com/ibm/ws/threading/internal/resources/*.class com.ibm.ws.kernel.service;version=latest,\ com.ibm.ws.kernel.boot;version=latest,\ com.ibm.ws.kernel.boot.core;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ io.openliberty.threading.virtual;version=latest,\ io.openliberty.threading.virtual.internal;version=latest,\ com.ibm.ws.kernel.feature.common;version=latest diff --git a/dev/com.ibm.ws.ui_rest_fat/publish/servers/com.ibm.ws.ui.fat/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.ui_rest_fat/publish/servers/com.ibm.ws.ui.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.ui_rest_fat/publish/servers/com.ibm.ws.ui.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.audit/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.audit/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.audit/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.custom/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.custom/bootstrap.properties index ca90b06c13b7..6b1c5ca2d790 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.custom/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.custom/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.custom/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.custom/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.custom/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.ad.nested/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.ad.nested/bootstrap.properties index ca90b06c13b7..6b1c5ca2d790 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.ad.nested/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.ad.nested/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.ad.nested/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.ad.nested/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.ad.nested/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.groupMemberIdMaps/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.groupMemberIdMaps/bootstrap.properties index ca90b06c13b7..6b1c5ca2d790 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.groupMemberIdMaps/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.groupMemberIdMaps/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.groupMemberIdMaps/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.groupMemberIdMaps/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.groupMemberIdMaps/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.tds.nested/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.tds.nested/bootstrap.properties index ca90b06c13b7..6b1c5ca2d790 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.tds.nested/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.tds.nested/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.tds.nested/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.tds.nested/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap.tds.nested/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap/bootstrap.properties index ca90b06c13b7..6b1c5ca2d790 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth.ldap/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth/bootstrap.properties index 0756dcbe388b..0545134455a9 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth/bootstrap.properties @@ -23,8 +23,7 @@ #com.ibm.ws.javaee.*=all=enabled:\ #ChannelFramework=all=enabled:\ #TCPChannel=all=enabled:\ -#com.ibm.ws.security.*=all=enabled:\ -#com.ibm.ws.common.crypto.*=all=enabled +#com.ibm.ws.security.*=all=enabled #config=all=enabled com.ibm.ws.logging.max.file.size=0 diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauth/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthServlet31/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthServlet31/bootstrap.properties index b21ccdbaa268..504060676692 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthServlet31/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthServlet31/bootstrap.properties @@ -19,7 +19,6 @@ com.ibm.ws.ssl.*=all=enabled:\ com.ibm.ws.channel.ssl.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ ChannelFramework=all=enabled:\ TCPChannel=all=enabled #config=all=enabled diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthServlet31/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthServlet31/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthServlet31/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthdeny/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthdeny/bootstrap.properties index 6adb148bfbb0..6fedacf45cf2 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthdeny/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthdeny/bootstrap.properties @@ -14,7 +14,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ logservice=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.websphere.ssl.*=all=enabled:\ com.ibm.wsspi.ssl.*=all=enabled:\ com.ibm.ws.ssl.*=all=enabled:\ diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthdeny/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthdeny/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.basicauthdeny/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.bindings/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.bindings/bootstrap.properties index 287fed5f4602..9905abc68000 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.bindings/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.bindings/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ SSL=all=enabled:SSLChannel=all=enabled:TCPChannel=all=enabled com.ibm.ws.logging.max.file.size=0 diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.bindings/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.bindings/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.bindings/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.clientcert/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.clientcert/bootstrap.properties index 588f45409e6a..5ed66c07b149 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.clientcert/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.clientcert/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ SSL=all=enabled:SSLChannel=all=enabled com.ibm.ws.logging.max.file.size=0 diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.clientcert/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.clientcert/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.clientcert/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.delegation/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.delegation/bootstrap.properties index b9d271544419..4b5a3dc1e18a 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.delegation/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.delegation/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.container.service.security.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ com.ibm.ws.javaee.ddmodel.*=all=enabled diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.delegation/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.delegation/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.delegation/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.formlogin/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.formlogin/bootstrap.properties index 5596e57e47c4..7218733b4154 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.formlogin/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.formlogin/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ SSL=all=enabled:SSLChannel=all=enabled:\ ChannelFramework=all=enabled:TCPChannel=all=enabled:\ diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.formlogin/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.formlogin/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.formlogin/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.loginmethod/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.loginmethod/bootstrap.properties index 0f408a274830..f14a53f18fb1 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.loginmethod/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.loginmethod/bootstrap.properties @@ -13,7 +13,6 @@ #com.ibm.ws.logging.trace.specification=*=info=enabled:\ #com.ibm.ws.security.*=all=enabled:\ -#com.ibm.ws.common.crypto.*=all=enabled:\ #com.ibm.ws.webcontainer.security.*=all=enabled:\ #SSL=all=enabled:SSLChannel=all=enabled:\ #ChannelFramework=all=enabled:TCPChannel=all=enabled:\ diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.loginmethod/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.loginmethod/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.loginmethod/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.osgi/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.osgi/bootstrap.properties index ca90b06c13b7..6b1c5ca2d790 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.osgi/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.osgi/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.osgi/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.osgi/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.osgi/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.persistcred.disabled/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.persistcred.disabled/bootstrap.properties index ca90b06c13b7..6b1c5ca2d790 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.persistcred.disabled/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.persistcred.disabled/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.persistcred.disabled/resources/security/ltpaFIPS.keys b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.persistcred.disabled/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.persistcred.disabled/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.webFragmentDeploymentFailureForAuthConstraint/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.webFragmentDeploymentFailureForAuthConstraint/bootstrap.properties index 7036363b5dc4..d910edc17285 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.webFragmentDeploymentFailureForAuthConstraint/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.webFragmentDeploymentFailureForAuthConstraint/bootstrap.properties @@ -1,6 +1,5 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.webFragmentDeploymentFailureForRunAs/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.webFragmentDeploymentFailureForRunAs/bootstrap.properties index ca90b06c13b7..6b1c5ca2d790 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.webFragmentDeploymentFailureForRunAs/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.webFragmentDeploymentFailureForRunAs/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.webFragmentDeploymentFailureForUserDataConstraint/bootstrap.properties b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.webFragmentDeploymentFailureForUserDataConstraint/bootstrap.properties index ca90b06c13b7..6b1c5ca2d790 100644 --- a/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.webFragmentDeploymentFailureForUserDataConstraint/bootstrap.properties +++ b/dev/com.ibm.ws.webcontainer.security.jacc.1.5_fat/publish/servers/com.ibm.ws.webcontainer.security.fat.webFragmentDeploymentFailureForUserDataConstraint/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 ds.loglevel=debug diff --git a/dev/com.ibm.ws.wssecurity.3.4.1/bnd.bnd b/dev/com.ibm.ws.wssecurity.3.4.1/bnd.bnd index 662286b64c99..c1dc5312f72b 100644 --- a/dev/com.ibm.ws.wssecurity.3.4.1/bnd.bnd +++ b/dev/com.ibm.ws.wssecurity.3.4.1/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2020, 2024 IBM Corporation and others. +# Copyright (c) 2020, 2023 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -98,14 +98,13 @@ instrument.classesExcludes: com/ibm/ws/wssecurity/resources/*.class com.ibm.ws.artifact.overlay;version=latest,\ com.ibm.ws.artifact;version=latest,\ com.ibm.ws.container.service;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ + com.ibm.ws.crypto.common;version=latest,\ com.ibm.ws.crypto.passwordutil;version=latest,\ com.ibm.ws.injection;version=latest,\ com.ibm.ws.javaee.dd.common;version=latest,\ com.ibm.ws.javaee.dd;version=latest,\ com.ibm.ws.jaxws.2.3.common;version=latest,\ + com.ibm.ws.kernel.service;version=latest,\ com.ibm.ws.logging.core;version=latest,\ com.ibm.ws.logging;version=latest,\ com.ibm.ws.org.apache.cxf.rt.security.3.4.1;version=latest,\ @@ -135,8 +134,7 @@ instrument.classesExcludes: com/ibm/ws/wssecurity/resources/*.class com.ibm.ws.webcontainer;version=latest,\ com.ibm.wsspi.org.osgi.service.component.annotations;version=latest,\ com.ibm.ws.org.ehcache.ehcache.107.3.8.1,\ - io.openliberty.wssecurity;version=latest,\ - org.osgi.service.cm + io.openliberty.wssecurity;version=latest -testpath: \ ../build.sharedResources/lib/junit/old/junit.jar;version=file, \ diff --git a/dev/com.ibm.ws.wssecurity.3.4.1/src/com/ibm/ws/wssecurity/internal/WSSecurityClientConfiguration.java b/dev/com.ibm.ws.wssecurity.3.4.1/src/com/ibm/ws/wssecurity/internal/WSSecurityClientConfiguration.java index b8f8bf1cb78d..b19cdd773e63 100755 --- a/dev/com.ibm.ws.wssecurity.3.4.1/src/com/ibm/ws/wssecurity/internal/WSSecurityClientConfiguration.java +++ b/dev/com.ibm.ws.wssecurity.3.4.1/src/com/ibm/ws/wssecurity/internal/WSSecurityClientConfiguration.java @@ -4,7 +4,7 @@ * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: @@ -39,14 +39,15 @@ import com.ibm.websphere.ras.Tr; import com.ibm.websphere.ras.TraceComponent; -import com.ibm.ws.common.crypto.CryptoUtils; +import com.ibm.ws.crypto.common.CryptoMessageUtils; +import com.ibm.ws.crypto.common.CryptoUtils; import com.ibm.ws.security.SecurityService; import com.ibm.ws.wssecurity.cxf.interceptor.WSSecurityLibertyPluginInterceptor; import com.ibm.ws.wssecurity.cxf.validator.UsernameTokenValidator; import com.ibm.wsspi.kernel.service.utils.SerializableProtectedString; @Component(configurationPid = "com.ibm.ws.wssecurity.client.config", - configurationPolicy = ConfigurationPolicy.OPTIONAL, //really? + configurationPolicy = ConfigurationPolicy.OPTIONAL, //really? service = { WSSecurityClientConfiguration.class, ConfigurationListener.class }, immediate = true, property = { "service.vendor=IBM" }) @@ -77,7 +78,7 @@ public class WSSecurityClientConfiguration implements ConfigurationListener { static final String CXF_CBH = WSSEC + ".callback-handler"; static final String[] SPECIAL_CFG_KEYS = { "component.name", "component.id", "config.source", "config.id", "id", - "service.factoryPid", "service.vendor", "service.pid" }; + "service.factoryPid", "service.vendor", "service.pid" }; private volatile String cfgUser; private volatile SerializableProtectedString cfgPassword; @@ -87,7 +88,7 @@ public class WSSecurityClientConfiguration implements ConfigurationListener { private volatile Map properties; private final Set pids = new HashSet(); - + @Reference(policy = ReferencePolicy.DYNAMIC) protected void setConfigurationAdmin(ConfigurationAdmin configAdmin) { this.configAdmin = configAdmin; @@ -125,7 +126,7 @@ protected void modify(Map newProperties) { } /** - * + * */ private synchronized void internalModify() { cfgUser = null; @@ -173,23 +174,29 @@ private void setAndValidateProperties() { signaturePropertyMap.remove(key); } if (newConfigSpecified(signaturePropertyMap)) { - signaturePropertyMap.remove(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); + signaturePropertyMap.remove(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); signaturePropertyMap.putIfAbsent(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER, WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER_NAME); - defaultConfigMap.put(WSSecurityConstants.SEC_SIG_PROPS, signaturePropertyMap); //v3 + defaultConfigMap.put(WSSecurityConstants.SEC_SIG_PROPS, signaturePropertyMap); //v3 } else { - defaultConfigMap.put(WSSecurityConstants.CXF_SIG_PROPS, signaturePropertyMap); //v3 - backward compatibility + defaultConfigMap.put(WSSecurityConstants.CXF_SIG_PROPS, signaturePropertyMap); //v3 - backward compatibility } - + + if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Object sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) != null ? signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_TYPE); - Tr.debug(tc, "signature configuration type = ", sigProp); - sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) != null ? signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_ALIAS); + Object sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) != null ? + signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_TYPE); + Tr.debug(tc, "signature configuration type = ", sigProp ); + sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) != null ? + signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_ALIAS); Tr.debug(tc, "signature configuration alias = ", sigProp); - sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) != null ? signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_FILE); + sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) != null ? + signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_FILE); Tr.debug(tc, "signature configuration ks file = ", sigProp); - sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) != null ? signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_PASSWORD); + sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) != null ? + signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_PASSWORD); Tr.debug(tc, "signature configuration password = ", sigProp); - sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) != null ? signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); + sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) != null ? + signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); Tr.debug(tc, "signature configuration provider = ", sigProp); } @@ -199,7 +206,7 @@ private void setAndValidateProperties() { algorithm = WSSecurityConstants.WSSEC_DEFAULT_SIGNATURE_ALGORITHM; } if (CryptoUtils.isAlgorithmInsecure(algorithm)) { - CryptoUtils.logInsecureAlgorithm("wsSecurityClient.signatureProperties.signatureAlgorithm", algorithm); + CryptoMessageUtils.logInsecureAlgorithm("wsSecurityClient.signatureProperties.signatureAlgorithm", algorithm); } } else { if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { @@ -222,23 +229,28 @@ private void setAndValidateProperties() { encryptionPropertyMap.remove(key); } if (newConfigSpecified(encryptionPropertyMap)) { - encryptionPropertyMap.remove(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); + encryptionPropertyMap.remove(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); encryptionPropertyMap.putIfAbsent(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER, WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER_NAME); - defaultConfigMap.put(WSSecurityConstants.SEC_ENC_PROPS, encryptionPropertyMap); //v3 + defaultConfigMap.put(WSSecurityConstants.SEC_ENC_PROPS, encryptionPropertyMap); //v3 } else { - defaultConfigMap.put(WSSecurityConstants.CXF_ENC_PROPS, encryptionPropertyMap); //v3 - backward compatibility + defaultConfigMap.put(WSSecurityConstants.CXF_ENC_PROPS, encryptionPropertyMap); //v3 - backward compatibility } - + if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Object encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) != null ? encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_TYPE); + Object encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) != null ? + encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE): encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_TYPE); Tr.debug(tc, "encryption configuration type = ", encProp); - encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) != null ? encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_ALIAS); + encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) != null ? + encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_ALIAS); Tr.debug(tc, "encryption configuration alias = ", encProp); - encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) != null ? encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_FILE); + encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) != null ? + encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_FILE); Tr.debug(tc, "encryption configuration ks file = ", encProp); - encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) != null ? encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_PASSWORD); + encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) != null ? + encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_PASSWORD); Tr.debug(tc, "encryption configuration password = ", encProp); - encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) != null ? encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); + encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) != null ? + encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); Tr.debug(tc, "encryption configuration provider = ", encProp); } } else { @@ -283,12 +295,13 @@ private void setAndValidateProperties() { } } + /** * @param signature or encryption propertyMap * @return */ private boolean newConfigSpecified(Map propertyMap) { - Set keys = propertyMap.keySet(); + Set keys = propertyMap.keySet(); for (String key : keys) { if (key.contains(WSSecurityConstants.WSS4J_2)) { return true; @@ -354,7 +367,7 @@ private Map convertToMap(String pid) throws IOException { /* * (non-Javadoc) - * + * * @see org.osgi.service.cm.ConfigurationListener#configurationEvent(org.osgi.service.cm.ConfigurationEvent) */ @Override diff --git a/dev/com.ibm.ws.wssecurity.3.4.1/src/com/ibm/ws/wssecurity/internal/WSSecurityConfiguration.java b/dev/com.ibm.ws.wssecurity.3.4.1/src/com/ibm/ws/wssecurity/internal/WSSecurityConfiguration.java index 98186dc701b6..718a41e2741e 100755 --- a/dev/com.ibm.ws.wssecurity.3.4.1/src/com/ibm/ws/wssecurity/internal/WSSecurityConfiguration.java +++ b/dev/com.ibm.ws.wssecurity.3.4.1/src/com/ibm/ws/wssecurity/internal/WSSecurityConfiguration.java @@ -4,7 +4,7 @@ * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-2.0/ - * + * * SPDX-License-Identifier: EPL-2.0 * * Contributors: @@ -37,7 +37,8 @@ import com.ibm.websphere.ras.Tr; import com.ibm.websphere.ras.TraceComponent; -import com.ibm.ws.common.crypto.CryptoUtils; +import com.ibm.ws.crypto.common.CryptoMessageUtils; +import com.ibm.ws.crypto.common.CryptoUtils; import com.ibm.ws.security.SecurityService; import com.ibm.ws.ssl.KeyStoreService; import com.ibm.ws.wssecurity.cxf.interceptor.WSSecurityLibertyPluginInterceptor; @@ -300,6 +301,7 @@ Map processSamlToken(String samlToken) throws Exception { return samlTokenConfigMap; } + /** */ @@ -329,23 +331,28 @@ private void setAndValidateProperties() { signaturePropertyMap.remove(key); } if (newConfigSpecified(signaturePropertyMap)) { - signaturePropertyMap.remove(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); + signaturePropertyMap.remove(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); signaturePropertyMap.putIfAbsent(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER, WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER_NAME); - defaultConfigMap.put(WSSecurityConstants.SEC_SIG_PROPS, signaturePropertyMap); //v3 + defaultConfigMap.put(WSSecurityConstants.SEC_SIG_PROPS, signaturePropertyMap); //v3 } else { - defaultConfigMap.put(WSSecurityConstants.CXF_SIG_PROPS, signaturePropertyMap); //v3 - backward compatibility + defaultConfigMap.put(WSSecurityConstants.CXF_SIG_PROPS, signaturePropertyMap); //v3 - backward compatibility } if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Object sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) != null ? signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_TYPE); - Tr.debug(tc, "signature configuration type = ", sigProp); - sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) != null ? signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_ALIAS); + Object sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) != null ? + signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_TYPE); + Tr.debug(tc, "signature configuration type = ", sigProp ); + sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) != null ? + signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_ALIAS); Tr.debug(tc, "signature configuration alias = ", sigProp); - sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) != null ? signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_FILE); + sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) != null ? + signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_FILE); Tr.debug(tc, "signature configuration ks file = ", sigProp); - sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) != null ? signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_PASSWORD); + sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) != null ? + signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_KS_PASSWORD); Tr.debug(tc, "signature configuration password = ", sigProp); - sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) != null ? signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); + sigProp = signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) != null ? + signaturePropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) : signaturePropertyMap.get(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); Tr.debug(tc, "signature configuration provider = ", sigProp); } @@ -355,7 +362,7 @@ private void setAndValidateProperties() { algorithm = WSSecurityConstants.WSSEC_DEFAULT_SIGNATURE_ALGORITHM; } if (CryptoUtils.isAlgorithmInsecure(algorithm)) { - CryptoUtils.logInsecureAlgorithm("wsSecurityProvider.signatureProperties.signatureAlgorithm", algorithm); + CryptoMessageUtils.logInsecureAlgorithm("wsSecurityProvider.signatureProperties.signatureAlgorithm", algorithm); } } else { if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { @@ -380,23 +387,28 @@ private void setAndValidateProperties() { encryptionPropertyMap.remove(key); } if (newConfigSpecified(encryptionPropertyMap)) { - encryptionPropertyMap.remove(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); + encryptionPropertyMap.remove(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); encryptionPropertyMap.putIfAbsent(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER, WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER_NAME); - defaultConfigMap.put(WSSecurityConstants.SEC_ENC_PROPS, encryptionPropertyMap); //v3 + defaultConfigMap.put(WSSecurityConstants.SEC_ENC_PROPS, encryptionPropertyMap); //v3 } else { - defaultConfigMap.put(WSSecurityConstants.CXF_ENC_PROPS, encryptionPropertyMap); //v3 - backward compatibility + defaultConfigMap.put(WSSecurityConstants.CXF_ENC_PROPS, encryptionPropertyMap); //v3 - backward compatibility } if (TraceComponent.isAnyTracingEnabled() && tc.isDebugEnabled()) { - Object encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) != null ? encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_TYPE); + Object encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE) != null ? + encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_TYPE): encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_TYPE); Tr.debug(tc, "encryption configuration type = ", encProp); - encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) != null ? encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_ALIAS); + encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) != null ? + encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_ALIAS) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_ALIAS); Tr.debug(tc, "encryption configuration alias = ", encProp); - encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) != null ? encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_FILE); + encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) != null ? + encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_FILE) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_FILE); Tr.debug(tc, "encryption configuration ks file = ", encProp); - encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) != null ? encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_PASSWORD); + encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) != null ? + encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_KS_PASSWORD) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_KS_PASSWORD); Tr.debug(tc, "encryption configuration password = ", encProp); - encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) != null ? encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); + encProp = encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) != null ? + encryptionPropertyMap.get(WSSecurityConstants.WSS4J_2_CRYPTO_PROVIDER) : encryptionPropertyMap.get(WSSecurityConstants.WSS4J_CRYPTO_PROVIDER); Tr.debug(tc, "encryption configuration provider = ", encProp); } } else { @@ -505,21 +517,21 @@ private void setAndValidateProperties() { if (defaultConfigMap.isEmpty()) { Tr.info(tc, "WSSECURITY_NO_CONFIG_DEFINED_PROV"); } /* - * else if (!(defaultConfigMap.containsKey(SecurityConstants.RETURN_SECURITY_ERROR))) { - * defaultConfigMap.put(SecurityConstants.RETURN_SECURITY_ERROR, true); //v3 - * } - */ + else if (!(defaultConfigMap.containsKey(SecurityConstants.RETURN_SECURITY_ERROR))) { + defaultConfigMap.put(SecurityConstants.RETURN_SECURITY_ERROR, true); //v3 + }*/ + } //} - + /** * @param signature or encryption propertyMap * @return */ private boolean newConfigSpecified(Map propertyMap) { - Set keys = propertyMap.keySet(); + Set keys = propertyMap.keySet(); for (String key : keys) { if (key.contains(WSSecurityConstants.WSS4J_2)) { return true; @@ -528,6 +540,7 @@ private boolean newConfigSpecified(Map propertyMap) { return false; } + /** * @return callback class name for this configuration. */ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/bnd.bnd b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/bnd.bnd index 84b445ee9843..46adf3418641 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/bnd.bnd +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/bnd.bnd @@ -1,5 +1,5 @@ #******************************************************************************* -# Copyright (c) 2021, 2024 IBM Corporation and others. +# Copyright (c) 2021, 2023 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at @@ -89,8 +89,5 @@ tested.features:\ com.ibm.ws.org.apache.wss4j.ws.security.web;version=latest,\ com.ibm.ws.org.apache.santuario.xmlsec.2.2.0;version=latest,\ com.ibm.ws.org.apache.directory.server;version=latest,\ - com.ibm.ws.kernel.boot.core;version=latest, \ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest,\ com.ibm.ws.com.unboundid;version=latest,\ com.unboundid:unboundid-ldapsdk;version=latest diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties index b2b4643f737b..6c629429c80a 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties @@ -5,7 +5,6 @@ org.apache.xml.security.*=all=enabled:\ #com.ibm.ws.security.common*=all=enabled:\ #com.ibm.ws.security.saml*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ #com.ibm.oauth.*=all=enabled:com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/publish/servers/com.ibm.ws.wssecurity_fat.saml.wssTemplates/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/publish/servers/com.ibm.ws.wssecurity_fat.saml.wssTemplates/bootstrap.properties index 8b54dc85a82e..e8e05a58eadc 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/publish/servers/com.ibm.ws.wssecurity_fat.saml.wssTemplates/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/publish/servers/com.ibm.ws.wssecurity_fat.saml.wssTemplates/bootstrap.properties @@ -5,7 +5,6 @@ org.apache.xml.security.*=all=enabled:\ #com.ibm.ws.security.common*=all=enabled:\ #com.ibm.ws.security.saml*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ #com.ibm.oauth.*=all=enabled:com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/publish/servers/com.ibm.ws.wssecurity_fat.saml/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/publish/servers/com.ibm.ws.wssecurity_fat.saml/bootstrap.properties index a53b680835bb..a4843f75b573 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/publish/servers/com.ibm.ws.wssecurity_fat.saml/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.1/publish/servers/com.ibm.ws.wssecurity_fat.saml/bootstrap.properties @@ -5,7 +5,6 @@ org.apache.xml.security.*=all=enabled:\ com.ibm.ws.security.common*=all=enabled:\ com.ibm.ws.security.saml*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ com.ibm.oauth.*=all=enabled:com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.2/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.2/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties index b2b4643f737b..6c629429c80a 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.2/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.2/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties @@ -5,7 +5,6 @@ org.apache.xml.security.*=all=enabled:\ #com.ibm.ws.security.common*=all=enabled:\ #com.ibm.ws.security.saml*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ #com.ibm.oauth.*=all=enabled:com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.2/publish/servers/com.ibm.ws.wssecurity_fat.saml.caller.ee7lite/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.2/publish/servers/com.ibm.ws.wssecurity_fat.saml.caller.ee7lite/bootstrap.properties index f2c93d65ad2f..ed4819f8620e 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.2/publish/servers/com.ibm.ws.wssecurity_fat.saml.caller.ee7lite/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.2/publish/servers/com.ibm.ws.wssecurity_fat.saml.caller.ee7lite/bootstrap.properties @@ -5,7 +5,6 @@ org.apache.xml.security.*=all=enabled:\ #com.ibm.ws.security.common*=all=enabled:\ #com.ibm.ws.security.saml*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ #com.ibm.oauth.*=all=enabled:com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.2/publish/servers/com.ibm.ws.wssecurity_fat.saml.caller/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.2/publish/servers/com.ibm.ws.wssecurity_fat.saml.caller/bootstrap.properties index f2c93d65ad2f..ed4819f8620e 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.2/publish/servers/com.ibm.ws.wssecurity_fat.saml.caller/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.2/publish/servers/com.ibm.ws.wssecurity_fat.saml.caller/bootstrap.properties @@ -5,7 +5,6 @@ org.apache.xml.security.*=all=enabled:\ #com.ibm.ws.security.common*=all=enabled:\ #com.ibm.ws.security.saml*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ #com.ibm.oauth.*=all=enabled:com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.3/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.3/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties index b2b4643f737b..6c629429c80a 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.3/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.3/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties @@ -5,7 +5,6 @@ org.apache.xml.security.*=all=enabled:\ #com.ibm.ws.security.common*=all=enabled:\ #com.ibm.ws.security.saml*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ #com.ibm.oauth.*=all=enabled:com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.3/publish/servers/com.ibm.ws.wssecurity_fat.saml.caller/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.3/publish/servers/com.ibm.ws.wssecurity_fat.saml.caller/bootstrap.properties index f2c93d65ad2f..ed4819f8620e 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.3/publish/servers/com.ibm.ws.wssecurity_fat.saml.caller/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.3/publish/servers/com.ibm.ws.wssecurity_fat.saml.caller/bootstrap.properties @@ -5,7 +5,6 @@ org.apache.xml.security.*=all=enabled:\ #com.ibm.ws.security.common*=all=enabled:\ #com.ibm.ws.security.saml*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ #com.ibm.oauth.*=all=enabled:com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.5/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.5/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties index b2b4643f737b..6c629429c80a 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.5/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.5/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties @@ -5,7 +5,6 @@ org.apache.xml.security.*=all=enabled:\ #com.ibm.ws.security.common*=all=enabled:\ #com.ibm.ws.security.saml*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ #com.ibm.oauth.*=all=enabled:com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.5/publish/servers/com.ibm.ws.wssecurity_fat.saml/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.5/publish/servers/com.ibm.ws.wssecurity_fat.saml/bootstrap.properties index a53b680835bb..a4843f75b573 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.5/publish/servers/com.ibm.ws.wssecurity_fat.saml/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.5/publish/servers/com.ibm.ws.wssecurity_fat.saml/bootstrap.properties @@ -5,7 +5,6 @@ org.apache.xml.security.*=all=enabled:\ com.ibm.ws.security.common*=all=enabled:\ com.ibm.ws.security.saml*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ com.ibm.oauth.*=all=enabled:com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties index b2b4643f737b..6c629429c80a 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml.2servers/bootstrap.properties @@ -5,7 +5,6 @@ org.apache.xml.security.*=all=enabled:\ #com.ibm.ws.security.common*=all=enabled:\ #com.ibm.ws.security.saml*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ #com.ibm.oauth.*=all=enabled:com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml.2serverswithep/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml.2serverswithep/bootstrap.properties index 05e6e55583f2..a80fe539aadf 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml.2serverswithep/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml.2serverswithep/bootstrap.properties @@ -3,7 +3,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ org.apache.xml.security.*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ org.apache.cxf.*=all:\ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml.wssTemplateswithep/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml.wssTemplateswithep/bootstrap.properties index add9bf9d32ae..a818cfb5eb4b 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml.wssTemplateswithep/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml.wssTemplateswithep/bootstrap.properties @@ -3,7 +3,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ org.apache.xml.security.*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ org.apache.cxf.*=all:\ diff --git a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml/bootstrap.properties b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml/bootstrap.properties index a53b680835bb..a4843f75b573 100644 --- a/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml/bootstrap.properties +++ b/dev/com.ibm.ws.wssecurity_fat.wsscxf.saml.6/publish/servers/com.ibm.ws.wssecurity_fat.saml/bootstrap.properties @@ -5,7 +5,6 @@ org.apache.xml.security.*=all=enabled:\ com.ibm.ws.security.common*=all=enabled:\ com.ibm.ws.security.saml*=all=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.wssecurity.*=all=enabled:\ com.ibm.ws.webcontainer.*=all=enabled:\ com.ibm.oauth.*=all=enabled:com.ibm.wsspi.security.oauth20.*=all=enabled:\ diff --git a/dev/fattest.simplicity/bnd.bnd b/dev/fattest.simplicity/bnd.bnd index a5fbeb55cb04..68a6020537d4 100644 --- a/dev/fattest.simplicity/bnd.bnd +++ b/dev/fattest.simplicity/bnd.bnd @@ -110,8 +110,6 @@ fat.test.container.images: testcontainers/ryuk:0.9.0, testcontainers/sshd:1.2.0, com.ibm.websphere.javaee.cdi.1.2;version=latest,\ io.openliberty.jakarta.cdi.3.0;version=latest,\ com.ibm.ws.kernel.boot;version=latest,\ - com.ibm.ws.kernel.service;version=latest,\ - com.ibm.ws.kernel.security.thread;version=latest, \ io.openliberty.org.eclipse.openj9.criu;version=latest,\ com.ibm.ws.org.slf4j.api;version=latest,\ com.ibm.ws.org.slf4j.simple;version=latest,\ diff --git a/dev/fattest.simplicity/build.gradle b/dev/fattest.simplicity/build.gradle index f2953686cc37..57b6c20bbefc 100644 --- a/dev/fattest.simplicity/build.gradle +++ b/dev/fattest.simplicity/build.gradle @@ -121,11 +121,6 @@ task extractArquillianSupportJakartaFeature21(type:Sync) { } } -task extractResources(type: Copy) { - from project.file('resources/security/ltpaFIPS.keys') - into new File(buildDir, 'resources/security') -} - jar { // NOTE: this is called by fat.gradle:autoFVT dependsOn assembleBootstrap dependsOn extractArquillianSupportFeature @@ -148,5 +143,4 @@ task publishArquillianSupportFeature(type:Copy) { assemble { dependsOn publishArquillianSupportFeature - dependsOn extractResources } diff --git a/dev/fattest.simplicity/resources/security/ltpaFIPS.keys b/dev/fattest.simplicity/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/fattest.simplicity/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.checkpoint_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.federation/bootstrap.properties b/dev/io.openliberty.checkpoint_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.federation/bootstrap.properties index e241e874b173..d28062ea5914 100755 --- a/dev/io.openliberty.checkpoint_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.federation/bootstrap.properties +++ b/dev/io.openliberty.checkpoint_fat/publish/servers/com.ibm.ws.security.wim.adapter.ldap.fat.federation/bootstrap.properties @@ -12,6 +12,6 @@ ############################################################################### websphere.java.security.exempt=true -com.ibm.ws.logging.trace.specification=*=info=enabled:checkpoint=all:com.ibm.ws.security.*=all=enabled:com.ibm.ws.common.crypto.*=all=enabled +com.ibm.ws.logging.trace.specification=*=info=enabled:checkpoint=all:com.ibm.ws.security.*=all=enabled com.ibm.ws.logging.max.file.size=0 bootstrap.include=../testports.properties diff --git a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.provider.in.app.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.provider.in.app.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.checkpoint_fat_jcache_hazelcast/publish/servers/io.openliberty.jcache.internal.fat.provider.in.app.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.checkpoint_fat_security_oidc_social/publish/servers/com.ibm.ws.security.jaspic11.fat/bootstrap.properties b/dev/io.openliberty.checkpoint_fat_security_oidc_social/publish/servers/com.ibm.ws.security.jaspic11.fat/bootstrap.properties index 759f104d0e7e..2bf8df9d96ea 100644 --- a/dev/io.openliberty.checkpoint_fat_security_oidc_social/publish/servers/com.ibm.ws.security.jaspic11.fat/bootstrap.properties +++ b/dev/io.openliberty.checkpoint_fat_security_oidc_social/publish/servers/com.ibm.ws.security.jaspic11.fat/bootstrap.properties @@ -13,7 +13,6 @@ com.ibm.ws.logging.trace.specification=*=event=enabled:\ com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink=all:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.httpservice=all=enabled:\ com.ibm.websphere.security.*=all=enabled:\ com.ibm.wsspi.security.*=all=enabled:\ diff --git a/dev/io.openliberty.checkpoint_fat_security_oidc_social/publish/servers/com.ibm.ws.security.jaspic11.fat/resources/security/ltpaFIPS.keys b/dev/io.openliberty.checkpoint_fat_security_oidc_social/publish/servers/com.ibm.ws.security.jaspic11.fat/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.checkpoint_fat_security_oidc_social/publish/servers/com.ibm.ws.security.jaspic11.fat/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jaxrs.global.handler.internal_fat/publish/servers/RSCDITestServer/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jaxrs.global.handler.internal_fat/publish/servers/RSCDITestServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jaxrs.global.handler.internal_fat/publish/servers/RSCDITestServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jaxws.global.handler.internal_fat/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jaxws.global.handler.internal_fat/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jaxws.global.handler.internal_fat/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jaxws.security_fat.1/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jaxws.security_fat.1/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jaxws.security_fat.1/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jaxws.security_fat.ssl/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jaxws.security_fat.ssl/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jaxws.security_fat.ssl/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jaxws.security_fat/publish/servers/EJBInJarSecurityServer/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jaxws.security_fat/publish/servers/EJBInJarSecurityServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jaxws.security_fat/publish/servers/EJBInJarSecurityServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jaxws.security_fat/publish/servers/EJBInWarSecurityServer/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jaxws.security_fat/publish/servers/EJBInWarSecurityServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jaxws.security_fat/publish/servers/EJBInWarSecurityServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jaxws.security_fat/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jaxws.security_fat/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jaxws.security_fat/publish/servers/JaxWsTransportSecurityServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jaxws.security_fat/publish/servers/POJOServiceSecurityServer/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jaxws.security_fat/publish/servers/POJOServiceSecurityServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jaxws.security_fat/publish/servers/POJOServiceSecurityServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jaxws.security_fat/publish/servers/WsdlLocationHttpsServer/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jaxws.security_fat/publish/servers/WsdlLocationHttpsServer/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jaxws.security_fat/publish/servers/WsdlLocationHttpsServer/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.dynamicupdate.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.dynamicupdate.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.dynamicupdate.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.provider.in.app.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.provider.in.app.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.provider.in.app.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.spnego.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.spnego.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.hazelcast/publish/servers/io.openliberty.jcache.internal.fat.spnego.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.casting.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.failure.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.auth.cache.restart.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.delete.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.dynamicupdate.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.dynamicupdate.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.dynamicupdate.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.jwt.cookie.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.ltpa.cookie.cache.restart.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oauth20.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidcclient.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.oidclogin.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.provider.in.app.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.provider.in.app.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.provider.in.app.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.2/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.2/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.saml.auth.cache.2/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.spnego.auth.cache.1/resources/security/ltpaFIPS.keys b/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.spnego.auth.cache.1/resources/security/ltpaFIPS.keys deleted file mode 100644 index dff3d1f6f069..000000000000 --- a/dev/io.openliberty.jcache.internal_fat.infinispan/publish/servers/io.openliberty.jcache.internal.fat.spnego.auth.cache.1/resources/security/ltpaFIPS.keys +++ /dev/null @@ -1,8 +0,0 @@ -#Fri Sep 13 14:24:02 PDT 2024 -com.ibm.websphere.CreationDate=Fri Sep 13 14\:23\:52 PDT 2024 -com.ibm.websphere.ltpa.version=1.0 -com.ibm.websphere.ltpa.3DESKey=9KfdS15V4ujMTvaYSYEnESiQaiPIQEN9lZFH+w5EpJ07FkUM+sPxiF83QqOSdinQ -com.ibm.websphere.CreationHost=localhost -com.ibm.websphere.ltpa.PrivateKey=NweYlrwEnk7++//sSn6DVF+RRegEnryv67yZ5y6NeIqP0TFkkszUqVWoh58n87dm4UTgP5CRJcHv7p79yEgpVkTJjfW7cUTujtGXUO9JGcdVFqS6kE37fHhWwpDLaCCln9M1/ef0ZjyC+ciZWScgoVGLpaJTcX7i9hsAM/1xUl2mKoWMVNEPecnUBsz4+8rZRWQD0i2QjOLmKQKljcOWw+11byOZZwyKgiqWN/S3q/ILLdhQMFfCnwWCHxsbqKsp5lKvX48LFHk2d7Ig1DtpdIMdRjTT0qeMfFSMtmeMBPAZMwpLFOsn0IZCzwUFeXmwH15NIFt4WwOpo4kVFOgn0wxqgii787+/l79XLT+Gq2tJpMP5HQbXrNDByp+ZdXoIsHWGM9jKC61BJlLX/WZ5GwND4yRQRhPx15K48XYxpTn6PZc7oK924HxWY6tJF3wjrGKE7l5PNdVTo39ZO3tTrHXxVAxiT0GS2Ct/Ikq8qIfPV0SvOOyWpAef4Oq2LXD9S2vyLC4OmECeXmGpEHkksZEN39Pfxiv3CCf3ImDdPQhKr79GcjUjimGeMTBQUxNLNltQwYImtBjL8yUSLwEpUn+cPSOLznKtrVtundbQL22aMKkg9z1n7hsY/0KkDliSWtAhxFukiKrlNZBxFtsmmF8ehj+PjOaRTJwEqvpoYLvNyAW5F80xpMBBt0580yG6nhm2scSonmShJg\=\= -com.ibm.websphere.ltpa.Realm=BasicRealm -com.ibm.websphere.ltpa.PublicKey=AKibrRdG/x9EW1aW6wXya0oGmis22cdZniIX4Z2Tyb1y7c/9CeRLJqIFbSPe+MAVTjvFSuUFLj2vfL9ih+QcsWW/t5ZJjVJL2zkve5aUaPLIqSRe+727o0TEHNMW8/odQq+zYdj4yZahgJp5YpuCgR9bs7wMVpDaKxCRD37fQao96HgaFCCl0s2iqJaOD5L/EQX51MMlV3zxUQgsbT5ItbnzWAW57AQ4hGi6v4L+y1fIm2mpA/xvB8GugOZv3TGU3W8QPIFjnsIH3V6Ff+hkwQAsjuuGaeA/Gs4xtoRat/BQe4u6KwRCpoz2e3Q6k6sAiAsB8GHoNwvLYPHXwdeG/JkBAAE\= diff --git a/dev/io.openliberty.security.jakartasec.3.0.internal_fat.config.commonTest/publish/servers/jakartasec-3.0_fat.config.rp.ELOverrideHttpSession/bootstrap.properties b/dev/io.openliberty.security.jakartasec.3.0.internal_fat.config.commonTest/publish/servers/jakartasec-3.0_fat.config.rp.ELOverrideHttpSession/bootstrap.properties index b22dfd01c6b6..e50f7627ee92 100644 --- a/dev/io.openliberty.security.jakartasec.3.0.internal_fat.config.commonTest/publish/servers/jakartasec-3.0_fat.config.rp.ELOverrideHttpSession/bootstrap.properties +++ b/dev/io.openliberty.security.jakartasec.3.0.internal_fat.config.commonTest/publish/servers/jakartasec-3.0_fat.config.rp.ELOverrideHttpSession/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ io.openliberty.security.*=all:\ org.apache.http.client.*=all diff --git a/dev/io.openliberty.security.jakartasec.3.0.internal_fat.config.commonTest/publish/servers/jakartasec-3.0_fat.config.rp/bootstrap.properties b/dev/io.openliberty.security.jakartasec.3.0.internal_fat.config.commonTest/publish/servers/jakartasec-3.0_fat.config.rp/bootstrap.properties index b22dfd01c6b6..e50f7627ee92 100644 --- a/dev/io.openliberty.security.jakartasec.3.0.internal_fat.config.commonTest/publish/servers/jakartasec-3.0_fat.config.rp/bootstrap.properties +++ b/dev/io.openliberty.security.jakartasec.3.0.internal_fat.config.commonTest/publish/servers/jakartasec-3.0_fat.config.rp/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ io.openliberty.security.*=all:\ org.apache.http.client.*=all diff --git a/dev/io.openliberty.security.jakartasec.3.0.internal_fat.logout/publish/servers/jakartasec-3.0_fat.logout.rp/bootstrap.properties b/dev/io.openliberty.security.jakartasec.3.0.internal_fat.logout/publish/servers/jakartasec-3.0_fat.logout.rp/bootstrap.properties index b22dfd01c6b6..e50f7627ee92 100644 --- a/dev/io.openliberty.security.jakartasec.3.0.internal_fat.logout/publish/servers/jakartasec-3.0_fat.logout.rp/bootstrap.properties +++ b/dev/io.openliberty.security.jakartasec.3.0.internal_fat.logout/publish/servers/jakartasec-3.0_fat.logout.rp/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ io.openliberty.security.*=all:\ org.apache.http.client.*=all diff --git a/dev/io.openliberty.security.jakartasec.3.0.internal_fat.refresh/publish/servers/jakartasec-3.0_fat.refresh.rp/bootstrap.properties b/dev/io.openliberty.security.jakartasec.3.0.internal_fat.refresh/publish/servers/jakartasec-3.0_fat.refresh.rp/bootstrap.properties index 779cccb9427e..d7abc19eac0a 100644 --- a/dev/io.openliberty.security.jakartasec.3.0.internal_fat.refresh/publish/servers/jakartasec-3.0_fat.refresh.rp/bootstrap.properties +++ b/dev/io.openliberty.security.jakartasec.3.0.internal_fat.refresh/publish/servers/jakartasec-3.0_fat.refresh.rp/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ io.openliberty.security.*=all:\ org.apache.http.client.*=all diff --git a/dev/io.openliberty.security.jakartasec.3.0.internal_fat/publish/servers/jakartasec-3.0_fat.rp/bootstrap.properties b/dev/io.openliberty.security.jakartasec.3.0.internal_fat/publish/servers/jakartasec-3.0_fat.rp/bootstrap.properties index dfc704d609d3..6e2ce4956803 100644 --- a/dev/io.openliberty.security.jakartasec.3.0.internal_fat/publish/servers/jakartasec-3.0_fat.rp/bootstrap.properties +++ b/dev/io.openliberty.security.jakartasec.3.0.internal_fat/publish/servers/jakartasec-3.0_fat.rp/bootstrap.properties @@ -14,7 +14,6 @@ bootstrap.include=../testports.properties com.ibm.ws.logging.trace.specification=*=info=enabled:\ com.ibm.ws.security.*=all=enabled:\ -com.ibm.ws.common.crypto.*=all=enabled:\ jakarta.security.*=all=enabled:\ com.ibm.ws.webcontainer.security.*=all=enabled:\ io.openliberty.security.*=all:\