Update to latest BearSSL version
- Update subrepository to latest BearSSL version - Use full certificate chain verification - Add Let's-Encrypt root certificate (IdenTrust cross-signed) - Add workaround for missing date & time (use time of compilation for SSL) - Add updated certificates for tls_server_bearssl example from BearSSL server example, previous ones were expired
This commit is contained in:
parent
c66730960e
commit
48e129dcc4
5 changed files with 347 additions and 194 deletions
|
|
@ -1,4 +1,6 @@
|
|||
PROGRAM=http_get_bearssl
|
||||
EXTRA_COMPONENTS = extras/bearssl
|
||||
|
||||
EXTRA_CFLAGS +=-DCONFIG_EPOCH_TIME=$(shell date --utc '+%s')
|
||||
|
||||
include ../../common.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue