Module Name: src Committed By: christos Date: Thu Aug 8 08:55:48 UTC 2019
Modified Files: src/external/bsd/wpa/dist/src/common: sae.c Log Message: SAE: Use const_time_memcmp() for pwd_value >= prime comparison This reduces timing and memory access pattern differences for an operation that could depend on the used password. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/wpa/dist/src/common/sae.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.