crypto/tls.certificateVerifyMsg.signatureAlgorithm (field)
13 uses
crypto/tls (current package)
handshake_client.go#L608: certVerify.signatureAlgorithm = signatureAlgorithm
handshake_client_tls13.go#L477: if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, supportedSignatureAlgorithms) {
handshake_client_tls13.go#L481: sigType, sigHash, err := typeAndHashFromSignatureScheme(certVerify.signatureAlgorithm)
handshake_client_tls13.go#L582: certVerifyMsg.signatureAlgorithm, err = selectSignatureScheme(c.vers, cert, hs.certReq.supportedSignatureAlgorithms)
handshake_client_tls13.go#L590: sigType, sigHash, err := typeAndHashFromSignatureScheme(certVerifyMsg.signatureAlgorithm)
handshake_messages.go#L1712: signatureAlgorithm SignatureScheme
handshake_messages.go#L1725: b.AddUint16(uint16(m.signatureAlgorithm))
handshake_messages.go#L1744: if !s.ReadUint16((*uint16)(&m.signatureAlgorithm)) {
handshake_server.go#L622: if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, certReq.supportedSignatureAlgorithms) {
handshake_server.go#L626: sigType, sigHash, err = typeAndHashFromSignatureScheme(certVerify.signatureAlgorithm)
handshake_server_tls13.go#L624: certVerifyMsg.signatureAlgorithm = hs.sigAlg
handshake_server_tls13.go#L819: if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, supportedSignatureAlgorithms) {
handshake_server_tls13.go#L823: sigType, sigHash, err := typeAndHashFromSignatureScheme(certVerify.signatureAlgorithm)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |