Bug 189876

Summary: Generalize Keychain access mechanism from WebAuthN mock testing
Product: WebKit Reporter: Jiewen Tan <jiewen_tan>
Component: Tools / TestsAssignee: 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

Description Jiewen Tan 2018-09-21 21:04:22 PDT
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);