[kea-dev] [Kea-changes] KEA master, updated. ae3a9cd1a0d2dc07b7092368149381d69bc2c61a [trac3593] added truncated HMAC support to TSIG
Francis Dupont
fdupont at isc.org
Tue Oct 21 23:56:43 UTC 2014
"Jeremy C. Reed" writes:
> On Tue, 21 Oct 2014, kea-dev at lists.isc.org wrote:
>
> > diff --git a/doc/guide/ddns.xml b/doc/guide/ddns.xml
> > index f73eb0f..04fe06f 100644
> > --- a/doc/guide/ddns.xml
> > +++ b/doc/guide/ddns.xml
> > @@ -285,6 +285,17 @@ corresponding values in the DHCP servers' "dhcp-ddns"
> configuration section.
> > </listitem>
> > <listitem>
> > <simpara>
> > + <command>digest_bits</command> -
> > + is used to specify the minimum truncated length in bits.
> > + The default value 0 means truncation is forbidden, not 0
> > + values must be an integral number of octets, be greater
> > + than 80 and the half of the full length.
>
>
> Can we reword this last sentence above? (Maybe something was lost?)
>
>
> > Note in BIND9
> > + this parameter is appended after a dash to the algorithm
> > + name.
> > + </simpara>
> > + </listitem>
> _______________________________________________
> kea-dev mailing list
> kea-dev at lists.isc.org
> https://lists.isc.org/mailman/listinfo/kea-dev
>
=> yes. The intended meaning is an and between:
x % 8 == 0
x >= 80
x >= full/2
Regards
Francis Dupont <fdupont at isc.org>
More information about the kea-dev
mailing list