Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/crypto/x509/x509.go

    //	  iso(1) identified-organization(3) certicom(132) curve(0) 33 }
    //
    //	secp256r1 OBJECT IDENTIFIER ::= {
    //	  iso(1) member-body(2) us(840) ansi-X9-62(10045) curves(3)
    //	  prime(1) 7 }
    //
    //	secp384r1 OBJECT IDENTIFIER ::= {
    //	  iso(1) identified-organization(3) certicom(132) curve(0) 34 }
    //
    //	secp521r1 OBJECT IDENTIFIER ::= {
    //	  iso(1) identified-organization(3) certicom(132) curve(0) 35 }
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  2. security/pkg/pki/ca/selfsignedcarootcertrotator_test.go

    func updateRootCertWithCustomCertOptions(t *testing.T,
    	rotator *SelfSignedCARootCertRotator, options util.CertOptions,
    ) {
    	certItem := loadCert(rotator)
    
    	pemCert, pemKey, err := util.GenCertKeyFromOptions(options)
    	if err != nil {
    		t.Fatalf("failed to rotate secret: %v", err)
    	}
    	newSecret := certItem.caSecret
    	newSecret.Data[CACertFile] = pemCert
    	newSecret.Data[CAPrivateKeyFile] = pemKey
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 11 23:33:41 UTC 2023
    - 14.1K bytes
    - Viewed (0)
Back to top