Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Certificates (0.31 sec)

  1. doc/godebug.md

    setting](/pkg/runtime#hdr-Environment_Variable). These stack traces have
    non-standard semantics, see setting documentation for details.
    
    Go 1.22 added a new [`crypto/x509.Certificate`](/pkg/crypto/x509/#Certificate)
    field, [`Policies`](/pkg/crypto/x509/#Certificate.Policies), which supports
    certificate policy OIDs with components larger than 31 bits. By default this
    field is only used during parsing, when it is populated with policy OIDs, but
    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)
  2. api/go1.5.txt

    pkg crypto/tls, type Certificate struct, SignedCertificateTimestamps [][]uint8
    pkg crypto/tls, type ConnectionState struct, OCSPResponse []uint8
    pkg crypto/tls, type ConnectionState struct, SignedCertificateTimestamps [][]uint8
    pkg crypto/x509, method (*CertificateRequest) CheckSignature() error
    pkg crypto/x509, type Certificate struct, UnhandledCriticalExtensions []asn1.ObjectIdentifier
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  3. api/go1.9.txt

    pkg net/http, method (*Server) ServeTLS(net.Listener, string, string) error
    pkg net/http/fcgi, func ProcessEnv(*http.Request) map[string]string
    pkg net/http/httptest, method (*Server) Certificate() *x509.Certificate
    pkg net/http/httptest, method (*Server) Client() *http.Client
    pkg reflect, func MakeMapWithSize(Type, int) Value
    pkg runtime/pprof, func Do(context.Context, LabelSet, func(context.Context))
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Oct 04 20:20:20 GMT 2021
    - 10.7K bytes
    - Viewed (0)
  4. api/go1.8.txt

    pkg crypto/tls, type Config struct, GetClientCertificate func(*CertificateRequestInfo) (*Certificate, error)
    pkg crypto/tls, type Config struct, GetConfigForClient func(*ClientHelloInfo) (*Config, error)
    pkg crypto/tls, type Config struct, KeyLogWriter io.Writer
    pkg crypto/tls, type Config struct, VerifyPeerCertificate func([][]uint8, [][]*x509.Certificate) error
    pkg crypto/tls, type SignatureScheme uint16
    pkg crypto/x509, const NameMismatch = 5
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Dec 21 05:25:57 GMT 2016
    - 16.3K bytes
    - Viewed (0)
  5. api/go1.10.txt

    pkg crypto/x509, type Certificate struct, ExcludedEmailAddresses []string
    pkg crypto/x509, type Certificate struct, ExcludedIPRanges []*net.IPNet
    pkg crypto/x509, type Certificate struct, ExcludedURIDomains []string
    pkg crypto/x509, type Certificate struct, PermittedEmailAddresses []string
    pkg crypto/x509, type Certificate struct, PermittedIPRanges []*net.IPNet
    pkg crypto/x509, type Certificate struct, PermittedURIDomains []string
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
  6. api/go1.4.txt

    pkg crypto/tls, type Config struct, GetCertificate func(*ClientHelloInfo) (*Certificate, error)
    pkg crypto/tls, type ConnectionState struct, TLSUnique []uint8
    
    # CL 153420045 crypto/x509: continue to recognise MaxPathLen of zero as "no value"., Adam Langley <******@****.***>
    pkg crypto/x509, type Certificate struct, MaxPathLenZero bool
    
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
  7. misc/ios/go_ios_exec.go

    // script's arguments and is not passed through to the underlying
    // binary.
    //
    // This script requires that three environment variables be set:
    //
    //	GOIOS_DEV_ID: The codesigning developer id or certificate identifier
    //	GOIOS_APP_ID: The provisioning app id prefix. Must support wildcard app ids.
    //	GOIOS_TEAM_ID: The team id that owns the app id prefix.
    //
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 23.4K bytes
    - Viewed (0)
  8. api/go1.19.txt

    pkg time, method (Time) ZoneBounds() (Time, Time) #50062
    pkg crypto/x509, func ParseCRL //deprecated #50674
    pkg crypto/x509, func ParseDERCRL //deprecated #50674
    pkg crypto/x509, method (*Certificate) CheckCRLSignature //deprecated #50674
    pkg crypto/x509, method (*Certificate) CreateCRL //deprecated #50674
    pkg crypto/x509/pkix, type CertificateList //deprecated #50674
    pkg crypto/x509/pkix, type TBSCertificateList //deprecated #50674
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:29:41 GMT 2022
    - 17.9K bytes
    - Viewed (1)
Back to top