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

Generate SHA256 fingerprint and also SHA1/256 fingerprints in RFC4716 HEX format #426

Open
1 task done
bfabec opened this issue Oct 11, 2023 · 0 comments
Open
1 task done

Comments

@bfabec
Copy link

bfabec commented Oct 11, 2023

Terraform CLI and Provider Versions

Terraform v1.2.2
terraform-provider-tls v4.0.4

Use Cases or Problem Statement

SHA-1 has a primary vulnerability of is its collision resistance, which means that it is possible to find two different messages that produce the same hash value. We would like to use SHA-256 instead, however the tls-provider doesn't currently support it.

Proposal

There is a PR already opened for awhile that several people are asking for. Could we have this merged in so we can start using sha256?

#130

How much impact is this issue causing?

High

Additional Information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant