Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for revokedCerts (0.17 sec)

  1. src/crypto/x509/x509_test.go

    	}
    
    	loc := time.FixedZone("Oz/Atlantis", int((2 * time.Hour).Seconds()))
    
    	now := time.Unix(1000, 0).In(loc)
    	nowUTC := now.UTC()
    	expiry := time.Unix(10000, 0)
    
    	revokedCerts := []pkix.RevokedCertificate{
    		{
    			SerialNumber:   big.NewInt(1),
    			RevocationTime: nowUTC,
    		},
    		{
    			SerialNumber: big.NewInt(42),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top