NordicSemiconductor / asset-tracker-cloud-firmware-aws

nRF Asset Tracker for AWS firmware.
https://github.com/NordicSemiconductor/asset-tracker-cloud-firmware-aws#readme
Other
19 stars 12 forks source link

Limit used TLS ciphers #2

Open coderbyheart opened 3 years ago

coderbyheart commented 3 years ago

The firmware should limit the used cipers to one of ECDHE variant, and not ECDH variants.

The most interesting cipher to set out be ECDHE-ECDSA-AES128-GCM-SHA256.

See https://github.com/bifravst/bifravst/issues/202 Depends on https://projecttools.nordicsemi.no/jira/browse/TNSW-29995

coderbyheart commented 3 years ago

We have no example in NCS which shows how to limit the list of ciphers... :sob:

20201125T140533