const crypto/tls.PKCS1WithSHA1
9 uses
crypto/tls (current package)
auth.go#L101: case PKCS1WithSHA1, PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512:
auth.go#L113: case PKCS1WithSHA1, ECDSAWithSHA1:
auth.go#L165: {PKCS1WithSHA1, 15 + crypto.SHA1.Size() + 11, VersionTLS12},
auth.go#L241: peerAlgs = []SignatureScheme{PKCS1WithSHA1, ECDSAWithSHA1}
common.go#L410: PKCS1WithSHA1 SignatureScheme = 0x0201
common_string.go#L21: _ = x[PKCS1WithSHA1-513]
defaults.go#L42: PKCS1WithSHA1,
handshake_client.go#L1215: PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512, PKCS1WithSHA1,
handshake_client.go#L1219: PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512, PKCS1WithSHA1,