Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update certs.h #9182

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Update certs.h #9182

merged 2 commits into from
Jul 31, 2024

Conversation

mcspr
Copy link
Collaborator

@mcspr mcspr commented Jul 30, 2024

use utc time for generated comment
fixing cert props 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().

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().
@mcspr mcspr merged commit 07feace into esp8266:master Jul 31, 2024
28 checks passed
@mcspr mcspr deleted the certs-update branch July 31, 2024 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant