Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for RecordNonApproved (0.08 seconds)

  1. lib/fips140/v1.26.0.zip

    following conditions are // satisfied: [...] (3) P_HASH uses either SHA-256, SHA-384 or SHA-512." h := hash() switch any(h).(type) { case *sha256.Digest: if h.Size() != 32 { fips140.RecordNonApproved() } case *sha512.Digest: if h.Size() != 46 && h.Size() != 64 { fips140.RecordNonApproved() } default: fips140.RecordNonApproved() } return PRF(hash, preMasterSecret, extendedMasterSecret, transcript, masterSecretLength) } golang.org/fips140@v1.26.0/fips140/v1.26.0/tls13/cast.go // Copyright 2024 The Go Authors....
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  2. lib/fips140/v1.0.0-c2097c7c.zip

    following conditions are // satisfied: [...] (3) P_HASH uses either SHA-256, SHA-384 or SHA-512." h := hash() switch any(h).(type) { case *sha256.Digest: if h.Size() != 32 { fips140.RecordNonApproved() } case *sha512.Digest: if h.Size() != 46 && h.Size() != 64 { fips140.RecordNonApproved() } default: fips140.RecordNonApproved() } return PRF(hash, preMasterSecret, extendedMasterSecret, transcript, masterSecretLength) } golang.org/fips140@v1.0.0-c2097c7c/fips140/v1.0.0-c2097c7c/tls13/cast.go // Copyright...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
Back to Top