const crypto.MD5SHA1
5 uses
crypto (current package)
crypto.go#L39: case MD5SHA1:
crypto.go#L76: MD5SHA1 // no implementation; MD5+SHA1 used for TLS RSA
crypto.go#L105: MD5SHA1: 36,
crypto/rsa
pkcs1v15.go#L271: crypto.MD5SHA1: {}, // A special TLS case which doesn't use an ASN1 prefix.
crypto/tls
auth.go#L134: return signaturePKCS1v15, crypto.MD5SHA1, nil
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |