Merge pull request #20666 from owen-mc/go/promote-weak-crypto-algorithm

Go: promote `go/weak-crypto-algorithm`
This commit is contained in:
Owen Mansel-Chan
2025-11-20 11:03:05 +00:00
committed by GitHub
40 changed files with 1485 additions and 430 deletions

View File

@@ -67,7 +67,7 @@
The following example shows two functions for checking whether the hash
of a certificate matches a known value -- to prevent tampering.
The first function uses MD5 that is known to be vulnerable to collision attacks.
The first function uses SHA-1 that is known to be vulnerable to collision attacks.
The second function uses SHA-256 that is a strong cryptographic hashing function.
</p>

View File

@@ -34,6 +34,8 @@ strongHashingAlgorithms
| SHA3256 |
| SHA3384 |
| SHA3512 |
| SHA512224 |
| SHA512256 |
| SHAKE128 |
| SHAKE256 |
| SM3 |