Files
zTC1/mico-os/MiCO/security/TLS/wolfSSL/High_Security

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
用于SSL认证的库对ssl做了一些设置修改
1、支持CRL
2、会对证书的有效期进行验证系统时间通过调用mico_time_get_utc_time_ms来获取系统的时间用来验证证书有效期。
3、最低的RSA bits定义为2048
4、证书验证时关闭SHA但是cipher list需要支持SHA
5、TLS 1.2NO_OLD_TLS

要SSL使用这个库需要在make命令里面增加HIGH_SECURITY=1
比如:
mico make wifi.station@MK3060 HIGH_SECURITY=1