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


 discard bafd478781 Verify the upload token by decrypting it
 discard 91d07cc72f Update the user guide for the redesigned crypt API
 discard 7615036920 Let the crypt scheme generate its own key
 discard 7faa1f7ab8 Bind encrypted pages to their page id via AEAD associated 
data
 discard 156d391aab Unify and harden the cryptography subsystem (Wicket 11)
     new 09e05c3d98 WICKET-7190 Unify and harden the cryptography subsystem 
(Wicket 11)
     new 31b7ce12f6 WICKET-7190 Bind encrypted pages to their page id via AEAD 
associated data
     new 6b85d7c81a WICKET-7190 Let the crypt scheme generate its own key
     new 33eaf71733 WICKET-7190 Update the user guide for the redesigned crypt 
API
     new e1c2f26508 WICKET-7190 Verify the upload token by decrypting it
     new a1864aeaf6 WICKET-7190 State the page store trust boundary on the 
crypt API

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (bafd478781)
            \
             N -- N -- N   refs/heads/crypt-unification (a1864aeaf6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 6 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:
 .../main/java/org/apache/wicket/core/util/crypt/ICryptScheme.java   | 5 +++++
 .../main/java/org/apache/wicket/pageStore/CryptingPageStore.java    | 6 ++++++
 2 files changed, 11 insertions(+)

Reply via email to