-
Notifications
You must be signed in to change notification settings - Fork 711
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
Replace memcmp to s2n_constant_time_equals #4709
Commits on Aug 15, 2024
-
refactor: replacing memcmp by s2n_constant_time_equals
Boquan Fang committedAug 15, 2024 Configuration menu - View commit details
-
Copy full SHA for cdb3cbe - Browse repository at this point
Copy the full SHA cdb3cbeView commit details -
refactor: modify conditional statments for s2n_constant_time_equals
Boquan Fang committedAug 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 571f2ba - Browse repository at this point
Copy the full SHA 571f2baView commit details -
refactor: respond to PR comments and attempt to fix CI problem
Boquan Fang committedAug 15, 2024 Configuration menu - View commit details
-
Copy full SHA for ac6f580 - Browse repository at this point
Copy the full SHA ac6f580View commit details -
* Let s2n_stuffer_read_expected_str use memcmp to avoid CBMC problem.
Boquan Fang committedAug 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 359e689 - Browse repository at this point
Copy the full SHA 359e689View commit details -
* Adding one more known memcmp location to grep_simple_mistakes.sh.
Boquan Fang committedAug 15, 2024 Configuration menu - View commit details
-
Copy full SHA for c676feb - Browse repository at this point
Copy the full SHA c676febView commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7049af - Browse repository at this point
Copy the full SHA e7049afView commit details -
* Reorder the .sh order to fit the directory order.
Boquan Fang committedAug 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 12295ca - Browse repository at this point
Copy the full SHA 12295caView commit details
Commits on Aug 20, 2024
-
Remove cases with possibility of pathological inputs
Remove the usage of s2n_constant_time_equals from any functions where it is possible to compare relatively large amounts of data (~ > 1 kB) even if that scenario is unlikely.
Boquan Fang committedAug 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 0feaa68 - Browse repository at this point
Copy the full SHA 0feaa68View commit details -
fix: fix grep_simple_mistakes.sh to include additional memcmp calls
Boquan Fang committedAug 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 19f1016 - Browse repository at this point
Copy the full SHA 19f1016View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c541742 - Browse repository at this point
Copy the full SHA c541742View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0d426c - Browse repository at this point
Copy the full SHA c0d426cView commit details