0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00

Add OCSP Stapling for TLS & XTLS (#92)

This commit is contained in:
eMeab
2020-12-25 16:01:20 +08:00
committed by GitHub
parent 6f25191822
commit 3d7e86efba
9 changed files with 312 additions and 106 deletions

View File

@ -20,6 +20,8 @@ message Certificate {
}
Usage usage = 3;
int64 ocspStapling = 4;
}
message Config {