mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
Support SPKI Fingerprint Pinning
Support SPKI Fingerprint Pinning for TLSObject
This commit is contained in:
parent
267d93f7bd
commit
03b8c094de
6 changed files with 169 additions and 23 deletions
|
@ -76,4 +76,11 @@ message Config {
|
|||
@Critical
|
||||
*/
|
||||
repeated bytes pinned_peer_certificate_chain_sha256 = 13;
|
||||
|
||||
/* @Document A pinned certificate public key sha256 hash.
|
||||
@Document If the server's public key hash does not match this value, the connection will be aborted.
|
||||
@Document This value replace allow_insecure.
|
||||
@Critical
|
||||
*/
|
||||
repeated bytes pinned_peer_certificate_public_key_sha256 = 14;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue