This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new d46582b  Fixes SLING-10454 - Removing 'default' Crypto configurations 
from the reference project
d46582b is described below

commit d46582b62024c11c24104677a94e4cfded7867c1
Author: Dan Klco <[email protected]>
AuthorDate: Wed Jun 2 16:17:07 2021 -0400

    Fixes SLING-10454 - Removing 'default' Crypto configurations from the 
reference project
---
 ...JasyptRandomIvGeneratorRegistrar-default.config | 19 ----------------
 ...syptRandomSaltGeneratorRegistrar-default.config | 19 ----------------
 ...ptStandardPBEStringCryptoService-default.config | 26 ----------------------
 3 files changed, 64 deletions(-)

diff --git 
a/reference/src/main/resources/jcr_root/apps/reference/install/org.apache.sling.commons.crypto.jasypt.internal.JasyptRandomIvGeneratorRegistrar-default.config
 
b/reference/src/main/resources/jcr_root/apps/reference/install/org.apache.sling.commons.crypto.jasypt.internal.JasyptRandomIvGeneratorRegistrar-default.config
deleted file mode 100644
index 488bb44..0000000
--- 
a/reference/src/main/resources/jcr_root/apps/reference/install/org.apache.sling.commons.crypto.jasypt.internal.JasyptRandomIvGeneratorRegistrar-default.config
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-# 
-#   http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-algorithm="SHA1PRNG"
\ No newline at end of file
diff --git 
a/reference/src/main/resources/jcr_root/apps/reference/install/org.apache.sling.commons.crypto.jasypt.internal.JasyptRandomSaltGeneratorRegistrar-default.config
 
b/reference/src/main/resources/jcr_root/apps/reference/install/org.apache.sling.commons.crypto.jasypt.internal.JasyptRandomSaltGeneratorRegistrar-default.config
deleted file mode 100644
index 488bb44..0000000
--- 
a/reference/src/main/resources/jcr_root/apps/reference/install/org.apache.sling.commons.crypto.jasypt.internal.JasyptRandomSaltGeneratorRegistrar-default.config
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-# 
-#   http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-algorithm="SHA1PRNG"
\ No newline at end of file
diff --git 
a/reference/src/main/resources/jcr_root/apps/reference/install/org.apache.sling.commons.crypto.jasypt.internal.JasyptStandardPBEStringCryptoService-default.config
 
b/reference/src/main/resources/jcr_root/apps/reference/install/org.apache.sling.commons.crypto.jasypt.internal.JasyptStandardPBEStringCryptoService-default.config
deleted file mode 100644
index 1d0e9c6..0000000
--- 
a/reference/src/main/resources/jcr_root/apps/reference/install/org.apache.sling.commons.crypto.jasypt.internal.JasyptStandardPBEStringCryptoService-default.config
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-# 
-#   http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-algorithm="PBEWITHHMACSHA512ANDAES_256"
-saltGenerator.target=""
-securityProviderName=""
-ivGenerator.target=""
-securityProvider.target=""
-keyObtentionIterations=I"1000"
-names=["default"]
-stringOutputType="base64"
\ No newline at end of file

Reply via email to