Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SubjectKeyId (0.07 sec)

  1. doc/godebug.md

    Go 1.25 disabled SHA-1 signature algorithms in TLS 1.2 according to RFC 9155.
    The default can be reverted using the `tlssha1=1` setting.
    
    Go 1.25 switched to SHA-256 to fill in missing SubjectKeyId in
    crypto/x509.CreateCertificate. The setting `x509sha256skid=0` reverts to SHA-1.
    
    Go 1.25 corrected the semantics of contention reports for runtime-internal locks,
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Jul 08 18:30:38 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg crypto/x509, type Certificate struct, SignatureAlgorithm SignatureAlgorithm
    pkg crypto/x509, type Certificate struct, Subject pkix.Name
    pkg crypto/x509, type Certificate struct, SubjectKeyId []uint8
    pkg crypto/x509, type Certificate struct, UnknownExtKeyUsage []asn1.ObjectIdentifier
    pkg crypto/x509, type Certificate struct, Version int
    pkg crypto/x509, type CertificateInvalidError struct
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top