CVS commit: src/external/bsd/wpa/dist/src/common

2021-05-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat May 15 19:19:55 UTC 2021 Modified Files: src/external/bsd/wpa/dist/src/common: dpp.c Log Message: wpa: fix Clang build src/external/bsd/wpa/bin/hostapd/../../dist/src/common/dpp.c:5377:7: error: format specifies type 'unsigne

CVS commit: src/external/bsd/wpa/dist/src/common

2019-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 10 18:01:08 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/common: sae.c Log Message: Try to avoid showing externally visible timing or memory access differences regardless of whether the derived pwd-value is sma

CVS commit: src/external/bsd/wpa/dist/src/common

2019-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 10 18:00:45 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/common: sae.c Log Message: This is an initial step towards making the FFC case use strictly constant time operations similarly to the ECC case. sae_test_

CVS commit: src/external/bsd/wpa/dist/src/common

2019-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 10 18:00:21 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/common: sae.c Log Message: These groups have significant probability of coming up with pwd-value that is equal or greater than the prime and as such, nee

CVS commit: src/external/bsd/wpa/dist/src/common

2019-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 10 17:59:35 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/common: sae.c Log Message: Make the non-failure path in the function proceed without branches based on r_odd and in constant time to minimize risk of obs

CVS commit: src/external/bsd/wpa/dist/src/common

2019-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 10 17:59:07 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/common: sae.c Log Message: The QR test result can provide information about the password to an attacker, so try to minimize differences in how the sae_te

CVS commit: src/external/bsd/wpa/dist/src/common

2019-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 10 17:52:46 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/common: sae.c Log Message: Explicitly verify that own and peer commit scalar/element are available when trying to check SAE confirm message. It could hav