GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SSL_LIBRARY_INIT(3) FreeBSD Library Functions Manual SSL_LIBRARY_INIT(3)

SSL_library_init, OpenSSL_add_ssl_algorithms, SSLeay_add_ssl_algorithmsinitialize SSL library by registering algorithms

#include <openssl/ssl.h>

int
SSL_library_init(void);

int
OpenSSL_add_ssl_algorithms(void);

int
SSLeay_add_ssl_algorithms(void);

These functions are deprecated. It is never useful for any application program to call any of them explicitly. The library automatically calls them internally whenever needed.

() registers the available ciphers and digests which are used directly or indirectly by TLS.

() and () are synonyms for SSL_library_init() and are implemented as macros.

SSL_library_init() always returns 1.

ssl(3)

SSLeay_add_ssl_algorithms() first appeared in SSLeay 0.8.0 and has been available since OpenBSD 2.4.

SSL_library_init() first appeared in OpenSSL 0.9.2b and has been available since OpenBSD 2.6.

OpenSSL_add_ssl_algorithms() first appeared in OpenSSL 0.9.5 and has been available since OpenBSD 2.7.

June 14, 2019 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.