Bob Beck | bc97b7a | 2023-04-18 08:35:15 -0600 | [diff] [blame] | 1 | # BoringSSL pki - Web PKI Certificate path building and verification library |
| 2 | |
| 3 | This directory and library should be considered experimental and should not be |
| 4 | depended upon not to change without notice. You should not use this. |
| 5 | |
Bob Beck | 439ce28 | 2023-11-20 17:41:48 -0700 | [diff] [blame] | 6 | It contains chrome's certificate verifier core logic as used by chrome. |
Bob Beck | bc97b7a | 2023-04-18 08:35:15 -0600 | [diff] [blame] | 7 | |
| 8 | ## Current status: |
Bob Beck | 439ce28 | 2023-11-20 17:41:48 -0700 | [diff] [blame] | 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. |