8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:03:03 +01:00

Doc cleanup

This commit is contained in:
AlexPeshkoff 2018-10-09 15:35:17 +03:00
parent 3f08f69b02
commit 77d6529b6c

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>- no title specified</title> <title>Make firebird's SRP implementation current NIST guidance compliant</title>
<meta name="generator" content="LibreOffice 5.1.6.2 (Linux)"/> <meta name="generator" content="LibreOffice 5.1.6.2 (Linux)"/>
<meta name="created" content="00:00:00"/> <meta name="created" content="00:00:00"/>
<meta name="changed" content="2018-06-21T14:25:04.182337599"/> <meta name="changed" content="2018-06-21T14:25:04.182337599"/>
@ -31,7 +31,6 @@
</style> </style>
</head> </head>
<body lang="en-US" text="#000000" dir="ltr"> <body lang="en-US" text="#000000" dir="ltr">
<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<!--This file was converted to xhtml by LibreOffice - see http://cgit.freedesktop.org/libreoffice/core/tree/filter/source/xslt for the code.-->
</p> </p>
<h1><a name="a__Replacement_of_use_of_SHA-1_in_the_SRP_Client_Proof_with_a_SHA-2_Message_Digest"></a> <h1><a name="a__Replacement_of_use_of_SHA-1_in_the_SRP_Client_Proof_with_a_SHA-2_Message_Digest"></a>
Replacement of use of SHA-1 in the SRP Client Proof with a SHA-2 Replacement of use of SHA-1 in the SRP Client Proof with a SHA-2
@ -53,29 +52,21 @@ instead of SHA-1 for generating the Client Proof. Alternatively,
SHA-1 (deprecated and for legacy use only) may be used for the Client SHA-1 (deprecated and for legacy use only) may be used for the Client
Proof. Separate AuthServer and AuthClient plugins are available for Proof. Separate AuthServer and AuthClient plugins are available for
each supported message digest, with the following names:</p> each supported message digest, with the following names:</p>
<table width="703" cellpadding="0" cellspacing="0"> <table cellpadding="1" cellspacing="4">
<col width="174">
<col width="528">
<tr> <tr>
<td width="174" style="border: none; padding: 0in"> <td>
<ul> <p align="left">Srp</p>
<li/>
<p class="p6" align="left" style="margin-right: 0in">•Srp&nbsp;</p>
</ul>
</td> </td>
<td width="528" style="border: none; padding: 0in"> <td>
<p class="p4" align="left">SHA-1 Client Proof</p> <p align="left">SHA-1 Client Proof</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td width="174" style="border: none; padding: 0in"> <td>
<ul> <p align="left">Srp256</p>
<li/>
<p class="p6" align="left" style="margin-right: 0in">•Srp256&nbsp;</p>
</ul>
</td> </td>
<td width="528" style="border: none; padding: 0in"> <td>
<p class="p4" align="left">SHA-256 Client Proof</p> <p align="left">SHA-256 Client Proof</p>
</td> </td>
</tr> </tr>
</table> </table>