Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseAuthorityKeyIdentifier (0.16 sec)

  1. src/crypto/x509/parser.go

    			default:
    				return errors.New("x509: cannot parse IP address of length " + strconv.Itoa(len(data)))
    			}
    		}
    
    		return nil
    	})
    
    	return
    }
    
    func parseAuthorityKeyIdentifier(e pkix.Extension) ([]byte, error) {
    	// RFC 5280, Section 4.2.1.1
    	if e.Critical {
    		// Conforming CAs MUST mark this extension as non-critical
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 38.5K bytes
    - Viewed (0)
Back to top