NEW 189876
Generalize Keychain access mechanism from WebAuthN mock testing
https://bugs.webkit.org/show_bug.cgi?id=189876
Summary Generalize Keychain access mechanism from WebAuthN mock testing
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.