Mike

Results 303 comments of Mike

One of my test target devices is an iPad. It is funny how fast hcxdumptool is able to "fool" it.

This function is missing in libressl: EVP_PKEY_new_CMAC_key There is an issue report here: https://github.com/libressl-portable/portable/issues/651 which received a fix here: https://github.com/libressl-portable/portable/issues/651#issuecomment-822630295 more information available here: https://github.com/ZerBea/hcxtools/issues/184 So we can close this...

They only write that the function is deprecated: https://www.openssl.org/docs/manmaster/man3/EVP_PKEY_new.html But I don't got the replacement, yet.

Ok, I'm going to move all functions to new EVP_MAC API: https://www.openssl.org/docs/manmaster/man3/EVP_MAC.html That will take a while. At least until OpenSSL 3.0 release date, to make sure all changes all...

You may have noticed, that I changed the topic, because the origin issue is fixed by LibreSSL developers and will find the way into the next relase. Next step is...

If you would like to use hcxdumptool on a small device, I suggest to take a look at https://github.com/ZerBea/wifi_laboratory Remove the debug option from Makefile: CFLAGS = -O3 -Wall -Wextra...

Thanks for the information about your distribution. I'm running Arch Linux on all my systems: https://archlinux.org/ https://archlinuxarm.org/packages https://archlinux32.org/ Arch Linux is a Rolling Release distribution and all hcxtools, which are...

The same applies to the development of the Linux kernel. Let me give you an example: A few days ago, we noticed that a driver ignore hcxdumptool/hcxlabtool timestamp settings. We...

It shouldn't be a big problem, because latest relase of hcxdumptoo/hcxtools will work on latest release of the distribution and libraries/drivers. BTW: LibreSSL 3.3.3 was released: https://github.com/libressl-portable/portable/releases/tag/v3.3.3 hcxdumptool should compile...