Skip to content

Commit

Permalink
Implement AES-CCM (#1373)
Browse files Browse the repository at this point in the history
This exposes the AES-CCM block cipher algorithm via the EVP_CIPHER API. Currently we only support a limited set of AES-CCM modes via the EVP_AEAD interface for the Bluetooth, Bluetooth-8, and Matter wireless protocols. This PR introduces support for all AES key sizes (128, 192, and 256) as well as the ability to configure arbitrary AES-CCM modes via the M and L parameters.
  • Loading branch information
geedo0 authored Jan 12, 2024
1 parent 7f9b4d9 commit f7798b7
Show file tree
Hide file tree
Showing 7 changed files with 30,213 additions and 948 deletions.
Loading

0 comments on commit f7798b7

Please sign in to comment.