const crypto/tls.PKCS1WithSHA1
9 uses
crypto/tls (current package)
auth.go#L125: case PKCS1WithSHA1, PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512:
auth.go#L137: case PKCS1WithSHA1, ECDSAWithSHA1:
auth.go#L187: {PKCS1WithSHA1, 15 + crypto.SHA1.Size() + 11},
auth.go#L259: peerAlgs = []SignatureScheme{PKCS1WithSHA1, ECDSAWithSHA1}
common.go#L429: PKCS1WithSHA1 SignatureScheme = 0x0201
common_string.go#L21: _ = x[PKCS1WithSHA1-513]
defaults.go#L53: PKCS1WithSHA1,
handshake_client.go#L1227: PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512, PKCS1WithSHA1,
handshake_client.go#L1231: PKCS1WithSHA256, PKCS1WithSHA384, PKCS1WithSHA512, PKCS1WithSHA1,
 |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |