You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLS_AES_128_CCM_8_SHA256 MUST NOT be used in DTLS without additional safeguards against forgery. Implementations MUST set usage limits for AEAD_AES_128_CCM_8 based on an understanding of any additional forgery protections that are used.
However currently this cipher is implemented for DTLSv1.3 without additional safeguards against forgery and available to be used.
Either additional safeguards should be implemented, or this cipher should not be marked as available to use with DTLSv1.3.
In https://www.rfc-editor.org/info/rfc9147/#section-4.5.3
However currently this cipher is implemented for DTLSv1.3 without additional safeguards against forgery and available to be used.
Either additional safeguards should be implemented, or this cipher should not be marked as available to use with DTLSv1.3.