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 |
| #define | X400_N_CERT_MTANAME_STATUS 1805 |
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
Definition at line 1531 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_mtrcv.c.
Definition at line 1534 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_mtrcv.c.
Definition at line 1537 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_mtrcv.c.
Definition at line 1542 of file x400_att.h.
◆ X400_S_CERT_BER
| #define X400_S_CERT_BER 1800 |
◆ X400_S_CERT_SUBJECT_DN
| #define X400_S_CERT_SUBJECT_DN 1801 |
DN of subject from certificate
- Examples
- examples/x400_mtrcv.c.
Definition at line 1553 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_mtrcv.c.
Definition at line 1556 of file x400_att.h.
◆ X400_S_CERT_SERIAL_NUM
| #define X400_S_CERT_SERIAL_NUM 1803 |
Serial number of certificate
- Examples
- examples/x400_mtrcv.c.
Definition at line 1559 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_mtrcv.c.
Definition at line 1566 of file x400_att.h.
◆ X400_N_CERT_MTANAME_STATUS
| #define X400_N_CERT_MTANAME_STATUS 1805 |
Status of match between MTAname SAN and first element of trace. 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
Definition at line 1573 of file x400_att.h.