Skip to content

Commit c08ef51

Browse files
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
1 parent 7c2e071 commit c08ef51

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: tools/sdk/include/bearssl/bearssl_git.h

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

Diff for: tools/sdk/lib/libbearssl.a

244 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)