blob: 7fc74325b4eeb2711f5689c88e3a4a81b5cbe572 [file] [log] [blame] [view]
Bob Beckbc97b7a2023-04-18 08:35:15 -06001# BoringSSL pki - Web PKI Certificate path building and verification library
2
3This directory and library should be considered experimental and should not be
4depended upon not to change without notice. You should not use this.
5
Bob Beck439ce282023-11-20 17:41:48 -07006It contains chrome's certificate verifier core logic as used by chrome.
Bob Beckbc97b7a2023-04-18 08:35:15 -06007
8## Current status:
Bob Beck439ce282023-11-20 17:41:48 -07009 * Currently chrome uses this code via private API from within this directory.
10 * At the moment there is no public API for these functions, as mentioned above
11 if you make use of this you do so at your own risk and your code may be broken
12 by API change at any time.
13 * Public API will be forthcoming.