Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Californium (Cf) CoAP Framework » Any pointer for support for RSA Ciphers in JAVA implementation of DTLS 1.2 in CoAP(Any pointer for support for RSA Ciphers in JAVA implementation of DTLS 1.2 in CoAP)
Any pointer for support for RSA Ciphers in JAVA implementation of DTLS 1.2 in CoAP [message #1763402] Mon, 15 May 2017 09:59
Dhiraj Singh Bhadouria is currently offline Dhiraj Singh BhadouriaFriend
Messages: 2
Registered: May 2017
Junior Member
Hi All,

Currently for JAVA implementation of DTLS 1.2 in CoAP, people are using Scandium module in Californium.

As of now, I can see Scandium has only support for ECDSA and PSK ciphers, i.e., it supports only below Cipher Suites:
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8
TLS_NULL_WITH_NULL_NULL
TLS_PSK_WITH_AES_128_CBC_SHA256
TLS_PSK_WITH_AES_128_CCM_8


I was looking for support for RSA Ciphers listed below.

TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,
TLS_ECDHE_RSA_WITH_RC4_128_SHA,
TLS_RSA_WITH_AES_128_CBC_SHA256,
TLS_RSA_WITH_AES_128_CBC_SHA,
TLS_RSA_WITH_AES_256_CBC_SHA256,
TLS_RSA_WITH_AES_256_CBC_SHA,
TLS_RSA_WITH_3DES_EDE_CBC_SHA

But I couldn't found anything useful w.r.t. JAVA implementation for the same.

May I know is there any road-map to support RSA Ciphers in Scandium/or anything else w.r.t. JAVA implementation of DTLS 1.2 in CoAP.

Thanks,
Any help is highly appreciated...
Previous Topic:Facing issue in implementing DTLS in CoAP using RSA certificates
Next Topic:Issue with the multicast "All CoAP Nodes" address
Goto Forum:
  


Current Time: Mon Sep 23 17:50:00 GMT 2024

Powered by FUDForum. Page generated in 0.02878 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top