Based on Nekogram. Key additions: - Rebrand to FoxiGram (app name, APK name, applicationId com.foxigram.app) - Embedded Xray (VLESS+Reality) proxy client via JNI libxray.so - Bundled hidden one-tap proxies (LTE + WiFi), read-only in UI - Auto-restore proxy on restart, rebind to active network (LTE/WiFi) - Server credentials externalized to git-ignored XrayServers.java (+ template) - libxray Go source included; compiled .so, keystore, google-services.json ignored
13 lines
626 B
Markdown
13 lines
626 B
Markdown
# BoringSSL pki - Web PKI Certificate path building and verification library
|
|
|
|
This directory and library should be considered experimental and should not be
|
|
depended upon not to change without notice. You should not use this.
|
|
|
|
It contains chrome's certificate verifier core logic as used by chrome.
|
|
|
|
## Current status:
|
|
* Currently chrome uses this code via private API from within this directory.
|
|
* At the moment there is no public API for these functions, as mentioned above
|
|
if you make use of this you do so at your own risk and your code may be broken
|
|
by API change at any time.
|
|
* Public API will be forthcoming.
|