diff options
Diffstat (limited to 'doc/arm/pkcs11.xml')
-rw-r--r-- | doc/arm/pkcs11.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/arm/pkcs11.xml b/doc/arm/pkcs11.xml index 2eb85cb02042..535d8bcdd551 100644 --- a/doc/arm/pkcs11.xml +++ b/doc/arm/pkcs11.xml @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [<!ENTITY mdash "—">]> <!-- - - Copyright (C) 2010, 2012 Internet Systems Consortium, Inc. ("ISC") + - Copyright (C) 2010, 2012, 2013 Internet Systems Consortium, Inc. ("ISC") - - Permission to use, copy, modify, and/or distribute this software for any - purpose with or without fee is hereby granted, provided that the above @@ -70,13 +70,14 @@ </itemizedlist> <para>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. </para> <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.</note> |