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

Deprecating SHA-1 Signature Hashes in TLS 1.2 and DTLS 1.2 #3252

Open
Ooo0ption opened this issue Apr 19, 2024 · 0 comments
Open

Deprecating SHA-1 Signature Hashes in TLS 1.2 and DTLS 1.2 #3252

Ooo0ption opened this issue Apr 19, 2024 · 0 comments

Comments

@Ooo0ption
Copy link

Hi! I found the project is using a potentially insecure password component. Specifically, in the code/go/0chain.net/core/encryption/hash.go file, sha1.New() is being used.
According to RFC 9155, it's recommended to deprecate SHA-1 Signature Hashes in TLS 1.2 and DTLS 1.2 due to security concerns.Using latest algorithms can improve security with a little computational overheads.

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

No branches or pull requests

1 participant