Deleted Added
full compact
ntp-keygen-opts.def (330106) ntp-keygen-opts.def (338530)
1/* -*- Mode: Text -*- */
2
3autogen definitions options;
4
5#include copyright.def
6#include homerc.def
7#include autogen-version.def
8

--- 1196 unchanged lines hidden (view full) ---

1205.D1 Figure 1. Typical Symmetric Key File
1206.Pp
1207Figure 1 shows a typical symmetric keys file used by the reference
1208implementation.
1209Following the header the keys are entered one per line in the format
1210.D1 Ar keyno Ar type Ar key
1211where
1212.Ar keyno
1/* -*- Mode: Text -*- */
2
3autogen definitions options;
4
5#include copyright.def
6#include homerc.def
7#include autogen-version.def
8

--- 1196 unchanged lines hidden (view full) ---

1205.D1 Figure 1. Typical Symmetric Key File
1206.Pp
1207Figure 1 shows a typical symmetric keys file used by the reference
1208implementation.
1209Following the header the keys are entered one per line in the format
1210.D1 Ar keyno Ar type Ar key
1211where
1212.Ar keyno
1213is a positive integer in the range 1-65534;
1213is a positive integer in the range 1-65535;
1214.Ar type
1215is the key type for the message digest algorithm, which in the absence of the
1216OpenSSL library must be
1217.Cm MD5
1218to designate the MD5 message digest algorithm;
1219if the OpenSSL library is installed, the key type can be any
1220message digest algorithm supported by that library;
1221however, if compatibility with FIPS 140-2 is required,

--- 77 unchanged lines hidden ---
1214.Ar type
1215is the key type for the message digest algorithm, which in the absence of the
1216OpenSSL library must be
1217.Cm MD5
1218to designate the MD5 message digest algorithm;
1219if the OpenSSL library is installed, the key type can be any
1220message digest algorithm supported by that library;
1221however, if compatibility with FIPS 140-2 is required,

--- 77 unchanged lines hidden ---