Skip to content

Commit 7ce70cc

Browse files
committed
Deprecate AttestationType.ECDAA
1 parent c33f93a commit 7ce70cc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Deprecated features:
77
are now always allowed to add unsolicited extensions. The next major version
88
release will remove this option and always behave as if the option had been
99
set to `true`.
10+
* Enum value `AttestationType.ECDAA`. ECDAA was removed in WebAuthn Level 2.
1011

1112

1213
== Version 1.12.3 (unreleased) ==

webauthn-server-core/src/main/java/com/yubico/webauthn/data/AttestationType.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ public enum AttestationType {
114114
* @see <a href=
115115
* "https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-ecdaa-algorithm-v2.0-id-20180227.html">FIDO
116116
* ECDAA Algorithm</a>
117+
* @deprecated ECDAA was removed in WebAuthn Level 2.
117118
*/
119+
@Deprecated
118120
ECDAA,
119121

120122
/**

0 commit comments

Comments
 (0)