mirror of
https://github.com/esp8266/Arduino.git
synced 2025-11-27 05:41:49 +03:00
* Update certs.h
not_valid_{after,before} -> not_valid_{after,before}_utc
https://cryptography.io/en/latest/x509/reference/#cryptography.x509.Certificate.not_valid_before
> This property is deprecated and will be removed in a future version. Please switch to the timezone-aware variant not_valid_before_utc().
* fixup! Update certs.h