mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Add X509_KEY to support different public key algos
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2014-2025 The GmSSL Project. All Rights Reserved.
|
||||
* Copyright 2014-2026 The GmSSL Project. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the License); you may
|
||||
* not use this file except in compliance with the License.
|
||||
@@ -174,9 +174,11 @@ enum {
|
||||
OID_cms_encrypted_data,
|
||||
OID_cms_key_agreement_info,
|
||||
|
||||
OID_hss_lms_hashsig, // LMS/HSS public key
|
||||
OID_lms_hashsig, // OID is not defined in RFC, so no oid[]
|
||||
OID_hss_lms_hashsig, // HSS only
|
||||
OID_xmss_hashsig,
|
||||
OID_xmssmt_hashsig,
|
||||
OID_sphincs_hashsig, // OID not defined in RFC, so no oid[]
|
||||
};
|
||||
|
||||
// {iso(1) org(3) dod(6) internet(1) security(5) mechanisms(5) pkix(7)}
|
||||
|
||||
Reference in New Issue
Block a user