Module Name: src Committed By: christos Date: Wed Apr 10 17:56:13 UTC 2019
Added Files: src/external/bsd/wpa/dist/src/utils: const_time.h Log Message: These functions can be used to help implement constant time operations for various cryptographic operations that must minimize externally observable differences in processing (both in timing and also in internal cache use, etc.). This is related to CVE-2019-9494 and CVE-2019-9495. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/bsd/wpa/dist/src/utils/const_time.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.