diff options
author | Jack Lloyd <[email protected]> | 2018-08-01 15:49:54 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-08-01 15:49:54 -0400 |
commit | 347ec79d2488e15b7fe5f5fba3d7038a034338d2 (patch) | |
tree | 1fe37a85891975d880fdcd05d93d50f4fe3e02f8 /src/build-data/oids.txt | |
parent | 9ed3fce1e6d3e17d384fa837c5451e3e3573619d (diff) |
Add OID for HMAC with SHA-512/256
Diffstat (limited to 'src/build-data/oids.txt')
-rw-r--r-- | src/build-data/oids.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/oids.txt b/src/build-data/oids.txt index 4f9affadf..a918436cd 100644 --- a/src/build-data/oids.txt +++ b/src/build-data/oids.txt @@ -114,6 +114,7 @@ 1.2.840.113549.2.9 = HMAC(SHA-256) 1.2.840.113549.2.10 = HMAC(SHA-384) 1.2.840.113549.2.11 = HMAC(SHA-512) +1.2.840.113549.2.13 = HMAC(SHA-512-256) [keywrap] # Keywrap algorithms |