Convert DST_ALG defines to enum and group HMAC algorithms
The HMACs and GSSAPI are just using unallocated values.
Moving them around shouldn't cause issues.
Only the dnssec system test knew the internal number in use for hmacmd5.
(cherry picked from commit 09f7e0607a)
This commit is contained in:
committed by
Petr Špaček
parent
57a773fa81
commit
0bbc0c61e3
@@ -3373,7 +3373,7 @@ do
|
||||
2) # Diffie Helman
|
||||
alg=$((alg+1))
|
||||
continue;;
|
||||
157|160|161|162|163|164|165) # private - non standard
|
||||
159|160|161|162|163|164|165) # private - non standard
|
||||
alg=$((alg+1))
|
||||
continue;;
|
||||
1|5|7|8|10) # RSA algorithms
|
||||
|
||||
Reference in New Issue
Block a user