[java-opensaml] branch dev/OSJ-82 updated (c56b4119a -> 5559b6b30)
Brent Putman
putmanb at georgetown.edu
Thu Feb 11 03:55:06 UTC 2021
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.
discards c56b4119a OSJ-118: Implement PublicKey <-> ECKeyValue in KeyInfoSupport
discards eece3008a OSJ-75: Implement EC support for derivePublicKey in KeySupport
discards 6da9b7029 KeyDerivation API must account for algorithm URIs without key length.
discards 302408c8b KeyInfo support for KeyAgreementCredential.
discards 938b4e252 Finish out ConcatKDF and PBKDF2 implementations.
discards 915530832 Config-oriented params should be initializable, so can't be changed.
discards 63246c481 Some configurable key agreement parameters need to be cloneable
discards 84983d139 Change APIs to use algorithm URI rather then JCA key algorithm + length
discards 56e4094c1 Exception message typo.
discards be2234936 Make a copy of KeyAgreementParameters so can be modified internally
discards eb6615278 Key agreement components must account for both encryption and decryption
discards fc17204e2 Basic framework classes for key agreement processing, incl ECDH impl.
discards c26e5c1dc Additional base crypto support for ECDH operations.
discards a61e92b9b Additional XML Encryption 1.1 XMLObject providers.
discards de802dd28 Additional constants and algorithm descriptors from XML Encryption 1.1.
adds b2d99daef Cast warnings.
adds 4f3841fed Tweak warning when no encryption key is found.
new 371e37813 Additional constants and algorithm descriptors from XML Encryption 1.1.
new 08a4605ba Additional XML Encryption 1.1 XMLObject providers.
new 301d732b1 Additional base crypto support for ECDH operations.
new 474549e2d Basic framework classes for key agreement processing, incl ECDH impl.
new 1c3e40fbf Key agreement components must account for both encryption and decryption
new af2f8db61 Make a copy of KeyAgreementParameters so can be modified internally
new f903104a5 Exception message typo.
new 862f78d51 Change APIs to use algorithm URI rather then JCA key algorithm + length
new 82572dd3b Some configurable key agreement parameters need to be cloneable
new de47cf538 Config-oriented params should be initializable, so can't be changed.
new 4384c9aeb Finish out ConcatKDF and PBKDF2 implementations.
new e88609610 KeyInfo support for KeyAgreementCredential.
new 4440150e9 KeyDerivation API must account for algorithm URIs without key length.
new d46090e55 OSJ-75: Implement EC support for derivePublicKey in KeySupport
new b4f0d5aa7 OSJ-118: Implement PublicKey <-> ECKeyValue in KeyInfoSupport
new 5a5ce0201 Add NamedCurve impls for legacy curves as defined by SunEC provider.
new 5559b6b30 Add support for auto registering all NamedCurves known to Bouncy Castle.
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 (c56b4119a)
\
N -- N -- N refs/heads/dev/OSJ-82 (5559b6b30)
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 "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 17 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:
.../GlobalNamedCurveRegistryInitializer.java | 29 +++++++-
.../org/opensaml/security/crypto/ec/ECSupport.java | 45 ++++++++++++
.../security/crypto/ec/curves/BasicNamedCurve.java | 84 ++++++++++++++++++++++
.../security/crypto/ec/curves/BrainpoolP256r1.java | 35 +++++++++
.../security/crypto/ec/curves/BrainpoolP320r1.java | 35 +++++++++
.../security/crypto/ec/curves/BrainpoolP384r1.java | 35 +++++++++
.../security/crypto/ec/curves/BrainpoolP512r1.java | 35 +++++++++
.../security/crypto/ec/curves/Secp112r1.java | 35 +++++++++
.../security/crypto/ec/curves/Secp112r2.java | 35 +++++++++
.../security/crypto/ec/curves/Secp128r1.java | 35 +++++++++
.../security/crypto/ec/curves/Secp128r2.java | 35 +++++++++
.../security/crypto/ec/curves/Secp160k1.java | 35 +++++++++
.../security/crypto/ec/curves/Secp160r1.java | 35 +++++++++
.../security/crypto/ec/curves/Secp160r2.java | 35 +++++++++
.../security/crypto/ec/curves/Secp192k1.java | 35 +++++++++
.../security/crypto/ec/curves/Secp192r1.java | 35 +++++++++
.../security/crypto/ec/curves/Secp224k1.java | 35 +++++++++
.../security/crypto/ec/curves/Secp224r1.java | 35 +++++++++
.../security/crypto/ec/curves/Secp256k1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect113r1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect113r2.java | 35 +++++++++
.../security/crypto/ec/curves/Sect131r1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect131r2.java | 35 +++++++++
.../security/crypto/ec/curves/Sect163k1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect163r1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect163r2.java | 35 +++++++++
.../security/crypto/ec/curves/Sect193r1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect193r2.java | 35 +++++++++
.../security/crypto/ec/curves/Sect233k1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect233r1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect239k1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect283k1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect283r1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect409k1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect409r1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect571k1.java | 35 +++++++++
.../security/crypto/ec/curves/Sect571r1.java | 35 +++++++++
.../security/crypto/ec/curves/X962c2tnb191v1.java | 35 +++++++++
.../security/crypto/ec/curves/X962c2tnb191v2.java | 35 +++++++++
.../security/crypto/ec/curves/X962c2tnb191v3.java | 35 +++++++++
.../security/crypto/ec/curves/X962c2tnb239v1.java | 35 +++++++++
.../security/crypto/ec/curves/X962c2tnb239v2.java | 35 +++++++++
.../security/crypto/ec/curves/X962c2tnb239v3.java | 35 +++++++++
.../security/crypto/ec/curves/X962c2tnb359v1.java | 35 +++++++++
.../security/crypto/ec/curves/X962c2tnb431r1.java | 35 +++++++++
.../security/crypto/ec/curves/X962prime192v2.java | 35 +++++++++
.../security/crypto/ec/curves/X962prime192v3.java | 35 +++++++++
.../security/crypto/ec/curves/X962prime239v1.java | 35 +++++++++
.../security/crypto/ec/curves/X962prime239v2.java | 35 +++++++++
.../security/crypto/ec/curves/X962prime239v3.java | 35 +++++++++
.../org.opensaml.security.crypto.ec.NamedCurve | 49 ++++++++++++-
.../opensaml/security/crypto/ec/ECSupportTest.java | 8 +++
.../security/crypto/ec/NamedCurveRegistryTest.java | 25 +++++++
.../security/crypto/ec/curves/NamedCurvesTest.java | 58 ++++++++++++++-
.../src/test/resources/logback-test.xml | 24 +++++++
.../opensaml/storage/AbstractStorageService.java | 6 +-
.../impl/BasicEncryptionParametersResolver.java | 2 +-
57 files changed, 1967 insertions(+), 8 deletions(-)
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/BasicNamedCurve.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/BrainpoolP256r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/BrainpoolP320r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/BrainpoolP384r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/BrainpoolP512r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Secp112r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Secp112r2.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Secp128r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Secp128r2.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Secp160k1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Secp160r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Secp160r2.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Secp192k1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Secp192r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Secp224k1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Secp224r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Secp256k1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect113r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect113r2.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect131r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect131r2.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect163k1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect163r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect163r2.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect193r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect193r2.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect233k1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect233r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect239k1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect283k1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect283r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect409k1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect409r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect571k1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/Sect571r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/X962c2tnb191v1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/X962c2tnb191v2.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/X962c2tnb191v3.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/X962c2tnb239v1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/X962c2tnb239v2.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/X962c2tnb239v3.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/X962c2tnb359v1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/X962c2tnb431r1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/X962prime192v2.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/X962prime192v3.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/X962prime239v1.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/X962prime239v2.java
create mode 100644 opensaml-security-api/src/main/java/org/opensaml/security/crypto/ec/curves/X962prime239v3.java
create mode 100644 opensaml-security-api/src/test/resources/logback-test.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list