Home
last modified time | relevance | path

Searched refs:check_key_usage (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcert.c813 check_key_usage(hx509_context context, const Certificate *cert, in check_key_usage() function
867 return check_key_usage(context, _hx509_get_cert(cert), flags, req_present); in _hx509_check_key_usage()
2082 ret = check_key_usage(context, c, 1 << 5, in hx509_verify_path()
3032 if (ku && check_key_usage(context, c, ku, TRUE)) in _hx509_query_match_cert()
H A DChangeLog1163 * cert.c (check_key_usage): tell what keyusages are missing