[TLS] ECC key exchange messages

Swarupa <gswaru@gmail.com> Wed, 08 May 2013 03:57 UTC

Return-Path: <gswaru@gmail.com>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0062621F8B18 for <tls@ietfa.amsl.com>; Tue, 7 May 2013 20:57:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.998
X-Spam-Level:
X-Spam-Status: No, score=-2.998 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, J_CHICKENPOX_83=0.6, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QNFb51OdwXbV for <tls@ietfa.amsl.com>; Tue, 7 May 2013 20:57:23 -0700 (PDT)
Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by ietfa.amsl.com (Postfix) with ESMTP id D5E6B21F8ADF for <tls@ietf.org>; Tue, 7 May 2013 20:57:22 -0700 (PDT)
Received: by mail-oa0-f54.google.com with SMTP id j1so1528075oag.41 for <tls@ietf.org>; Tue, 07 May 2013 20:57:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=jGDk09BibZLViqb6pL9g7ubeGAovJlPG7DYZBAAF7D0=; b=dRQc9xWVlRiXwzEsObcVK8vdegA5l/FCmLlOXdzUHasVQEicv5rKJVP3ddEJA/r2wK 5exqiSSbkRl0wqoEn+UJd38ersXSSf9vyQP/UsIs+ofiEfwXAguC6LCOszaSdK0mkfrm K+Ko+A01PksAXYE7pS1vdO3/UGd5g/Am57g2aEhe0nQurjeq4InaHmzJ9h1GUXcKXleZ F0aMosLEFev0Q4BOfeRGPIqTpazk9zVceIyC5P5tTWHWm6GfdB5BVMHD0ZvzAfwISW5+ oFZtpfDEo1C4xE40HGN3cQGdZQWjhQ8KPsDt5SA37QPh6pk8NES+J5KCuQHm4kXifQDD mjWA==
MIME-Version: 1.0
X-Received: by 10.60.115.103 with SMTP id jn7mr1409020oeb.136.1367985442430; Tue, 07 May 2013 20:57:22 -0700 (PDT)
Received: by 10.60.35.102 with HTTP; Tue, 7 May 2013 20:57:22 -0700 (PDT)
Date: Wed, 08 May 2013 09:27:22 +0530
Message-ID: <CAK8n+LWbvCvFBHaQaZGsfnhHyktLdbEpBKB5i5uJGOPUiZPOSw@mail.gmail.com>
From: Swarupa <gswaru@gmail.com>
To: tls@ietf.org
Content-Type: multipart/alternative; boundary="089e01161b485aa30b04dc2ceee1"
Subject: [TLS] ECC key exchange messages
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "This is the mailing list for the Transport Layer Security working group of the IETF." <tls.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tls>, <mailto:tls-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tls>
List-Post: <mailto:tls@ietf.org>
List-Help: <mailto:tls-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tls>, <mailto:tls-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 08 May 2013 03:57:28 -0000

Hi ,
I am working on an ECC project, so I wanted to check packet capture for ECC
key exchange,but when I run s_server with cipher as ECDH_RSA cipher set and
try to connect from s_client,I see alert instead of server hello from
server. What is the issue. How can I get openssl to use EDCH ciphers.

Thanks and Regards,
Swarupa