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
Uh oh!
There was an error while loading. Please reload this page.
-
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.policyTreeValidatortoTrustRootsResult. 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-parentto unpublished test meta-module.yubico-utildependency removed from downstream compile scope.TrustRootsResultgetters and builder setters.webauthn-server-attestation:Changes:
AuthenticatorToBeFilteredargument of theFidoMetadataServiceruntime filter now omits zero AAGUIDs.FidoMetadataDownloaderabout BLOB signature failure and cache corruption from DEBUG level to WARN level.Fixes:
FidoMetadataDownloadernow verifies the SHA-256 hash of the cached trust root certificate, as promised in the JavaDoc ofuseTrustRootCacheFileanduseTrustRootCache.FidoMetadataDownloadernow 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