Module Name: src Committed By: christos Date: Wed Apr 10 17:56:43 UTC 2019
Modified Files: src/external/bsd/wpa/dist/src/crypto: crypto_openssl.c Log Message: Get rid of the branches that depend on the result of the Legendre operation. This is needed to avoid leaking information about different temporary results in blinding mechanisms. This is related to CVE-2019-9494 and CVE-2019-9495. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/external/bsd/wpa/dist/src/crypto/crypto_openssl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.