diff options
author | tb <> | 2023-06-15 17:58:27 +0000 |
---|---|---|
committer | tb <> | 2023-06-15 17:58:27 +0000 |
commit | 047fd407e84ddf5d20bed36e9a935fc72101add7 (patch) | |
tree | 8520e6cc39e4d69e45641bfaa6239cca4b0e286c | |
parent | 752115024c668f7069f2a5b650664903ec775fb1 (diff) | |
download | openbsd-047fd407e84ddf5d20bed36e9a935fc72101add7.tar.gz openbsd-047fd407e84ddf5d20bed36e9a935fc72101add7.tar.bz2 openbsd-047fd407e84ddf5d20bed36e9a935fc72101add7.zip |
regen
-rw-r--r-- | src/lib/libcrypto/objects/obj_xref.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/libcrypto/objects/obj_xref.h b/src/lib/libcrypto/objects/obj_xref.h index 1003030fca..bff8c68573 100644 --- a/src/lib/libcrypto/objects/obj_xref.h +++ b/src/lib/libcrypto/objects/obj_xref.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: obj_xref.h,v 1.6 2023/06/15 16:59:54 tb Exp $ */ | 1 | /* $OpenBSD: obj_xref.h,v 1.7 2023/06/15 17:58:27 tb Exp $ */ |
2 | /* AUTOGENERATED BY objxref.pl, DO NOT EDIT */ | 2 | /* AUTOGENERATED BY objxref.pl, DO NOT EDIT */ |
3 | 3 | ||
4 | __BEGIN_HIDDEN_DECLS | 4 | __BEGIN_HIDDEN_DECLS |
@@ -55,6 +55,10 @@ static const nid_triple sigoid_srt[] = | |||
55 | {NID_dhSinglePass_cofactorDH_sha256kdf_scheme, NID_sha256, NID_dh_cofactor_kdf}, | 55 | {NID_dhSinglePass_cofactorDH_sha256kdf_scheme, NID_sha256, NID_dh_cofactor_kdf}, |
56 | {NID_dhSinglePass_cofactorDH_sha384kdf_scheme, NID_sha384, NID_dh_cofactor_kdf}, | 56 | {NID_dhSinglePass_cofactorDH_sha384kdf_scheme, NID_sha384, NID_dh_cofactor_kdf}, |
57 | {NID_dhSinglePass_cofactorDH_sha512kdf_scheme, NID_sha512, NID_dh_cofactor_kdf}, | 57 | {NID_dhSinglePass_cofactorDH_sha512kdf_scheme, NID_sha512, NID_dh_cofactor_kdf}, |
58 | {NID_RSA_SHA3_224, NID_sha3_224, NID_rsaEncryption}, | ||
59 | {NID_RSA_SHA3_256, NID_sha3_256, NID_rsaEncryption}, | ||
60 | {NID_RSA_SHA3_384, NID_sha3_384, NID_rsaEncryption}, | ||
61 | {NID_RSA_SHA3_512, NID_sha3_512, NID_rsaEncryption}, | ||
58 | }; | 62 | }; |
59 | 63 | ||
60 | static const nid_triple * const sigoid_srt_xref[] = | 64 | static const nid_triple * const sigoid_srt_xref[] = |
@@ -102,6 +106,10 @@ static const nid_triple * const sigoid_srt_xref[] = | |||
102 | &sigoid_srt[28], | 106 | &sigoid_srt[28], |
103 | &sigoid_srt[30], | 107 | &sigoid_srt[30], |
104 | &sigoid_srt[31], | 108 | &sigoid_srt[31], |
109 | &sigoid_srt[43], | ||
110 | &sigoid_srt[44], | ||
111 | &sigoid_srt[45], | ||
112 | &sigoid_srt[46], | ||
105 | }; | 113 | }; |
106 | 114 | ||
107 | __END_HIDDEN_DECLS | 115 | __END_HIDDEN_DECLS |