Searched defs:ECHConfig (Results 1 – 3 of 3) sorted by relevance
258 type ECHConfig struct { struct259 Raw []byte260 ConfigID uint8261 KEM uint16262 PublicKey []byte263 MaxNameLen uint8264 PublicName string265 CipherSuites []HPKECipherSuite267 UnsupportedExtension bool268 UnsupportedMandatoryExtension bool[all …]
445 func chooseECHCipherSuite(echConfig *ECHConfig, config *Config) (HPKECipherSuite, bool) {
16491 func generateServerECHConfig(template *ECHConfig) ServerECHConfig {