Searched refs:EXFLAG_SI (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_purp.c525 x->ex_flags |= EXFLAG_SI;
H A Dx509_vfy.c785 if ((i > 1) && !(x->ex_flags & EXFLAG_SI) &&
796 if (!(x->ex_flags & EXFLAG_SI))
H A Dx509v3.h381 #define EXFLAG_SI 0x0020 /* Self issued. */ macro
H A Dx509_policy.c907 is_self_issued = (cert->ex_flags & EXFLAG_SI) != 0;
/openbsd-current/usr.sbin/rpki-client/
H A Dx509.c347 * EXFLAG_SI means that issuer and subject are identical.
350 * and we should never see EXFLAG_SI without EXFLAG_SS.
354 else if ((ext_flags & EXFLAG_SI) == 0)

Completed in 133 milliseconds