Load trusted CA certificates from a store URI into an SSL context.
Declared in <openssl/ssl.h>
int
SSL_CTX_load_verify_store(
SSL_CTX* ctx,
char const* CAstore);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | SSL context whose verification store is updated. |
| CAstore | URI of a certificate store (single container or catalogue). |