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

2024-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 15:20:04 UTC 2024 Modified Files: src/external/bsd/wpa/dist/src/common: dpp.c Log Message: fix printf format. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/wpa/dist/src/common/dpp.c P

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

2024-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 15:20:04 UTC 2024 Modified Files: src/external/bsd/wpa/dist/src/common: dpp.c Log Message: fix printf format. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/wpa/dist/src/common/dpp.c P

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

2024-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 13 18:43:45 UTC 2024 Modified Files: src/external/bsd/wpa/dist/src/eap_peer: eap_config.h eap_peap.c eap_tls_common.c eap_tls_common.h src/external/bsd/wpa/dist/wpa_supplicant: wpa_supplicant.conf Log

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

2024-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 13 18:43:45 UTC 2024 Modified Files: src/external/bsd/wpa/dist/src/eap_peer: eap_config.h eap_peap.c eap_tls_common.c eap_tls_common.h src/external/bsd/wpa/dist/wpa_supplicant: wpa_supplicant.conf Log

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

2019-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 12 23:46:11 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/ap: drv_callbacks.c ieee802_11.c Log Message: [PATCH] AP: Silently ignore management frame from unexpected source address Do not process any received Ma

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

2019-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 12 23:46:11 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/ap: drv_callbacks.c ieee802_11.c Log Message: [PATCH] AP: Silently ignore management frame from unexpected source address Do not process any received Ma

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

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 09:56:41 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/eap_common: eap_pwd_common.c Log Message: EAP-pwd: Run through prf result processing even if it >= prime This reduces differences in timing and memory a

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

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 09:56:41 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/eap_common: eap_pwd_common.c Log Message: EAP-pwd: Run through prf result processing even if it >= prime This reduces differences in timing and memory a

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

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 09:56:10 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/common: sae.c Log Message: SAE: Run through prf result processing even if it >= prime This reduces differences in timing and memory access within the hu

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

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 09:56:10 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/common: sae.c Log Message: SAE: Run through prf result processing even if it >= prime This reduces differences in timing and memory access within the hu

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

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 09:55:32 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/crypto: crypto_openssl.c Log Message: OpenSSL: Use BN_bn2binpad() or BN_bn2bin_padded() if available This converts crypto_bignum_to_bin() to use the Ope

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

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 09:55:32 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/crypto: crypto_openssl.c Log Message: OpenSSL: Use BN_bn2binpad() or BN_bn2bin_padded() if available This converts crypto_bignum_to_bin() to use the Ope

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

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 08:58:40 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/eap_common: eap_pwd_common.c Log Message: EAP-pwd: Use const_time_memcmp() for pwd_value >= prime comparison This reduces timing and memory access patte

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

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 08:58:40 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/eap_common: eap_pwd_common.c Log Message: EAP-pwd: Use const_time_memcmp() for pwd_value >= prime comparison This reduces timing and memory access patte

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

2019-08-08 Thread Christos Zoulas
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

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

2019-08-08 Thread Christos Zoulas
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

Re: CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-19 Thread Christos Zoulas
On Jan 19, 5:43pm, r...@marples.name (Roy Marples) wrote: -- Subject: Re: CVS commit: src/external/bsd/wpa/dist/src/drivers | On 19/01/2016 15:22, Christos Zoulas wrote: | > In article <20160119150829.60108f...@cvs.netbsd.org>, | > Roy Marples wrote: | >> -=-=-=-=-=- | &

Re: CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-19 Thread Roy Marples
On 19/01/2016 15:22, Christos Zoulas wrote: > In article <20160119150829.60108f...@cvs.netbsd.org>, > Roy Marples wrote: >> -=-=-=-=-=- >> >> Module Name: src >> Committed By:roy >> Date:Tue Jan 19 15:08:29 UTC 2016 >> >> Modified Files: >> src/external/bsd/wpa/dist/sr

Re: CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-19 Thread Christos Zoulas
In article <20160119150829.60108f...@cvs.netbsd.org>, Roy Marples wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: roy >Date: Tue Jan 19 15:08:29 UTC 2016 > >Modified Files: > src/external/bsd/wpa/dist/src/drivers: driver_bsd.c > >Log Message: >Don't log RTM messages we are

Re: CVS commit: src/external/bsd/wpa/dist/src/drivers

2016-01-19 Thread Christos Zoulas
In article <20160119151820.99365f...@cvs.netbsd.org>, Roy Marples wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: roy >Date: Tue Jan 19 15:18:20 UTC 2016 > >Modified Files: > src/external/bsd/wpa/dist/src/drivers: driver_bsd.c > >Log Message: >Remove added debug to sync mo