const crypto/tls.PKCS1WithSHA256
9 uses
crypto/tls (current package)
auth.go#L101: case PKCS1WithSHA1, PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512:
auth.go#L115: case PKCS1WithSHA256, PSSWithSHA256, ECDSAWithP256AndSHA256:
auth.go#L162: {PKCS1WithSHA256, 19 + crypto.SHA256.Size() + 11, VersionTLS12},
common.go#L392: PKCS1WithSHA256 SignatureScheme = 0x0401
common_string.go#L11: _ = x[PKCS1WithSHA256-1025]
defaults.go#L37: PKCS1WithSHA256,
defaults.go#L114: PKCS1WithSHA256,
handshake_client.go#L1215: PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512, PKCS1WithSHA1,
handshake_client.go#L1219: PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512, PKCS1WithSHA1,