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

s2n should have a way to extract a certificate expiry timestamp #1265

Open
fsareshwala opened this issue Nov 15, 2019 · 0 comments
Open

s2n should have a way to extract a certificate expiry timestamp #1265

fsareshwala opened this issue Nov 15, 2019 · 0 comments

Comments

@fsareshwala
Copy link
Contributor

Problem:

Currently there is no way to ask s2n for the expiry timestamp of a given certificate. Right now, if developers want the expiry time of a certificate, they have to code against openssl APIs directly. This is not fun. Instead,

Proposed Solution:

We should add a method to allow developers to get the certificate expiration time. We've needed this internally at Twitter and have implemented a solution against the openssl libraries. Happy to add that to s2n as well.

@zaherd zaherd added this to To do in General Enhancements Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant