Version 2.1.0 #236
emlun
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
webauthn-server-core
:Changes:
Deprecations:
AssertionResult.getCredentialId(): ByteArray
. Use.getCredential().getCredentialId()
instead.AssertionResult.getUserHandle(): ByteArray
. Use.getCredential().getUserHandle()
instead.New features:
FidoMetadataDownloader.refreshBlob()
.COSEAlgorithmIdentifier.fromPublicKey(ByteArray)
.AssertionResult.getCredential(): RegisteredCredential
."tpm"
attestation statement format.policyTreeValidator
toTrustRootsResult
. If set, the given predicate function will be used to validate the certificate policy tree after successful attestation certificate path validation. This may be required for some JCA providers to accept attestation certificates with critical certificate policy extensions. See the JavaDoc forTrustRootsResultBuilder.policyTreeValidator(Predicate)
for more information.AttestationConveyancePreference.ENTERPRISE
.AuthenticatorTransport.HYBRID
.Fixes:
webauthn-server-parent
to unpublished test meta-module.yubico-util
dependency removed from downstream compile scope.TrustRootsResult
getters and builder setters.webauthn-server-attestation
:Changes:
AuthenticatorToBeFiltered
argument of theFidoMetadataService
runtime filter now omits zero AAGUIDs.FidoMetadataDownloader
about BLOB signature failure and cache corruption from DEBUG level to WARN level.Fixes:
FidoMetadataDownloader
now verifies the SHA-256 hash of the cached trust root certificate, as promised in the JavaDoc ofuseTrustRootCacheFile
anduseTrustRootCache
.FidoMetadataDownloader
now correctly falls back to cache if available.Artifacts built with
openjdk 7.0.4.1 2022-08-12
.This discussion was created from the release Version 2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions