SailKog
Results
3
comments of
SailKog
1. Add new member in` Config struct` ``` type Config struct { ... extensionCertificateAuthorities []string ... } ``` 2. Add `extensionCertificateAuthorities` to `clientHelloMsg `(client case) 3. Applications can then create...
This is not a private field. It is defined in RFC8446 of the TLS protocol.
Well, we've chosen to use openssl directly to solve this problem. I can accept Crypto's consideration of complexity.