- 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
6 lines
146 B
Makefile
6 lines
146 B
Makefile
PROGRAM=http_get_bearssl
|
|
EXTRA_COMPONENTS = extras/bearssl
|
|
|
|
EXTRA_CFLAGS +=-DCONFIG_EPOCH_TIME=$(shell date --utc '+%s')
|
|
|
|
include ../../common.mk
|