-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add ct_get_certificate_timestamp and ct_get_certificate_age_s functions #245
Conversation
[test] |
488a037
to
b7734af
Compare
[test] |
1 similar comment
[test] |
[test] |
1 similar comment
[test] |
[test] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure, if this PR is still in queue to be reviewed, nonetheless, here is my review :).
I would also suggest squashing the commits before merging/rebasing.
Else LGTM.
@hhorak Can you take a look at the comments? |
839540e
to
03dff2a
Compare
This PR is tested in sclorg/httpd-container#140, so not intended to be merged before it's working in CI in that PR. |
…t_image_age_s functions These functions are expected to be used for checking whether a certificate was just generated during the container assembing (e.g age of the certificate is less than a minute). The certificates generation on assembling the container with the application is important for not having the container images with certificates being part of the image.
03dff2a
to
13b0f24
Compare
[test] |
Rebased and sclorg/httpd-container#140 testing it right now, let's see whether tests there are green. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the great comments in the code!
These functions are expected to be used for checking whether a certificate was just
generated during the container assembing (e.g age of the certificate is less than a minute).
The certificates generation on assembling the container with the application is important
for not having the container images with certificates being part of the image.