-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Added constant time string comparison to avoid possible time-based attacks. #3836
Commits on Nov 15, 2017
-
Added constant time strings comparison to avoid possible time-based a…
…ttacks
Alessio Leoncini committedNov 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 4f6f4d6 - Browse repository at this point
Copy the full SHA 4f6f4d6View commit details -
Alessio Leoncini committed
Nov 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 0a684dd - Browse repository at this point
Copy the full SHA 0a684ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe324cc - Browse repository at this point
Copy the full SHA fe324ccView commit details -
Moved string comnparison in constant time to String class; modified f…
…unction body to assure constant time comparison despite compiler optimizations
Alessio Leoncini committedNov 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 1aad21f - Browse repository at this point
Copy the full SHA 1aad21fView commit details -
Merge branch 'master' of https://github.com/bluemurder/Arduino
# Conflicts: # libraries/ArduinoOTA/ArduinoOTA.cpp
Alessio Leoncini committedNov 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 2ec42df - Browse repository at this point
Copy the full SHA 2ec42dfView commit details -
Alessio Leoncini committed
Nov 15, 2017 Configuration menu - View commit details
-
Copy full SHA for aca2832 - Browse repository at this point
Copy the full SHA aca2832View commit details -
Fixed error and prevented compiler optimization to delete u1 local va…
…riable
Alessio Leoncini committedNov 15, 2017 Configuration menu - View commit details
-
Copy full SHA for b378b65 - Browse repository at this point
Copy the full SHA b378b65View commit details -
Avoid timing attacks on string comparison
Alessio Leoncini committedNov 15, 2017 Configuration menu - View commit details
-
Copy full SHA for f5df475 - Browse repository at this point
Copy the full SHA f5df475View commit details
Commits on Nov 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0322c95 - Browse repository at this point
Copy the full SHA 0322c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba70b48 - Browse repository at this point
Copy the full SHA ba70b48View commit details
Commits on Nov 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 02d2e18 - Browse repository at this point
Copy the full SHA 02d2e18View commit details
Commits on Nov 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f581f15 - Browse repository at this point
Copy the full SHA f581f15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e764da - Browse repository at this point
Copy the full SHA 9e764daView commit details
Commits on Nov 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1373fee - Browse repository at this point
Copy the full SHA 1373feeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c349b43 - Browse repository at this point
Copy the full SHA c349b43View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd9f6e5 - Browse repository at this point
Copy the full SHA fd9f6e5View commit details