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

ssh-key: fix certificate::Builder::new_with_validity_times #143

Merged
merged 1 commit into from
Jul 29, 2023

Conversation

tarcieri
Copy link
Member

It previously had the valid_after and valid_before arguments swapped, which would've caused errors with expected usage.

This commit adds a test that confirmed the certificate builder initializes successfully after swapping the arguments back.

Closes #142

It previously had the `valid_after` and `valid_before` arguments
swapped, which would've caused errors with expected usage.

This commit adds a test that confirmed the certificate builder
initializes successfully after swapping the arguments back.

Closes #142
@tarcieri tarcieri merged commit 3c4b5f3 into master Jul 29, 2023
12 checks passed
@tarcieri tarcieri deleted the ssh-key/fix-new-with-validity-times branch July 29, 2023 19:47
@tarcieri tarcieri mentioned this pull request Aug 13, 2023
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.

ssh_key::certificate::Builder::new_with_validity_times incorrectly names validity time arguments
1 participant