Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InsecureAlgorithmError (0.25 sec)

  1. src/crypto/x509/x509.go

    // An InsecureAlgorithmError indicates that the [SignatureAlgorithm] used to
    // generate the signature is not secure, and the signature has been rejected.
    //
    // To temporarily restore support for SHA-1 signatures, include the value
    // "x509sha1=1" in the GODEBUG environment variable. Note that this option will
    // be removed in a future release.
    type InsecureAlgorithmError SignatureAlgorithm
    
    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