Skip to content

Commit

Permalink
Update certs.h (#9182)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mcspr authored Jul 31, 2024
1 parent 1d6e50f commit 07feace
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 132 deletions.
8 changes: 4 additions & 4 deletions libraries/ESP8266HTTPClient/examples/BasicHttpsClient/certs.h
128 changes: 64 additions & 64 deletions libraries/ESP8266WiFi/examples/BearSSL_Validation/certs.h
5 changes: 3 additions & 2 deletions libraries/ESP8266WiFi/examples/HTTPSRequest/HTTPSRequest.ino
115 changes: 57 additions & 58 deletions libraries/ESP8266WiFi/examples/HTTPSRequest/certs.h
6 changes: 3 additions & 3 deletions tools/cert.py

0 comments on commit 07feace

Please sign in to comment.