mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
add certificate handling to example server
This commit is contained in:
parent
1e33917574
commit
95e1b87302
2 changed files with 21 additions and 4 deletions
|
@ -72,6 +72,8 @@ const (
|
|||
TagORBT Tag = 'O' + 'R'<<8 + 'B'<<16 + 'T'<<24
|
||||
// TagEXPY is the server config expiry
|
||||
TagEXPY Tag = 'E' + 'X'<<8 + 'P'<<16 + 'Y'<<24
|
||||
// TagCERT is the CERT data
|
||||
TagCERT Tag = 0xff545243
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue