eclipse / tinydtls

Eclipse tinydtls
https://projects.eclipse.org/projects/iot.tinydtls
Other
105 stars 58 forks source link

Add CCM cipher suite variants (2.) #147

Closed boaks closed 1 year ago

boaks commented 2 years ago

In case of CCM gets recommended and CCM8 deprecated.

Introduce cipher_suite_param_t for cipher-suite specific mac_len and key_exchange_algorithm, and introduce dtls_cipher_index_t for simplified cipher-suite parameter lookup. Cleanup old functions.

boaks commented 1 year ago

Available on "develop" until follow up PR #148 gets merged.

boaks commented 1 year ago

Now merged in main.