Searched refs:EXFLAG_SS (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_trs.c100 if ((x->ex_flags & EXFLAG_SS) != 0)
H A Dx509_purp.c81 #define V1_ROOT (EXFLAG_V1|EXFLAG_SS)
529 x->ex_flags |= EXFLAG_SS;
H A Dx509_verify.c240 return (cert->ex_flags & EXFLAG_SS) ? 1 : 0;
687 if (cert->ex_flags & EXFLAG_SS)
H A Dx509v3.h391 #define EXFLAG_SS 0x2000 /* Self signed. */ macro
H A Dx509_vfy.c160 if (x->ex_flags & EXFLAG_SS)
/openbsd-current/usr.sbin/rpki-client/
H A Dx509.c348 * EXFLAG_SS is SI plus the AKI is absent or matches the SKI.
349 * Thus, exactly the trust anchors should have EXFLAG_SS set
350 * and we should never see EXFLAG_SI without EXFLAG_SS.
352 if ((ext_flags & EXFLAG_SS) != 0)
530 if ((X509_get_extension_flags(x) & EXFLAG_SS) != 0) {
/openbsd-current/lib/libssl/
H A Dssl_seclevel.c368 if ((X509_get_extension_flags(x509) & EXFLAG_SS) != 0)

Completed in 206 milliseconds