-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crypto/ccm: bugs in the implementation of CCM mode #8107
Labels
Area: crypto
Area: Cryptographic libraries
Area: tests
Area: tests and testing framework
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Type: tracking
The issue tracks and organizes the sub-tasks of a larger effort
Milestone
Comments
cladmi
added
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Area: crypto
Area: Cryptographic libraries
Area: tests
Area: tests and testing framework
labels
Nov 22, 2017
This was referenced Nov 22, 2017
cladmi
added
the
Type: tracking
The issue tracks and organizes the sub-tasks of a larger effort
label
Sep 28, 2018
This was referenced Nov 12, 2018
mtausig
added a commit
to mtausig/RIOT
that referenced
this issue
Oct 2, 2019
Fixes parts of issue RIOT-OS#8107
mtausig
added a commit
to mtausig/RIOT
that referenced
this issue
Oct 2, 2019
Fixes parts of issue RIOT-OS#8107
mtausig
added a commit
to mtausig/RIOT
that referenced
this issue
Oct 2, 2019
Fixes parts of issue RIOT-OS#8107
mtausig
added a commit
to mtausig/RIOT
that referenced
this issue
Oct 3, 2019
Fixes part of issue RIOT-OS#8107
mtausig
added a commit
to mtausig/RIOT
that referenced
this issue
Oct 9, 2019
Fixes parts of issue RIOT-OS#8107
mtausig
added a commit
to mtausig/RIOT
that referenced
this issue
Oct 16, 2019
Fixes part of issue RIOT-OS#8107
mtausig
added a commit
to mtausig/RIOT
that referenced
this issue
Jan 5, 2020
Fixes part of issue RIOT-OS#8107
fjmolinas
pushed a commit
to fjmolinas/RIOT
that referenced
this issue
Jan 7, 2020
Fixes parts of issue RIOT-OS#8107
fjmolinas
pushed a commit
to fjmolinas/RIOT
that referenced
this issue
Jan 7, 2020
Fixes parts of issue RIOT-OS#8107
mtausig
added a commit
to mtausig/RIOT
that referenced
this issue
Jan 7, 2020
Fixes parts of issue RIOT-OS#8107
mtausig
added a commit
to mtausig/RIOT
that referenced
this issue
Jan 7, 2020
Fixes part of issue RIOT-OS#8107
mtausig
added a commit
to mtausig/RIOT
that referenced
this issue
Jan 7, 2020
Fixes part of issue RIOT-OS#8107
fjmolinas
pushed a commit
to fjmolinas/RIOT
that referenced
this issue
Jan 8, 2020
Fixes parts of issue RIOT-OS#8107
fjmolinas
pushed a commit
to fjmolinas/RIOT
that referenced
this issue
Jan 8, 2020
Fixes part of issue RIOT-OS#8107
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: crypto
Area: Cryptographic libraries
Area: tests
Area: tests and testing framework
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Type: tracking
The issue tracks and organizes the sub-tasks of a larger effort
This issue summarize all the issues I have found when trying to add tests for #6706 for
sys/crypto/modes/ccm.c
Issues shown in the PR:
auth_data_len
should be0xFEFF
. https://tools.ietf.org/html/rfc3610 2.2 pageProblems found when adding tests:
input_len
>= 256input_len
>= 256 (so broken even when fixing previous point)tests-crypto
out ofunittests
(part of tests/sys_crypto: add RFC3610 and NIST SP 800-38C tests #12038)This is to track and fix all what was done in #7968.
The PRs will use and replace #6706
The text was updated successfully, but these errors were encountered: