esp-open-rtos/examples/http_get_bearssl/Makefile
Milosch Meriac 48e129dcc4 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
2017-02-13 11:53:02 +00:00

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