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

Jiewen Tan
Reported 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);
Attachments
Note You need to log in before you can comment on or make changes to this bug.