[java-idp-plugin-vci] branch main updated (f8cc74d -> d1e651d)

Codeberg noreply at shibboleth.net
Wed Sep 23 14:51:42 UTC 2026


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

codeberg pushed a change to branch main
in repository java-idp-plugin-vci.

    from f8cc74d  'x5c' signing for HAIP. Now if plain issuer url is used and credential signed with key containing x5c chain, that information is used and placed to header
     new 90658cd  Attestation implemented to level OpenId Conformance Tests can begin
     new d1e651d  Update tarballs

The 2 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:
 README.md                                          | 163 +++++++++
 ...eth-idp-plugin-openid-vci-0.9.0-SNAPSHOT.tar.gz | Bin 330391 -> 368363 bytes
 ...idp-plugin-openid-vci-0.9.0-SNAPSHOT.tar.gz.asc |  22 +-
 .../profile/config/OpenIDVCIConfiguration.java     |  12 +
 .../impl/ClientAttestationCredentialValidator.java | 372 +++++++++++++++++++++
 .../messaging/impl/CredentialSuccessResponse.java  |   4 -
 .../messaging/impl/OpenIDVCITokenRequest.java      |  31 +-
 .../CredentialIssuerIdentifierLookupFunction.java  |  68 ++++
 .../impl/AbstractOpenIDVCIConfiguration.java       |  33 ++
 .../plugin/openidvci/profile/impl/ParseProof.java  | 195 ++++++++++-
 .../security/impl/CertificateChainTrust.java       | 129 +++++++
 .../security/impl/KeyAttestationValidator.java     | 333 ++++++++++++++++++
 .../impl/StatusListAssignmentsSuccessResponse.java |   3 -
 .../messaging/impl/StatusListSuccessResponse.java  |   3 -
 .../META-INF/net.shibboleth.idp/postconfig.xml     |  12 +
 .../openid/vci/credentials/credentials-beans.xml   |   3 +-
 .../idp/service/relying-party/postconfig.xml       |  25 +-
 .../openidvci/profile/impl/ParseProofTest.java     |  22 ++
 .../security/impl/KeyAttestationValidatorTest.java | 185 ++++++++++
 19 files changed, 1579 insertions(+), 36 deletions(-)
 create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/authn/impl/ClientAttestationCredentialValidator.java
 create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/metadata/impl/CredentialIssuerIdentifierLookupFunction.java
 create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/security/impl/CertificateChainTrust.java
 create mode 100644 openid-vci-impl/src/main/java/org/geant/shibboleth/plugin/openidvci/security/impl/KeyAttestationValidator.java
 create mode 100644 openid-vci-impl/src/test/java/org/geant/shibboleth/plugin/openidvci/security/impl/KeyAttestationValidatorTest.java

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


More information about the commits mailing list