Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Supported cipher suites #65

Closed
krzysztofwl opened this issue Feb 17, 2016 · 2 comments
Closed

Supported cipher suites #65

krzysztofwl opened this issue Feb 17, 2016 · 2 comments

Comments

@krzysztofwl
Copy link

Hi,

Please could you specify where can I find the list of ciper suites supported in Scandium?

In particular, I'm looking for a DTLS solution that supports the following:

TLS_ECDH_ANON_WITH_AES_128_CBC_SHA256
TLS_ECDH_ANON_WITH_AES_256_CBC_SHA256
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA256
TLS_PSK_DHE_WITH_AES_128_CCM_8
TLS_PSK_DHE_WITH_AES_128_CCM_8 (* 8 OCTET Authentication tag )
TLS_DHE_PSK_WITH_AES_128_CCM
TLS_DHE_PSK_WITH_AES_128_CCM (
16 OCTET Authentication tag *)
TLS_DHE_PSK_WITH_AES_256_CCM
TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8_SHA256
TLS_ECDHE_ECDSA_WITH_AES_128_CCM_SHA256

Regards,
Krzysztof

@sophokles73
Copy link
Contributor

Hi @test12345678,

you can find all supported cipher suites in the org.eclipse.californium.scandium.dtls.cipher.CipherSuiteclass.

This repository has been merged into https://github.com/eclipse/californium. You should raise all future issues there because this repo is outdated and will be closed soon.

@jvermillard
Copy link
Contributor

Scandium support:

TLS_PSK_WITH_AES_128_CBC_SHA256
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
TLS_PSK_WITH_AES_128_CCM_8
TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants