Skip to content

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

Merged
tarcieri merged 1 commit intomasterfrom
ssh-key/fix-new-with-validity-times
Jul 29, 2023
Merged

ssh-key: fix certificate::Builder::new_with_validity_times#143
tarcieri merged 1 commit intomasterfrom
ssh-key/fix-new-with-validity-times

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
@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