- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for checkPublicKey (0.09 seconds)
-
lib/fips140/v1.26.0.zip
sig []byte) error { fipsSelfTest() fips140.RecordApproved() checkApprovedHashNam(hash) return verifyPKCS1v15(pub, hash, hashed, sig) } func verifyPKCS1v15(pub *PublicKey, hash string, hashed []byte, sig []byte) error { if fipsApproved, err := checkPublicKey(pub); err != nil { return err } else if !fipsApproved { fips140.RecordNonApproved() } // RFC 8017 Section 8.2.2: If the length of the signature S is not k // octets (where k is the length in octets of the RSA modulus n), output // "invalid signature"...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) -
lib/fips140/v1.0.0-c2097c7c.zip
sig []byte) error { fipsSelfTest() fips140.RecordApproved() checkApprovedHashNam(hash) return verifyPKCS1v15(pub, hash, hashed, sig) } func verifyPKCS1v15(pub *PublicKey, hash string, hashed []byte, sig []byte) error { if fipsApproved, err := checkPublicKey(pub); err != nil { return err } else if !fipsApproved { fips140.RecordNonApproved() } // RFC 8017 Section 8.2.2: If the length of the signature S is not k // octets (where k is the length in octets of the RSA modulus n), output // "invalid signature"...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)