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

Remove patch for SHA-1 certificates #119

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

cipherboy
Copy link
Member

@cipherboy cipherboy commented Feb 3, 2024

Vault < 1.12 supported a patch to allow certificates with SHA-1 hashes to continue to function after Go removed support in Go 1.18 (or, rather, gated it behind a feature flag).

As our version number remains unclear, we'll want to remove this patch in case we choose a lower version number for our releases.

Note: this will not affect users' abilities to manually override this according to Go's settings to do so; this only removes dead code that did so automatically on older versions.

@naphelps naphelps added this to the Alpha milestone Feb 8, 2024
@naphelps naphelps self-requested a review February 8, 2024 13:29
Vault < 1.12 supported a patch to allow certificates with SHA-1 hashes
to continue to function after Go removed support in Go 1.18 (or, rather,
gated it behind a feature flag).

As our version number remains unclear, we'll want to remove this patch
in case we choose a lower version number for our releases.

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
@naphelps naphelps merged commit b5fcc19 into openbao:main Feb 9, 2024
4 of 9 checks passed
@cipherboy
Copy link
Member Author

Thank you @naphelps!

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.

None yet

3 participants