Synopsis
Declared in <openssl/x509.h>
struct stack_st_X509_NAME;
Non-Member Functions
Name |
Description |
Return the list of CA names the context will advertise to peers. |
|
|
Return the stack of CA names the context will send when requesting a client certificate. |
|
Append subject names from every certificate file in |
|
Append subject names from PEM certificates in a file to an existing stack. |
|
Load certificate subjects from an OSSL_STORE URI into a name stack. |
Deep‐copy a stack of CA subject names. |
|
Return the list of CA names configured to be sent to the peer. |
|
Return the list of CA names the peer advertised for client authentication. |
|
Return the CA names offered for client authentication on this connection. |
|
Read certificates from a file and return a stack of their subject names. |
|
|
Read certificates from a file and return a stack of their subject names (provider‐aware). |
Created with MrDocs