Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[leshan-dev] Issues in Leshan Server and Client version 1.0.0-M13 with pre-shared key using DTLS1.2
  • From: "Khurana, Sarthak" <Sarthak.Khurana@xxxxxxxxx>
  • Date: Mon, 15 Mar 2021 14:25:40 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=itron.com; dmarc=pass action=none header.from=itron.com; dkim=pass header.d=itron.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=ys/hsFkwiafp4vLsjBavPWtUnTn5xRzK4xuZ1WqJAP0=; b=l3i7i16KQ7YCdXiDGn3j4kptRuvrWbVWKDSBhJ/Myyxosnp9KVanQ6wW4DqBaz4BUd0XRa+cOxM0RAKp08dDds2GeHLEJe2Pe/KwHjltyX1lv9Jf1zsrzzxLYVb3GubYFrhkkdB20iO4fVfB4s1arVhyiht4kyiN3QZH+fatpU4Phd7XXmMKR6KvhgCnO4H+c/Cmq7oV4dvTp+JalY2eM77LYdFcESmbKAw/u+rYurSWlOIl5z9uVgzK/M6BbbfJzr8DH/FW4V4XXFMusUARrckNZX/38lpt43sL5i6Lsf6g1o5ePrS4+QZ77EPNQeNesU268J6LJFjYkHtEUSGFVQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=OJQFycA4TuCHygZriKtfi8Xy8yO1yvGOhk1CZzAo5Jea8EBI2NjYvoycQ5OKsL8rRxWLctj63nPEzoCt2P3k8TxRLWQ676clt3CQ8zarLw5pm1vVU1RDNNi+o2uk6geWgKLtluylx0VKq9jjykTSYV4mMsDliuhHFQPRForsxYthFGxkUbjX0alDfNErcjSFBCo4//1xNjtGdxQl56k2+JJFIYdtx2u3M56s59e7nQKoHUAqvnK01hjVpw2jdeaSM7NuXI7AIea4BLRcJBVh4KRu0JBizEc0sjOj8A5Mo/xpMPfkKCbMVXhaS8MuFiBZuLSqUpOL/HpJL5YyNfJg8g==
  • Delivered-to: leshan-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/leshan-dev/>
  • List-help: <mailto:leshan-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/leshan-dev>, <mailto:leshan-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/leshan-dev>, <mailto:leshan-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdcZpxJNIz6j0eRsRAOfvvzHypbWRQ==
  • Thread-topic: Issues in Leshan Server and Client version 1.0.0-M13 with pre-shared key using DTLS1.2

Hello,
I am working with leshan 1.0.0-M13, I am trying to establish communication between LeshanServerDemo and LeshanClientDemo with pre-shared key using DTLS1.2. On both the sides, I have seen configurations for UDP only. The following are the changes that I made on the code:

  1. I have added the client security configurations on server.
  2. I have passed thes options -i leshan -p 1234 -n client1234

 

I am able to see the client using coaps URI to connect with server.But, in the wireshark captures I am getting TCP packets and TLSv1.3. I have these following queries:

  1. Which transport does it support TCP or UDP?
  2. If it is UDP, does it support DTLS?
  3. If it supports DTLS, which version of DTLS is supported? Is it 1.0 or 1.2?

 

Please resolve these queries asap.

BR,
Sarthak.

 

 


Back to the top