1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Silently eat \rs in PEM decoder in BearSSL (#5598)

There is a bug in the BearSSL PEM decoder when Windows EOLs (\r\n) are
passed in.  Avoid the issue by silenly discarding \rs as they are read
from the PEM source in the C code, to keep my sanity by avoiding reworking
the pseudo-Forth parser code.

Fixes #5591
This commit is contained in:
Earle F. Philhower, III 2019-01-07 09:24:38 -08:00 committed by GitHub
parent 7c2e071351
commit c08ef514f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
// Do not edit -- Automatically generated by tools/sdk/ssl/bearssl/Makefile
#define BEARSSL_GIT 2398cc6
#define BEARSSL_GIT 79edbc8

Binary file not shown.

@ -1 +1 @@
Subproject commit 2398cc642940ec1dcd34c72bf95cfa7f1946edfc
Subproject commit 79edbc83bf721e0159ce66272e86f2385d58612b