TlsCertDesc Struct Reference
  Certificate descriptor. More...
#include <tls.h>
| Data Fields | |
| const char_t * | certChain | 
| End entity certificate chain (PEM format)  More... | |
| size_t | certChainLen | 
| Length of the certificate chain.  More... | |
| const char_t * | privateKey | 
| Private key (PEM format)  More... | |
| size_t | privateKeyLen | 
| Length of the private key.  More... | |
| char_t | password [TLS_MAX_PASSWORD_LEN+1] | 
| Password used to decrypt the private key.  More... | |
| TlsCertificateType | type | 
| End entity certificate type.  More... | |
| TlsSignatureScheme | signScheme | 
| Signature scheme used to sign the end entity certificate.  More... | |
| TlsNamedGroup | namedCurve | 
| Named curve used to generate the EC public key.  More... | |
Detailed Description
Field Documentation
◆ certChain
| const char_t* certChain | 
◆ certChainLen
◆ namedCurve
| TlsNamedGroup namedCurve | 
◆ password
| char_t password[TLS_MAX_PASSWORD_LEN+1] | 
◆ privateKey
◆ privateKeyLen
◆ signScheme
| TlsSignatureScheme signScheme | 
◆ type
| TlsCertificateType type | 
The documentation for this struct was generated from the following file:
- cyclone_ssl/tls.h
