krb5: add unkeyed SHA-2 checksum types
Add unkeyed checksum types for SHA-256, SHA-384 and SHA-512, for future internal use. They are assigned private (negative) checksum types and must never appear in cleartext on the wire.
This commit is contained in:
@@ -55,7 +55,10 @@ struct _krb5_checksum_type *_krb5_checksum_types[] = {
|
||||
&_krb5_checksum_hmac_sha1_aes256,
|
||||
&_krb5_checksum_hmac_sha256_128_aes128,
|
||||
&_krb5_checksum_hmac_sha384_192_aes256,
|
||||
&_krb5_checksum_hmac_md5
|
||||
&_krb5_checksum_hmac_md5,
|
||||
&_krb5_checksum_sha256,
|
||||
&_krb5_checksum_sha384,
|
||||
&_krb5_checksum_sha512
|
||||
};
|
||||
|
||||
int _krb5_num_checksums
|
||||
|
Reference in New Issue
Block a user