Send kea-dev mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/kea-dev
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of kea-dev digest..."


Today's Topics:

   1. Re:  [Kea-changes] KEA master, updated.
      ae3a9cd1a0d2dc07b7092368149381d69bc2c61a [trac3593] added
      truncated HMAC support to TSIG (Jeremy C. Reed)
   2. Re:  [Kea-changes] KEA master,    updated.
      ae3a9cd1a0d2dc07b7092368149381d69bc2c61a [trac3593] added
      truncated HMAC support to TSIG (Francis Dupont)


----------------------------------------------------------------------

Message: 1
Date: Tue, 21 Oct 2014 17:57:52 -0500 (CDT)
From: "Jeremy C. Reed" <[email protected]>
To: [email protected]
Subject: Re: [kea-dev] [Kea-changes] KEA master, updated.
        ae3a9cd1a0d2dc07b7092368149381d69bc2c61a [trac3593] added truncated
        HMAC support to TSIG
Message-ID: <[email protected]>
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Tue, 21 Oct 2014, [email protected] 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>


------------------------------

Message: 2
Date: Tue, 21 Oct 2014 23:56:43 +0000
From: Francis Dupont <[email protected]>
To: "Jeremy C. Reed" <[email protected]>
Cc: [email protected]
Subject: Re: [kea-dev] [Kea-changes] KEA master,        updated.
        ae3a9cd1a0d2dc07b7092368149381d69bc2c61a [trac3593] added       
truncated
        HMAC support to TSIG
Message-ID: <[email protected]>

"Jeremy C. Reed" writes:
> On Tue, 21 Oct 2014, [email protected] 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
> [email protected]
> 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 <[email protected]>


------------------------------

_______________________________________________
kea-dev mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-dev

End of kea-dev Digest, Vol 7, Issue 9
*************************************

Reply via email to