Manual Pages for UNIX Darwin command on man OPENSSL_load_builtin_modules
MyWebUniversity

Manual Pages for UNIX Darwin command on man OPENSSL_load_builtin_modules

OPENSSLloadbuiltinmodules(3) OpenSSL OPENSSLloadbuiltinmodules(3)

NAME

OPENSSLloadbuiltinmodules - add standard configuration modules

SYNOPSIS

#include

void OPENSSLloadbuiltinmodules(void); void ASN1addoidmodule(void); ENGINEaddconfmodule();

DESCRIPTION

The function OPENSSLloadbuiltinmodules() adds all the standard OpenSSL configuration modules to the internal list. They can then be used by the OpenSSL configuration code. ASN1addoidmodule() adds just the ASN1 OBJECT module. ENGINEaddconfmodule() adds just the ENGINE configuration module. NNOOTTEESS If the simple configuration function OPENSSLconfig() is called then OPENSSLloadbuiltinmodules() is called automatically. Applications which use the configuration functions directly will need to call OPENSSLloadbuiltinmodules() themselves before any other configuration code. Applications should call OPENSSLloadbuiltinmodules() to load all configuration modules instead of adding modules selectively: otherwise functionality may be missing from the application if an when new modules are added. RREETTUURRNN VVAALLUUEE None of the functions return a value.

SEE ALSO

conf(3), OPENSSLconfig(3) HISTORY These functions first appeared in OpenSSL 0.9.7.

0.9.7l 2004-03-02 OPENSSLloadbuiltinmodules(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™