xref: /aosp_15_r20/external/cronet/third_party/boringssl/src/pki/README.md (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1# 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
6It contains chrome's certificate verifier core logic as used by chrome.
7
8## Current status:
9 * 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.
14