Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AlgorithmIdentifier (1.59 sec)

  1. src/crypto/x509/x509.go

    // pssParameters reflects the parameters in an AlgorithmIdentifier that
    // specifies RSA PSS. See RFC 3447, Appendix A.2.3.
    type pssParameters struct {
    	// The following three fields are not marked as
    	// optional because the default values specify SHA-1,
    	// which is no longer suitable for use in signatures.
    	Hash         pkix.AlgorithmIdentifier `asn1:"explicit,tag:0"`
    	MGF          pkix.AlgorithmIdentifier `asn1:"explicit,tag:1"`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
Back to top