1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Update to latest BearSSL (#6337)

Fix a buffer overflow error in private key decoding.

https://bearssl.org/gitweb/?p=BearSSL;a=commit;h=b715b43e411dc5d5949df6f75ef7bb65952db11c
This commit is contained in:
Earle F. Philhower, III
2019-07-23 22:05:47 -07:00
committed by GitHub
parent 705dd39093
commit 4e7f5afc54
4 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
// Do not edit -- Automatically generated by tools/sdk/ssl/bearssl/Makefile
#define BEARSSL_GIT 9247320
#define BEARSSL_GIT 89454af