git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[WebAuthN] Use a real nonce for CTAPHID_INIT
[WebKit-https.git]
/
Source
/
WebKit
/
UIProcess
/
WebAuthentication
/
Mock
/
MockWebAuthenticationConfiguration.h
diff --git
a/Source/WebKit/UIProcess/WebAuthentication/Mock/MockWebAuthenticationConfiguration.h
b/Source/WebKit/UIProcess/WebAuthentication/Mock/MockWebAuthenticationConfiguration.h
index
c4216c6
..
305efd8
100644
(file)
--- a/
Source/WebKit/UIProcess/WebAuthentication/Mock/MockWebAuthenticationConfiguration.h
+++ b/
Source/WebKit/UIProcess/WebAuthentication/Mock/MockWebAuthenticationConfiguration.h
@@
-57,7
+57,8
@@
struct MockWebAuthenticationConfiguration {
EmptyReport,
WrongChannelId,
MaliciousPayload,
- UnsupportedOptions
+ UnsupportedOptions,
+ WrongNonce
};
String payloadBase64;