SCEP common definitions. More...
Go to the source code of this file.
Macros | |
#define | TRACE_LEVEL SCEP_TRACE_LEVEL |
Variables | |
const uint8_t | SCEP_MESSAGE_TYPE_OID [10] = {0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x09, 0x02} |
const uint8_t | SCEP_PKI_STATUS_OID [10] = {0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x09, 0x03} |
const uint8_t | SCEP_FAIL_INFO_OID [10] = {0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x09, 0x04} |
const uint8_t | SCEP_SENDER_NONCE_OID [10] = {0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x09, 0x05} |
const uint8_t | SCEP_RECIPIENT_NONCE_OID [10] = {0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x09, 0x06} |
const uint8_t | SCEP_TRANSACTION_ID_OID [10] = {0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x09, 0x07} |
const uint8_t | SCEP_FAIL_INFO_TEXT_OID [8] = {0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x18, 0x01} |
Detailed Description
SCEP common definitions.
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2010-2025 Oryx Embedded SARL. All rights reserved.
This file is part of CycloneCRYPTO Open.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Version
- 2.5.2
Definition in file scep_common.c.
Macro Definition Documentation
◆ TRACE_LEVEL
#define TRACE_LEVEL SCEP_TRACE_LEVEL |
Definition at line 32 of file scep_common.c.
Variable Documentation
◆ SCEP_FAIL_INFO_OID
const uint8_t SCEP_FAIL_INFO_OID[10] = {0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x09, 0x04} |
Definition at line 46 of file scep_common.c.
◆ SCEP_FAIL_INFO_TEXT_OID
const uint8_t SCEP_FAIL_INFO_TEXT_OID[8] = {0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x18, 0x01} |
Definition at line 54 of file scep_common.c.
◆ SCEP_MESSAGE_TYPE_OID
const uint8_t SCEP_MESSAGE_TYPE_OID[10] = {0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x09, 0x02} |
Definition at line 42 of file scep_common.c.
◆ SCEP_PKI_STATUS_OID
const uint8_t SCEP_PKI_STATUS_OID[10] = {0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x09, 0x03} |
Definition at line 44 of file scep_common.c.
◆ SCEP_RECIPIENT_NONCE_OID
const uint8_t SCEP_RECIPIENT_NONCE_OID[10] = {0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x09, 0x06} |
Definition at line 50 of file scep_common.c.
◆ SCEP_SENDER_NONCE_OID
const uint8_t SCEP_SENDER_NONCE_OID[10] = {0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x09, 0x05} |
Definition at line 48 of file scep_common.c.
◆ SCEP_TRANSACTION_ID_OID
const uint8_t SCEP_TRANSACTION_ID_OID[10] = {0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x09, 0x07} |
Definition at line 52 of file scep_common.c.