mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
Add OCSP Stapling for TLS & XTLS (#92)
This commit is contained in:
parent
6f25191822
commit
3d7e86efba
9 changed files with 312 additions and 106 deletions
|
@ -20,6 +20,8 @@ message Certificate {
|
|||
}
|
||||
|
||||
Usage usage = 3;
|
||||
|
||||
int64 ocspStapling = 4;
|
||||
}
|
||||
|
||||
message Config {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue