mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +00:00
LibTLS: Add SHA-384 as supported certificate signing algorithm
This commit is contained in:
parent
d386d3946a
commit
3243091c0d
2 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,7 @@ enum class CertificateKeyAlgorithm {
|
|||
RSA_MD5 = 0x04,
|
||||
RSA_SHA1 = 0x05,
|
||||
RSA_SHA256 = 0x0b,
|
||||
RSA_SHA384 = 0x0c,
|
||||
RSA_SHA512 = 0x0d,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue