Joost van Dijk
Joost van Dijk
Yes, there's nothing specific to eduroam. But at the moment, EAP-TLS is the only method that is supported.
The function [`wifi_station_set_enterprise_identity()`](https://github.com/espressif/ESP8266_NONOS_SDK/blob/master/include/wpa2_enterprise.h#L47) is part of [ESP8266_NONOS_SDK](https://github.com/espressif/ESP8266_NONOS_SDK). It should be part of your toolchain. I haven't tried to compile in a while, as I moved to esp32 which has much...
Another temporary workaround that I used to flash a `nrf52840_dongle_dfu` using macos (14.3.1): ``` $ brew install pyenv pyenv-virtualenv $ pyenv --version pyenv 2.3.36 $ pyenv install 3.10.13 $ eval...
I am running into the same issue. When using a Feitian Biopass USB FIDO2 token, the attestation statement contains two certificates: 1. an intermediate certificate (subject=C=US, O=Feitian Technologies, CN=Feitian FIDO...
Indeed, YKCS11 will access multiple slots when searching for keys.
We have a separate guide for using PIV for SSH. See [Using PIV for SSH through PKCS #11 ](https://developers.yubico.com/PIV/Guides/SSH_with_PIV_and_PKCS11.html).
Thank you @blaufish for the suggestion, and apologies for leaving this issue open for so long. I am now closing it however, as I don't think a YubiHSM is typically...
Apologies for leaving this issue open for so long. But these issues should all have been resolved with recent versions of mentioned software.
Probably, but note that Pycom produces esp32 based boards, so [the micropython implementation for these boards](https://github.com/pycom/pycom-micropython-sigfox) is based on [espressif's esp-idf](https://github.com/espressif/esp-idf) targeting the esp32, and using a [closed source wifi...
As TDES is deprecated and YubiKeys have switched to AES management keys some time ago now, it would be great if AES management keys were supported. Is there anything I...