Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Crooks (0.24 sec)

  1. api/go1.txt

    pkg crypto/x509, type VerifyOptions struct, DNSName string
    pkg crypto/x509, type VerifyOptions struct, Intermediates *CertPool
    pkg crypto/x509, type VerifyOptions struct, Roots *CertPool
    pkg crypto/x509, var ErrUnsupportedAlgorithm error
    pkg crypto/x509/pkix, method (*CertificateList) HasExpired(time.Time) bool
    pkg crypto/x509/pkix, method (*Name) FillFromRDNSequence(*RDNSequence)
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  2. doc/godebug.md

    Go 1.20 introduced automatic seeding of the
    [`math/rand`](/pkg/math/rand) global random number generator,
    controlled by the [`randautoseed` setting](/pkg/math/rand/#Seed).
    
    Go 1.20 introduced the concept of fallback roots for use during certificate verification,
    controlled by the [`x509usefallbackroots` setting](/pkg/crypto/x509/#SetFallbackRoots).
    
    Go 1.20 removed the preinstalled `.a` files for the standard library
    from the Go distribution.
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
Back to top