Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RevokedCertificateEntries (0.19 sec)

  1. src/crypto/x509/parser.go

    							return nil, fmt.Errorf("x509: malformed reasonCode extension")
    						}
    					}
    					rce.Extensions = append(rce.Extensions, ext)
    				}
    			}
    
    			rl.RevokedCertificateEntries = append(rl.RevokedCertificateEntries, rce)
    			rcDeprecated := pkix.RevokedCertificate{
    				SerialNumber:   rce.SerialNumber,
    				RevocationTime: rce.RevocationTime,
    				Extensions:     rce.Extensions,
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  2. api/go1.21.txt

    pkg crypto/x509, type RevocationListEntry struct, RevocationTime time.Time #53573
    pkg crypto/x509, type RevocationListEntry struct, SerialNumber *big.Int #53573
    pkg crypto/x509, type RevocationList struct, RevokedCertificateEntries []RevocationListEntry #53573
    pkg crypto/x509, type RevocationList struct, RevokedCertificates //deprecated #53573
    pkg debug/elf, const COMPRESS_ZSTD = 2 #55107
    pkg debug/elf, const COMPRESS_ZSTD CompressionType #55107
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 09:39:17 UTC 2023
    - 25.6K bytes
    - Viewed (0)
Back to top