2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

regen master

This commit is contained in:
Tinderbox User
2013-05-31 01:04:49 +00:00
parent fba68262db
commit 8dba66450c

View File

@@ -1457,14 +1457,15 @@ $ <strong class="userinput"><code>dnssec-signzone -S -K keys example.net</code><
</ul></div> </ul></div>
<p>The modified OpenSSL code is included in the BIND 9 release, <p>The modified OpenSSL code is included in the BIND 9 release,
in the form of a context diff against the latest verions of in the form of a context diff against the latest verions of
OpenSSL. OpenSSL 0.9.8 and 1.0.0 are both supported; there are OpenSSL. OpenSSL 0.9.8, 1.0.0 and 1.0.1 are supported; there are
separate diffs for each version. In the examples to follow, separate diffs for each version. In the examples to follow,
we use OpenSSL 0.9.8, but the same methods work with OpenSSL 1.0.0. we use OpenSSL 0.9.8, but the same methods work with OpenSSL 1.0.0
and 1.0.1.
</p> </p>
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"> <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Note</h3> <h3 class="title">Note</h3>
The latest OpenSSL versions at the time of the BIND release The latest OpenSSL versions at the time of the BIND release
are 0.9.8s and 1.0.0f. are 0.9.8y, 1.0.0k and 1.0.1e.
ISC will provide an updated patch as new versions of OpenSSL ISC will provide an updated patch as new versions of OpenSSL
are released. The version number in the following examples are released. The version number in the following examples
is expected to change.</div> is expected to change.</div>