summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJob Snijders <job@sobornost.net>2024-01-29 20:40:32 +0000
committerTomas Mraz <tomas@openssl.org>2024-03-15 09:10:22 +0100
commitc5e097dec5e93828837f4208c6968a0b7f38291e (patch)
treec5d84c84f8c80cfd1a1ba2a93b86ea83ec89873e /include
parent5c846d32d4a1dc7ee7934bc867b9941809b76beb (diff)
Add Content Type OID for id-ct-rpkiSignedPrefixList
References: draft-ietf-sidrops-rpki-prefixlist Title: "A profile for Signed Prefix Lists for Use in the Resource Public Key Infrastructure (RPKI)" OID assigned under 'SMI Security for S/MIME CMS Content Type (1.2.840.113549.1.9.16.1)' https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#security-smime-1 Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23426)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/obj_mac.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/openssl/obj_mac.h b/include/openssl/obj_mac.h
index e1b441b313..1b7d9240a9 100644
--- a/include/openssl/obj_mac.h
+++ b/include/openssl/obj_mac.h
@@ -2,7 +2,7 @@
* WARNING: do not edit!
* Generated by crypto/objects/objects.pl
*
- * Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2000-2024 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
@@ -894,6 +894,10 @@
#define NID_id_ct_signedTAL 1284
#define OBJ_id_ct_signedTAL OBJ_id_smime_ct,50L
+#define SN_id_ct_rpkiSignedPrefixList "id-ct-rpkiSignedPrefixList"
+#define NID_id_ct_rpkiSignedPrefixList 1320
+#define OBJ_id_ct_rpkiSignedPrefixList OBJ_id_smime_ct,51L
+
#define SN_id_smime_aa_receiptRequest "id-smime-aa-receiptRequest"
#define NID_id_smime_aa_receiptRequest 212
#define OBJ_id_smime_aa_receiptRequest OBJ_id_smime_aa,1L