gnutls_certificate_set_openpgp_key_file2 (3) Linux Manual Page
NAME gnutls_certificate_set_openpgp_key_file2 – API function SYNOPSIS #include <gnutls/openpgp.h> int gnutls_certificate_set_openpgp_key_file2(gnutls_certificate_credentials_t res, const char * certfile, const char * keyfile, const char * subkey_id, gnutls_openpgp_crt_fmt_t format); ARGUMENTS gnutls_certificate_credentials_t res the destination context to save the data. const char * certfile the file that contains the public key. const char * keyfile the file that contains the…
