Deleted Added
full compact
keygen.html (330106) keygen.html (338530)
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3 <head>
4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
5 <meta name="generator" content="HTML Tidy, see www.w3.org">
6 <title>ntp-keygen - generate public and private keys</title>
7 <link href="scripts/style.css" type="text/css" rel="stylesheet">
8 </head>
9 <body>
10 <h3><tt>ntp-keygen</tt> - generate public and private keys</h3>
11 <p><img src="pic/alice23.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/%7emills/pictures.html">from <i>Alice's Adventures in Wonderland</i>, Lewis Carroll</a></p>
12 <p>Alice holds the key.</p>
13 <p>Last update:
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3 <head>
4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
5 <meta name="generator" content="HTML Tidy, see www.w3.org">
6 <title>ntp-keygen - generate public and private keys</title>
7 <link href="scripts/style.css" type="text/css" rel="stylesheet">
8 </head>
9 <body>
10 <h3><tt>ntp-keygen</tt> - generate public and private keys</h3>
11 <p><img src="pic/alice23.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/%7emills/pictures.html">from <i>Alice's Adventures in Wonderland</i>, Lewis Carroll</a></p>
12 <p>Alice holds the key.</p>
13 <p>Last update:
14 <!-- #BeginDate format:En2m -->11-Jan-2018 11:55<!-- #EndDate -->
14 <!-- #BeginDate format:En2m -->24-Jul-2018 07:27<!-- #EndDate -->
15 UTC</p>
16 <br clear="left">
17 <h4>Related Links</h4>
18 <script type="text/javascript" language="javascript" src="scripts/manual.txt"></script>
19 <h4>Table of Contents</h4>
20 <ul>
21 <li class="inline"><a href="#synop">Synopsis</a></li>
22 <li class="inline"><a href="#descrip">Description</a></li>

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

308 17 MD5 e4d6735b8bdad58ec5ffcb087300a17f7fef1f7c # MD5 key
309 18 MDC2 a8d5e2315c025bf3a79174c87fbd10477de2eabc # MDC2 key
310 19 RIPEMD160 77ca332cafb30e3cafb174dcd5b80ded7ba9b3d2 # RIPEMD160 key
311 20 AES128CMAC f92ff73eee86c1e7dc638d6489a04e4e555af878 # AES128CMAC key
312 21 MD5 sampo 10.1.2.3/24
313 </pre></td></tr></table>
314 <p>Figure 1 shows a typical symmetric keys file used by the reference
315 implementation. Each line of the file contains three or four fields,
15 UTC</p>
16 <br clear="left">
17 <h4>Related Links</h4>
18 <script type="text/javascript" language="javascript" src="scripts/manual.txt"></script>
19 <h4>Table of Contents</h4>
20 <ul>
21 <li class="inline"><a href="#synop">Synopsis</a></li>
22 <li class="inline"><a href="#descrip">Description</a></li>

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

308 17 MD5 e4d6735b8bdad58ec5ffcb087300a17f7fef1f7c # MD5 key
309 18 MDC2 a8d5e2315c025bf3a79174c87fbd10477de2eabc # MDC2 key
310 19 RIPEMD160 77ca332cafb30e3cafb174dcd5b80ded7ba9b3d2 # RIPEMD160 key
311 20 AES128CMAC f92ff73eee86c1e7dc638d6489a04e4e555af878 # AES128CMAC key
312 21 MD5 sampo 10.1.2.3/24
313 </pre></td></tr></table>
314 <p>Figure 1 shows a typical symmetric keys file used by the reference
315 implementation. Each line of the file contains three or four fields,
316 first an integer between 1 and 65534, inclusive, representing the key
316 first an integer between 1 and 65535, inclusive, representing the key
317 identifier used in the <tt>server</tt> and <tt>peer</tt> configuration
318 commands. Second is the key type for the message digest algorithm,
319 which in the absence of the OpenSSL library must be <tt>MD5</tt> to
320 designate the MD5 message digest algorithm. If the OpenSSL library is
321 installed, the key type can be any message digest algorithm supported
322 by that library. However, if compatibility with FIPS 140-2 is
323 required, the key type must be either <tt>SHA</tt> or <tt>SHA1</tt>.
324 The key type can be changed using an ASCII text editor.</p>

--- 30 unchanged lines hidden ---
317 identifier used in the <tt>server</tt> and <tt>peer</tt> configuration
318 commands. Second is the key type for the message digest algorithm,
319 which in the absence of the OpenSSL library must be <tt>MD5</tt> to
320 designate the MD5 message digest algorithm. If the OpenSSL library is
321 installed, the key type can be any message digest algorithm supported
322 by that library. However, if compatibility with FIPS 140-2 is
323 required, the key type must be either <tt>SHA</tt> or <tt>SHA1</tt>.
324 The key type can be changed using an ASCII text editor.</p>

--- 30 unchanged lines hidden ---