func crypto/tls/internal/fips140tls.Required
16 uses
crypto/tls/internal/fips140tls (current package)
fipstls.go#L31: func Required() bool {
crypto/tls
common.go#L1193: if fips140tls.Required() {
common.go#L1226: if fips140tls.Required() && !slices.Contains(allowedSupportedVersionsFIPS, v) {
common.go#L1272: if fips140tls.Required() {
common.go#L1765: if fips140tls.Required() && !slices.Contains(allowedSignatureAlgorithmsFIPS, s) {
common.go#L1831: if !fips140tls.Required() {
handshake_client.go#L133: if fips140tls.Required() {
handshake_client.go#L435: if !session.extMasterSecret && fips140tls.Required() {
handshake_client.go#L629: if hs.c.config.CipherSuites == nil && !fips140tls.Required() && rsaKexCiphers[hs.suite.id] {
handshake_client.go#L633: if hs.c.config.CipherSuites == nil && !fips140tls.Required() && tdesCiphers[hs.suite.id] {
handshake_client.go#L772: if fips140tls.Required() {
handshake_server.go#L409: if c.config.CipherSuites == nil && !fips140tls.Required() && rsaKexCiphers[hs.suite.id] {
handshake_server.go#L413: if c.config.CipherSuites == nil && !fips140tls.Required() && tdesCiphers[hs.suite.id] {
handshake_server.go#L545: if !sessionState.extMasterSecret && fips140tls.Required() {
handshake_server.go#L741: if fips140tls.Required() {
handshake_server_tls13.go#L183: if fips140tls.Required() {
![]() |
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. |