Add certificate store

This commit is contained in:
世界
2025-01-08 10:34:45 +08:00
parent ff4f455f25
commit e04a4181f4
30 changed files with 4784 additions and 32 deletions

View File

@@ -21,6 +21,7 @@ type PlatformInterface interface {
UnderNetworkExtension() bool
IncludeAllNetworks() bool
ReadWIFIState() *WIFIState
SystemCertificates() StringIterator
ClearDNSCache()
SendNotification(notification *Notification) error
}