This is an automated email from the ASF dual-hosted git repository.
papegaaij pushed a change to branch crypt-unification
in repository https://gitbox.apache.org/repos/asf/wicket.git
from a1864aeaf6 WICKET-7190 State the page store trust boundary on the
crypt API
add fb394dc89c WICKET-7190 Encrypt URLs deterministically so they stay
cacheable
No new revisions were added by this update.
Summary of changes:
SECURITY.md | 15 +++
.../mapper/CryptoMapperResourceStabilityTest.java | 113 +++++++++++++++++++++
.../core/request/mapper/CryptoMapperTest.java | 50 ++++++---
.../wicket/core/util/crypt/SchemeCryptTest.java | 71 +++++++++++++
.../CryptedUrlWebRequestCodingStrategyTest.java | 6 ++
.../wicket/core/request/mapper/CryptoMapper.java | 104 +++----------------
.../core/util/crypt/AbstractAesGcmCryptScheme.java | 95 ++++++++++++++++-
.../org/apache/wicket/core/util/crypt/ICrypt.java | 59 ++++++++++-
.../wicket/core/util/crypt/ICryptScheme.java | 31 +++++-
.../org/apache/wicket/core/util/crypt/NoCrypt.java | 12 +++
.../apache/wicket/core/util/crypt/SchemeCrypt.java | 31 ++++--
.../src/main/asciidoc/security/security_4.adoc | 13 ++-
12 files changed, 481 insertions(+), 119 deletions(-)
create mode 100644
wicket-core-tests/src/test/java/org/apache/wicket/core/request/mapper/CryptoMapperResourceStabilityTest.java