This is an automated email from the ASF dual-hosted git repository.
olli pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-crypto.git.
from def23b1 SLING-8885 Provide an extensible crypto implementation based
on Jasypt
new ef071dc SLING-8885 Provide an extensible crypto implementation based
on Jasypt
new 1cc4e03 SLING-8886 Provide a Web Console plugin to encrypt messages
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
bnd.bnd | 27 +++
pom.xml | 18 ++
.../crypto/internal/EncryptWebConsolePlugin.java | 190 +++++++++++++++++++++
...yptRandomIvGeneratorRegistrarConfiguration.java | 2 +-
...tRandomSaltGeneratorRegistrarConfiguration.java | 2 +-
.../JasyptStandardPBEStringCryptoService.java | 8 +-
...tandardPBEStringCryptoServiceConfiguration.java | 28 +--
.../commons/crypto/it/tests/CryptoTestSupport.java | 1 -
.../it/tests/jasypt/JasyptCryptoTestSupport.java} | 19 ++-
.../JasyptStandardPBEStringCryptoServiceIT.java | 3 +-
10 files changed, 268 insertions(+), 30 deletions(-)
create mode 100644
src/main/java/org/apache/sling/commons/crypto/internal/EncryptWebConsolePlugin.java
copy src/{main/java/org/apache/sling/commons/crypto/CryptoService.java =>
test/java/org/apache/sling/commons/crypto/it/tests/jasypt/JasyptCryptoTestSupport.java}
(55%)