This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 7b812b2 Fixing some invalid bits in some of the test WSDLs
new 2fad69a [CXF-8162] JWE with multiple recipients does not work for AES
CBC Encryption (#604)
new dbc1093 Minor fix to last PR
new 04454ed Recording .gitmergeinfo Changes
The 3 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:
.gitmergeinfo | 2 +
.../jose/jwe/AesCbcContentEncryptionAlgorithm.java | 86 ++++++++++++++
.../security/jose/jwe/AesCbcHmacJweEncryption.java | 92 +++++----------
.../apache/cxf/rs/security/jose/jwe/JweUtils.java | 3 +
.../rs/security/jose/jwe/JweJsonProducerTest.java | 130 ++++++++++++++++++++-
5 files changed, 251 insertions(+), 62 deletions(-)
create mode 100644
rt/rs/security/jose-parent/jose/src/main/java/org/apache/cxf/rs/security/jose/jwe/AesCbcContentEncryptionAlgorithm.java