X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fobjects%2Fobj_xref.h;h=1c2a0636f84c18d10e36cc862f50524acc6edb07;hp=05446225eabdba6179953433349b2b4d5a89f37f;hb=51adf14a948ac0999114f3807fa6ceae1bb060ac;hpb=6286757141a8c6e14d647ec733634ae0c83d9887 diff --git a/crypto/objects/obj_xref.h b/crypto/objects/obj_xref.h index 05446225ea..1c2a0636f8 100644 --- a/crypto/objects/obj_xref.h +++ b/crypto/objects/obj_xref.h @@ -1,13 +1,15 @@ /* - * Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved. + * WARNING: do not edit! + * Generated by objxref.pl * - * Licensed under the OpenSSL license (the "License"). You may not use + * Copyright 1998-2019 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/license.html */ -/* AUTOGENERATED BY objxref.pl, DO NOT EDIT */ typedef struct { int sign_id; @@ -71,6 +73,12 @@ static const nid_triple sigoid_srt[] = { NID_id_GostR3410_2012_256}, {NID_id_tc26_signwithdigest_gost3410_2012_512, NID_id_GostR3411_2012_512, NID_id_GostR3410_2012_512}, + {NID_ED25519, NID_undef, NID_ED25519}, + {NID_ED448, NID_undef, NID_ED448}, + {NID_RSA_SHA3_224, NID_sha3_224, NID_rsaEncryption}, + {NID_RSA_SHA3_256, NID_sha3_256, NID_rsaEncryption}, + {NID_RSA_SHA3_384, NID_sha3_384, NID_rsaEncryption}, + {NID_RSA_SHA3_512, NID_sha3_512, NID_rsaEncryption}, }; static const nid_triple *const sigoid_srt_xref[] = { @@ -113,4 +121,8 @@ static const nid_triple *const sigoid_srt_xref[] = { &sigoid_srt[28], &sigoid_srt[40], &sigoid_srt[41], + &sigoid_srt[44], + &sigoid_srt[45], + &sigoid_srt[46], + &sigoid_srt[47], };