mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
* Update to latest BearSSL library version, fixes #4898 * Actually install the updated BearSSL lib/headers
This commit is contained in:
committed by
GitHub
parent
89d2f42153
commit
00c35be985
@ -360,7 +360,7 @@ typedef struct {
|
||||
* - `end_chain()` is called when the last certificate in the chain
|
||||
* was processed.
|
||||
* - `get_pkey()` is called after chain processing, if the chain
|
||||
* validation was succesfull.
|
||||
* validation was successful.
|
||||
*
|
||||
* A context structure may be reused; the `start_chain()` method shall
|
||||
* ensure (re)initialisation.
|
||||
|
Reference in New Issue
Block a user