Skip to content

Commit

Permalink
update: the usage of T_COSE_OPT_ENABLE_NON_AEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
kentakayama committed Aug 24, 2024
1 parent 4adff22 commit 9044847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/t_cose/t_cose_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,8 @@ enum t_cose_err_t {
* By default, non AEAD content encryption algorithms are disabled
* for security reasons, so that the encryption and decryption functions
* return error \ref T_COSE_ERR_NON_AEAD_DISABLED when they are used.
* They are enabled only this option flag is set on
* \ref t_cose_encrypt_enc_init and \ref t_cose_encrypt_dec_init .
*
* TODO: Warn COSE_Encrypt lacking authentication and integrity in one place,
* and refer it from here.
Expand Down

0 comments on commit 9044847

Please sign in to comment.