zcrypto icon indicating copy to clipboard operation
zcrypto copied to clipboard

tls: Make signatureAndHash list configurable

Open justinbastress opened this issue 6 years ago • 0 comments

Currently the signature and hashes used in the Client Hello message are read from tlsConfig.SignatureAndHashes if present, but its type is []signatureAndHash -- so the type is not exported, nor are its related consts / helper functions.

justinbastress avatar Mar 22 '18 15:03 justinbastress