ISAKMPD.CONF(5) - File Formats Manual # ISAKMPD.CONF(5) - File Formats Manual
NAME # isakmpd.conf - configuration file for isakmpd
DESCRIPTION # isakmpd.conf is the configuration file for the isakmpd(8) daemon, managing security association and key management for the IPsec layer of the kernel’s networking stack.
The file is of a well-known type of format called .INI style, named after the suffix used by an overrated windowing environment for its configuration files.
...
ISAKMPD.POLICY(5) - File Formats Manual # ISAKMPD.POLICY(5) - File Formats Manual
NAME # isakmpd.policy - policy configuration file for isakmpd
DESCRIPTION # isakmpd.policy is the policy configuration file for the isakmpd(8) daemon, managing security association and key management for the ipsec(4) layer of the kernel’s networking stack. The isakmpd(8) daemon, also known as the IKEv1 key management daemon, implements the Internet Key Exchange version 1 (IKEv1) protocol. It follows then that references to IKE in this document pertain to IKEv1 only, and not IKEv2.
...
KEYNOTE(1) - General Commands Manual # KEYNOTE(1) - General Commands Manual
NAME # keynote - command line tool for keynote operations
SYNOPSIS # keynote keygen AlgorithmName KeySize PublicKeyFile PrivateKeyFile [print-offset] [print-length]
keynote sign [-v] AlgorithmName AssertionFile PrivateKeyFile [print-offset] [print-length]
keynote sigver [AssertionFile]
keynote verify [-h] [-e file] [-k file] [-l file] -r retlist [file …]
DESCRIPTION # For more details on KeyNote, see RFC 2704.
KEY GENERATION # keynote keygen creates a public/private key of size KeySize (in bits), for the algorithm specified by AlgorithmName.
...
KEYNOTE(4) - Device Drivers Manual # KEYNOTE(4) - Device Drivers Manual
NAME # keynote - a trust-management system
SYNOPSIS # #include <sys/types.h>
#include <regex.h>
#include <keynote.h>
Link options: -lkeynote -lm -lcrypto
DESCRIPTION # For more details on keynote, see RFC 2704.
Details on the API, assertion syntax, and command-line tool are given in the man pages listed at the end of this manual.
Trust management, introduced in the PolicyMaker system, is a unified approach to specifying and interpreting security policies, credentials, and relationships; it allows direct authorization of security-critical actions.
...
KEYNOTE(5) - File Formats Manual # KEYNOTE(5) - File Formats Manual
NAME # keynote - assertion format
SYNOPSIS # KeyNote-Version: 2 Local-Constants: <assignments> Authorizer: <public key or tag> Licensees: <public key or tag expression> Comment: <comment text> Conditions: <logic predicates> Signature: <public key signature> DESCRIPTION # For more details on keynote, see RFC 2704.
KeyNote assertions are divided into sections, called ‘fields’, that serve various semantic functions. Each field starts with an identifying label at the beginning of a line, followed by the “:” character and the field’s contents.
...