From 8dba66450c29751cf01b7855b8a14f06564bbc04 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Fri, 31 May 2013 01:04:49 +0000 Subject: [PATCH] regen master --- doc/arm/Bv9ARM.ch04.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/arm/Bv9ARM.ch04.html b/doc/arm/Bv9ARM.ch04.html index 03bc8f0b1f..bbcae6f4c8 100644 --- a/doc/arm/Bv9ARM.ch04.html +++ b/doc/arm/Bv9ARM.ch04.html @@ -1457,14 +1457,15 @@ $ dnssec-signzone -S -K keys example.net<

The modified OpenSSL code is included in the BIND 9 release, 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, - 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.

Note

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 are released. The version number in the following examples is expected to change.