from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209581

userrating:


May 25th. 2007:
Words

486

Views

258588

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149878

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





ldns

Section: C Library Functions (3)
Updated: 30 May 2006
Index Return to Main Contents
 

NAME

ldns_key_set_algorithm, ldns_key_set_rsa_key, ldns_key_set_dsa_key, ldns_key_set_hmac_key, ldns_key_set_origttl, ldns_key_set_inception, ldns_key_set_expiration, ldns_key_set_pubkey_owner, ldns_key_set_keytag, ldns_key_set_flags, ldns_key_list_set_key_count, ldns_key_algo_supported - set ldns_key attributes

 

SYNOPSIS

#include <stdint.h>
#include <stdbool.h>

#include <ldns/ldns.h>

void ldns_key_set_algorithm(ldns_key *k, ldns_signing_algorithm l);

void ldns_key_set_rsa_key(ldns_key *k, RSA *r);

void ldns_key_set_dsa_key(ldns_key *k, DSA *d);

void ldns_key_set_hmac_key(ldns_key *k, unsigned char *hmac);

void ldns_key_set_origttl(ldns_key *k, uint32_t t);

void ldns_key_set_inception(ldns_key *k, uint32_t i);

void ldns_key_set_expiration(ldns_key *k, uint32_t e);

void ldns_key_set_pubkey_owner(ldns_key *k, ldns_rdf *r);

void ldns_key_set_keytag(ldns_key *k, uint16_t tag);

void ldns_key_set_flags(ldns_key *k, uint16_t flags);

void ldns_key_list_set_key_count(ldns_key_list *key, size_t count);

int ldns_key_algo_supported(int algo);

 

DESCRIPTION

ldns_key_set_algorithm()
Set the key's algorithm .br k: the key .br l: the algorithm

ldns_key_set_rsa_key()
Set the key's rsa data. The rsa data should be freed by the user. .br k: the key .br r: the rsa data

ldns_key_set_dsa_key()
Set the key's dsa data The dsa data should be freed by the user. .br k: the key .br d: the dsa data

ldns_key_set_hmac_key()
Set the key's hmac data .br k: the key .br hmac: the raw key data

ldns_key_set_origttl()
Set the key's original ttl .br k: the key .br t: the ttl

ldns_key_set_inception()
Set the key's inception date (seconds after epoch) .br k: the key .br i: the inception

ldns_key_set_expiration()
Set the key's expiration date (seconds after epoch) .br k: the key .br e: the expiration

ldns_key_set_pubkey_owner()
Set the key's pubkey owner .br k: the key .br r: the owner

ldns_key_set_keytag()
Set the key's key tag .br k: the key .br tag: the keytag

ldns_key_set_flags()
Set the key's flags .br k: the key .br flags: the flags

ldns_key_list_set_key_count()
Set the keylist's key count to count .br key: the key .br count: the count

ldns_key_algo_supported()
See if a key algorithm is supported .br algo: the signing algorithm number. .br Returns s true if supported.

 

AUTHOR

The ldns team at NLnet Labs.

 

REPORTING BUGS

Please report bugs to ldn-team@nlnetlabs.nl or in our bugzilla at http://www.nlnetlabs.nl/bugs/index.html

 

COPYRIGHT

Copyright (c) 2004- 2006 NLnet Labs.

Licensed under the BSD License. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 

SEE ALSO

ldns_key_push_key, ldns_key. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035.  

REMARKS

This manpage was automatically generated from the ldns source code.


 

Index

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
REPORTING BUGS
COPYRIGHT
SEE ALSO
REMARKS





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 12.9 ms