const crypto/tls.PKCS1WithSHA512

9 uses

	crypto/tls (current package)
		auth.go#L101: 	case PKCS1WithSHA1, PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512:
		auth.go#L119: 	case PKCS1WithSHA512, PSSWithSHA512, ECDSAWithP521AndSHA512:
		auth.go#L164: 	{PKCS1WithSHA512, 19 + crypto.SHA512.Size() + 11, VersionTLS12},
		common.go#L394: 	PKCS1WithSHA512 SignatureScheme = 0x0601
		common_string.go#L13: 	_ = x[PKCS1WithSHA512-1537]
		defaults.go#L39: 	PKCS1WithSHA512,
		defaults.go#L118: 	PKCS1WithSHA512,
		handshake_client.go#L1215: 				PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512, PKCS1WithSHA1,
		handshake_client.go#L1219: 				PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512, PKCS1WithSHA1,