Searched refs:OPENSSL_init_ssl (Results 1 – 21 of 21) sorted by relevance
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_init_ssl.pod | 5 OPENSSL_init_ssl - OpenSSL (libssl and libcrypto) initialisation 11 int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings); 27 function OPENSSL_init_ssl() can be used for this purpose. Calling 32 Numerous internal OpenSSL functions call OPENSSL_init_ssl(). 34 OPENSSL_init_ssl() MUST be called by application code prior to 48 OPENSSL_init_ssl() with the option 55 OPENSSL_init_ssl() with the option 60 OPENSSL_init_ssl() takes a B<settings> parameter which can be used to 65 The function OPENSSL_init_ssl() returns 1 on success or 0 on error. 73 The OPENSSL_init_ssl() function was added in OpenSSL 1.1.0.
|
| H A D | ERR_load_crypto_strings.pod | 47 OPENSSL_init_crypto() and OPENSSL_init_ssl() and should not be used.
|
| H A D | SSL_library_init.pod | 46 deprecated in OpenSSL 1.1.0 by OPENSSL_init_ssl().
|
| H A D | OPENSSL_init_crypto.pod | 44 libcrypto (see also L<OPENSSL_init_ssl(3)> for the libssl 105 L<OPENSSL_init_ssl(3)> for further details about libssl initialisation). See the 225 or indirectly L<OPENSSL_init_ssl(3)>. 257 L<OPENSSL_init_ssl(3)>
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | errstr.c | 59 OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS in errstr_main()
|
| H A D | openssl.c | 83 if (!OPENSSL_init_ssl(OPENSSL_INIT_ENGINE_ALL_BUILTIN in apps_startup()
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_init.c | 166 int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS * settings) in OPENSSL_init_ssl() function
|
| H A D | ssl_sess.c | 69 if (!OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL)) in SSL_SESSION_new()
|
| H A D | ssl_lib.c | 3116 if (!OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL)) in SSL_CTX_new()
|
| /freebsd-13.1/secure/lib/libssl/ |
| H A D | Version.map | 22 OPENSSL_init_ssl;
|
| /freebsd-13.1/contrib/unbound/smallapp/ |
| H A D | unbound-host.c | 520 (void)OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in main()
|
| H A D | unbound-control.c | 1018 (void)OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in main()
|
| H A D | unbound-anchor.c | 2396 (void)OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in main()
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | daemon.c | 239 (void)OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in daemon_init()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1612 OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS \ 1962 # define SSL_library_init() OPENSSL_init_ssl(0, NULL) 2368 int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings);
|
| /freebsd-13.1/contrib/unbound/dnstap/ |
| H A D | unbound-dnstap-socket.c | 1341 (void)OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL); in main()
|
| /freebsd-13.1/contrib/unbound/ |
| H A D | config.h.in | 438 /* Define to 1 if you have the `OPENSSL_init_ssl' function. */
|
| H A D | configure.ac | 913 AC_CHECK_FUNCS([OPENSSL_init_ssl SSL_CTX_set_security_level SSL_set1_host SSL_get0_peername X509_VE…
|
| /freebsd-13.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 1170 SSL_F_OPENSSL_INIT_SSL:342:OPENSSL_init_ssl
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 216 MAN+= OPENSSL_init_ssl.3
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 1601 via auto-deinit (see OPENSSL_init_crypto and OPENSSL_init_ssl man pages). 1809 OPENSSL_init_ssl() man pages for further information.
|