Re: [IPsec] Question about RFC 5114

"Scott Fluhrer (sfluhrer)" <sfluhrer@cisco.com> Sun, 28 March 2010 02:22 UTC

Return-Path: <sfluhrer@cisco.com>
X-Original-To: ipsec@core3.amsl.com
Delivered-To: ipsec@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 334733A6933 for <ipsec@core3.amsl.com>; Sat, 27 Mar 2010 19:22:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.469
X-Spam-Level:
X-Spam-Status: No, score=-9.469 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, DNS_FROM_OPENWHOIS=1.13, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dhPVgUXxKAPX for <ipsec@core3.amsl.com>; Sat, 27 Mar 2010 19:22:40 -0700 (PDT)
Received: from sj-iport-5.cisco.com (sj-iport-5.cisco.com [171.68.10.87]) by core3.amsl.com (Postfix) with ESMTP id 349663A6A27 for <ipsec@ietf.org>; Sat, 27 Mar 2010 19:22:40 -0700 (PDT)
Authentication-Results: sj-iport-5.cisco.com; dkim=neutral (message not signed) header.i=none
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Av0EAGNarkurR7Ht/2dsb2JhbACDGZc8XnOkH4g9j3+BK4JsagSDHg
X-IronPort-AV: E=Sophos;i="4.51,320,1267401600"; d="scan'208";a="173418361"
Received: from sj-core-1.cisco.com ([171.71.177.237]) by sj-iport-5.cisco.com with ESMTP; 28 Mar 2010 02:23:05 +0000
Received: from xbh-sjc-211.amer.cisco.com (xbh-sjc-211.cisco.com [171.70.151.144]) by sj-core-1.cisco.com (8.13.8/8.14.3) with ESMTP id o2S2N5C1022723; Sun, 28 Mar 2010 02:23:05 GMT
Received: from xmb-sjc-23e.amer.cisco.com ([128.107.191.15]) by xbh-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 27 Mar 2010 19:23:05 -0700
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Date: Sat, 27 Mar 2010 19:23:00 -0700
Message-ID: <EE0C2F9E065E634B84FC3BE36CF8A4B20340757E@xmb-sjc-23e.amer.cisco.com>
In-Reply-To: <019701cacd33$46d4fc70$d47ef550$@go.jp>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: [IPsec] Question about RFC 5114
Thread-Index: AcrNLd2v1FtQCtn+Toyd9NY0qei8ZgAAiiWgADqMShA=
X-Priority: 5
Priority: Non-Urgent
Importance: low
References: <1269638701.2838.303.camel@faith.austin.ibm.com> <019701cacd33$46d4fc70$d47ef550$@go.jp>
From: "Scott Fluhrer (sfluhrer)" <sfluhrer@cisco.com>
To: Kaz Kobara <k-kobara@aist.go.jp>, latten@austin.ibm.com, mlepinski@bbn.com, kent@bbn.com
X-OriginalArrivalTime: 28 Mar 2010 02:23:05.0984 (UTC) FILETIME=[9999B000:01CACE1D]
Cc: ipsec@ietf.org, avagarwa@redhat.com
Subject: Re: [IPsec] Question about RFC 5114
X-BeenThere: ipsec@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Discussion of IPsec protocols <ipsec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/ipsec>, <mailto:ipsec-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ipsec>
List-Post: <mailto:ipsec@ietf.org>
List-Help: <mailto:ipsec-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ipsec>, <mailto:ipsec-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 28 Mar 2010 02:22:46 -0000


> -----Original Message-----
> From: ipsec-bounces@ietf.org [mailto:ipsec-bounces@ietf.org] On Behalf
> Of Kaz Kobara
> Sent: Friday, March 26, 2010 6:26 PM
> To: latten@austin.ibm.com; mlepinski@bbn.com; kent@bbn.com
> Cc: ipsec@ietf.org; avagarwa@redhat.com
> Subject: Re: [IPsec] Question about RFC 5114
> 
> Hi Joy
> 
> When one uses a subgroup like defined in RFC 5114, q (and (p-1)/2q )
> must be chosen carefully.
> 
> Precisely:
> 1. q must be a prime number of 2k or more bits where k is a security
> parameter.
> 2. q must be a divisor of ((p - 1) / 2).
> 3. Every factors of (p - 1) / (2q) must also be primes comparable to or
> greater than q in size.

I must point out that the MODP groups defined in RFC 5114 do not meet criteria 3.

> 
> p corresponding such q is called a "secure prime."
> 
> X is simply to shift the range of 0 to q-2 to 1 to q-1 to exclude 0
> (since g^0 mod p = 1).
> 
> Kaz
> 
> > -----Original Message-----
> > From: ipsec-bounces@ietf.org [mailto:ipsec-bounces@ietf.org] On
> Behalf Of
> > Joy Latten
> > Sent: Saturday, March 27, 2010 6:25 AM
> > To: mlepinski@bbn.com; kent@bbn.com
> > Cc: ipsec@ietf.org; avagarwa@redhat.com
> > Subject: [IPsec] Question about RFC 5114
> >
> > Hi,
> >
> > I am looking to implement modp groups 22, 23, and 24 into IKE but
> have a
> > question.
> >
> > RFC 5114 gives the prime, p, the generator, g and a subgroup, q, with
> a
> > specific size...
> >
> > Because prior rfcs for modp groups did not specify a "q", I was not
> sure
> > if this was a new constant or just stating a size requirement?
> > So I took a look at NIST 800-56A. In particular,
> >
> > 5.6.1 Private/Public Key Pair Generation
> >
> > 5.6.1.1 FFC Key Pair Generation
> > For the FFC schemes, each static and ephemeral private key and public
> > key shall be generated using an Approved method and the selected
> valid
> > domain parameters (p, q, g{, SEED,pgenCounter}) (see Appendix B of
> FIPS
> > 186-3).
> > ...
> >
> > I then took a look at FIPS 186-3, Appendix B, which documents 2
> methods
> > for finite field cryptography (FFC) key pair generation.
> > For example, one method is "Key Pair Generation Using Extra Random
> > Bits". It actually states that "q" is an input and it is used to do
> an
> > additional computation to compute "x".
> >
> > I am somewhat confused, are the modp groups 22, 23 & 24 suppose to
> use
> > one of these new methods and that is why "q" is given in rfc 5114?
> > Or am I to ignore this and just continue with existing way
> > where "q" is not used and there aren't any additional computations
> > to compute x.
> >
> > I am not even sure this is correct place to ask, but any advice
> > would be welcome.
> >
> > regards,
> > Joy
> >
> >
> > (Cut-n-paste from FIPs 186-3 below to show input and process)
> >
> >  Input:
> >     (p, q, g)      The subset of the domain parameters that are used
> >                    for this process. p, q and g shall either be
> >                    provided as integers during input, or shall be
> >                    converted to integers prior to use.
> >
> > Process:
> > 1. N = len(q); L = len(p).    Comment: Check that the (L, N) pair
> >                               is specified in Section 4.2.
> > 2. If the (L, N) pair is invalid, then return an ERROR indicator,
> >    Invalid_x, and Invalid_y.
> > 3. requested_security_strength = the security strength associated
> >    with the (L, N) pair;      see SP 800-57.
> > 4. Obtain a string of N+64 returned_bits from an RBG with a security
> >    strength of requested_security_strength or more. If an ERROR
> >    indication is returned, then return an ERROR indication,
> >    Invalid_x, and Invalid_y.
> > 5. Convert returned_bits to the (non-negative) integer c (see
> >    Appendix C.2.1).
> > 6. x = (c mod (q–1)) + 1.       Comment: 0 ≤ c mod (q–1) ≤ q–2 and
> >                                 implies that 1 ≤ x ≤ q–1.
> > 7. y = gx mod p.
> > 8. Return SUCCESS, x, and y.
> >
> > _______________________________________________
> > IPsec mailing list
> > IPsec@ietf.org
> > https://www.ietf.org/mailman/listinfo/ipsec
> 
> 
> _______________________________________________
> IPsec mailing list
> IPsec@ietf.org
> https://www.ietf.org/mailman/listinfo/ipsec