Bug 189876
Summary: | Generalize Keychain access mechanism from WebAuthN mock testing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jiewen Tan <jiewen_tan> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | alex.gaynor, ap, jiewen_tan, kieun.shin, lforschler |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=189279 |
Jiewen Tan
Generalize Keychain access mechanism from WebAuthN mock testing such that those added helpers can be used by others.
Helpers are from TestRunner:
void addTestKeyToKeychain(JSStringRef privateKeyBase64, JSStringRef attrLabel, JSStringRef applicationTagBase64);
void cleanUpKeychain(JSStringRef attrLabel);
bool isKeyExisted(JSStringRef attrLabel, JSStringRef applicationTagBase64);
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |