SSL_CONF_cmd_argv(3) | OpenSSL | SSL_CONF_cmd_argv(3) |
#include <openssl/ssl.h> int SSL_CONF_cmd_argv(SSL_CONF_CTX *cctx, int *pargc, char ***pargv);
If -2 is returned then an argument for a command is missing.
If -1 is returned the command is recognised but couldn't be processed due to an error: for example a syntax error in the argument.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.
2023-05-07 | 3.0.12 |