diff options
author | Job Snijders <job@sobornost.net> | 2021-11-09 20:30:28 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-11-11 13:02:29 +0100 |
commit | b0c1214e1e82bc4c98eadd11d368b4ba9ffa202c (patch) | |
tree | 1acd3317d2589c18b74c8e8f18917c05bfc7918e /include | |
parent | sha/asm/keccak1600-ppc64.pl: Load data in 8 byte chunks on little endian (diff) | |
download | openssl-b0c1214e1e82bc4c98eadd11d368b4ba9ffa202c.tar.xz openssl-b0c1214e1e82bc4c98eadd11d368b4ba9ffa202c.zip |
Add OID for RPKI id-ct-ASPA
References: draft-ietf-sidrops-aspa-profile
"A Profile for Autonomous System Provider Authorization" (ASPA)
OID permanently 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
CLA: trivial
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17002)
Diffstat (limited to 'include')
-rw-r--r-- | include/openssl/obj_mac.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/openssl/obj_mac.h b/include/openssl/obj_mac.h index c70bf172ba..a9e51d7b38 100644 --- a/include/openssl/obj_mac.h +++ b/include/openssl/obj_mac.h @@ -886,6 +886,10 @@ #define NID_id_ct_signedChecklist 1247 #define OBJ_id_ct_signedChecklist OBJ_id_smime_ct,48L +#define SN_id_ct_ASPA "id-ct-ASPA" +#define NID_id_ct_ASPA 1250 +#define OBJ_id_ct_ASPA OBJ_id_smime_ct,49L + #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 |