Bug 189876 - Generalize Keychain access mechanism from WebAuthN mock testing
Summary: Generalize Keychain access mechanism from WebAuthN mock testing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-21 21:04 PDT by Jiewen Tan
Modified: 2019-09-30 20:18 PDT (History)
5 users (show)

See Also:


Attachments

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