[java-opensaml] branch dev/OSJ-82 updated (ae3456f48 -> 139fc9982)

Brent Putman putmanb at georgetown.edu
Sun Dec 20 01:15:32 UTC 2020


This is an automated email from the git hooks/post-receive script.

putmanb pushed a change to branch dev/OSJ-82
in repository java-opensaml.

      from  ae3456f48 Basic framework classes for key agreement processing, incl ECDH impl.
       new  78257767b Key agreement components must account for both encryption and decryption
       new  139fc9982 Make a copy of KeyAgreementParameters so can be modified internally

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/opensaml/security/crypto/ec/ECSupport.java | 14 ++---
 .../opensaml/security/crypto/ec/ECSupportTest.java | 11 ++--
 .../xmlsec/agreement/KeyAgreementParameters.java   | 19 ++++++
 .../xmlsec/agreement/KeyAgreementProcessor.java    |  8 ++-
 .../impl/AbstractKeyAgreementProcessor.java        | 69 +++++++++++++++-------
 .../agreement/impl/ECDHKeyAgreementProcessor.java  | 47 +++++++++------
 .../xmlsec/agreement/impl/PrivateCredential.java   | 38 +++++++-----
 .../xmlsec/agreement/impl/StaticStaticMode.java    | 15 +++--
 .../impl/ECDHKeyAgreementProcessorTest.java        | 66 ++++++++++++++++++---
 ...KANonceTest.java => PrivateCredentialTest.java} | 28 +++++----
 10 files changed, 220 insertions(+), 95 deletions(-)
 copy opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/config/DecryptionParserPool.java => opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/agreement/impl/PrivateCredential.java (50%)
 copy opensaml-saml-api/src/main/java/org/opensaml/saml/metadata/resolver/index/MetadataIndexKey.java => opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/agreement/impl/StaticStaticMode.java (66%)
 copy opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/agreement/impl/{KANonceTest.java => PrivateCredentialTest.java} (54%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list