arduino / WiFi101-FirmwareUpdater-Plugin

WiFi101 Firmware Updater Tool for Arduino IDE
13 stars 23 forks source link

Certificates with UTF8 strings in the Subject hash wrong SHA hash #24

Closed cruxic closed 5 years ago

cruxic commented 5 years ago

Certificates with UTF8 strings in the Subject were not handled properly when creating the SHA1 hash. This should fix issue #23 . If you have a test suite I recommend adding this as a regression test.

sandeepmistry commented 5 years ago

@cruxic thanks for submitting!