Go to the source code of this file.
Macros | |
#define | OPENSSL_NO_ENGINE |
#define | MAX_FILENAME_LEN 250 |
Functions | |
int | str2zonemd_signflag (const char *str, const char **reason) |
int | main (int argc, char *argv[]) |
Variables | |
char * | prog |
int | verbosity = 1 |
#define OPENSSL_NO_ENGINE |
Definition at line 29 of file ldns-signzone.c.
#define MAX_FILENAME_LEN 250 |
Definition at line 34 of file ldns-signzone.c.
int str2zonemd_signflag | ( | const char * | str, |
const char ** | reason | ||
) |
Definition at line 571 of file ldns-signzone.c.
References LDNS_SIGN_WITH_ZONEMD_SIMPLE_SHA384, LDNS_SIGN_WITH_ZONEMD_SIMPLE_SHA512, and LDNS_STATUS_NULL.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 607 of file ldns-signzone.c.
References LDNS_DEFAULT_TTL, and LDNS_RR_CLASS_IN.
char* prog |
Definition at line 36 of file ldns-signzone.c.
int verbosity = 1 |
Definition at line 37 of file ldns-signzone.c.