Lines Matching refs:key
20 by way of requesting a key of key type dns_resolver. These queries are
21 upcalled to userspace through /sbin/request-key.
24 request-key. It is under development and does not yet provide the full feature
49 To set up this facility, the /etc/request-key.conf file must be altered so that
50 /sbin/request-key can appropriately direct the upcalls. For example, to handle
78 may then be cached. The key description is constructed as a string of the
122 The dnsresolver module registers a key type called "dns_resolver". Keys of
130 directed by means of configuration lines in /etc/request-key.conf that tell
131 /sbin/request-key what program to run to instantiate the key.
137 remainder of the string to the key as its payload.
139 The upcall handler program should set the expiry time on the key to that of the
141 the key will be discarded and recreated when the data it holds has expired.
143 dns_query() returns a copy of the value attached to the key, or an error if
146 See <file:Documentation/security/keys-request-key.txt> for further
147 information about request-key function.