LDNS_KEY_BUF2RSA(3) - Linux man page online | Library functions
Convert buffer to openssl key.
Chapter
30 May 2006
ldns(3) Library Functions Manual ldns(3)
@nlnetlabs.nl or in our bugzilla at http://www.nlnet‐
labs.nl/bugs/index.html
30 May 2006 ldns(3)
NAME
ldns_key_buf2dsa, ldns_key_buf2rsa - convert buffer to openssl keySYNOPSIS
#include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> DSA* ldns_key_buf2dsa(const ldns_buffer *key); RSA* ldns_key_buf2rsa(const ldns_buffer *key);DESCRIPTION
ldns_key_buf2dsa() converts a buffer holding key material to a DSA key in openssl. key: the key to convert Returns a DSA * structure with the key material ldns_key_buf2rsa() converts a buffer holding key material to a RSA key in openssl. key: the key to convert Returns a RSA * structure with the key materialAUTHOR
The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben.REPORTING BUGS
Please report bugs to