gnutls_pkcs11_crt_is_known (3) Linux Manual Page
NAME gnutls_pkcs11_crt_is_known – API function SYNOPSIS #include <gnutls/pkcs11.h> int gnutls_pkcs11_crt_is_known(const char * url, gnutls_x509_crt_t cert, unsigned int flags); ARGUMENTS const char * url A PKCS 11 url identifying a token gnutls_x509_crt_t cert is the certificate to find issuer for unsigned int flags Use zero or flags from GNUTLS_PKCS11_OBJ_FLAG. DESCRIPTION This function will check whether the…
