SE05x KeyID is not correctly encoded into the private key reference #216
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
The issue is in this line:
ArduinoCore-renesas/libraries/SSLClient/src/SSLClient.cpp
Line 380 in c0f158f
Only the least significant byte of the key ID is stored.
The key ID should be stored in 4 bytes, big endian.
The text was updated successfully, but these errors were encountered: