24 #ifndef NASL_SIGNATURE_H
25 #define NASL_SIGNATURE_H
30 int nasl_verify_signature (
const char *filename);
31 char *nasl_extract_signature_fprs (
const char *filename);
32 gpgme_ctx_t init_openvas_gpgme_ctx (
void);
33 char *nasl_get_pubkey (gpgme_ctx_t ctx,
char *fingerprint);
34 GSList *nasl_get_all_certificates ();