MS X.400 API
Modules | |
Redirection Reason | |
Macros | |
#define | X400_N_CERT_MOAC 1 |
#define | X400_N_CERT_MSGTOK 2 |
#define | X400_N_CERT_RECIP_CIC 3 |
#define | X400_N_CERT_MSGTOK_CIC 4 |
#define | X400_S_CERT_BER 1800 |
#define | X400_S_CERT_SUBJECT_DN 1801 |
#define | X400_S_CERT_ISSUER_DN 1802 |
#define | X400_S_CERT_SERIAL_NUM 1803 |
#define | X400_N_CERT_ORADDRESS_STATUS 1804 |
Detailed Description
Macro Definition Documentation
◆ X400_N_CERT_MOAC
#define X400_N_CERT_MOAC 1 |
Certificate related to message-origination-authentication-check in a message
- Examples
- examples/x400_msrcv_sign.c, and examples/x400_mssend_rcv_sign.c.
Definition at line 1502 of file x400_att.h.
◆ X400_N_CERT_MSGTOK
#define X400_N_CERT_MSGTOK 2 |
Certificate related to message-token (in recipient)
- Examples
- examples/x400_msrcv_msg_tok_sign.c.
Definition at line 1507 of file x400_att.h.
◆ X400_N_CERT_RECIP_CIC
#define X400_N_CERT_RECIP_CIC 3 |
Certificate related to content-integrity-check (in recipient extension)
- Examples
- examples/x400_msrcv_msg_tok_sign.c.
Definition at line 1510 of file x400_att.h.
◆ X400_N_CERT_MSGTOK_CIC
#define X400_N_CERT_MSGTOK_CIC 4 |
Certificate related to content-integrity-check in message-token in a recipient
- Examples
- examples/x400_msrcv_msg_tok_sign.c.
Definition at line 1513 of file x400_att.h.
◆ X400_S_CERT_BER
#define X400_S_CERT_BER 1800 |
Certificate raw data
- Examples
- examples/x400_msrcv_msg_tok_sign.c.
Definition at line 1523 of file x400_att.h.
◆ X400_S_CERT_SUBJECT_DN
#define X400_S_CERT_SUBJECT_DN 1801 |
DN of subject from certificate
- Examples
- examples/x400_msrcv_msg_tok_sign.c, examples/x400_msrcv_sign.c, and examples/x400_mssend_rcv_sign.c.
Definition at line 1526 of file x400_att.h.
◆ X400_S_CERT_ISSUER_DN
#define X400_S_CERT_ISSUER_DN 1802 |
DN of issuer of certificate
- Examples
- examples/x400_msrcv_msg_tok_sign.c, examples/x400_msrcv_sign.c, and examples/x400_mssend_rcv_sign.c.
Definition at line 1529 of file x400_att.h.
◆ X400_S_CERT_SERIAL_NUM
#define X400_S_CERT_SERIAL_NUM 1803 |
Serial number of certificate
- Examples
- examples/x400_msrcv_msg_tok_sign.c.
Definition at line 1532 of file x400_att.h.
◆ X400_N_CERT_ORADDRESS_STATUS
#define X400_N_CERT_ORADDRESS_STATUS 1804 |
Status of match between ORaddress subject alt. name and originator If X400_E_NOERROR, then present and a match. If X400_E_NO_VALUE, then no ORaddress in certificate If X400_E_NO_MATCH, then present but does not match
- Examples
- examples/x400_msrcv_msg_tok_sign.c, examples/x400_msrcv_sign.c, and examples/x400_mssend_rcv_sign.c.
Definition at line 1535 of file x400_att.h.