summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OPENSSL_config.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/OPENSSL_config.3')
-rw-r--r--src/lib/libcrypto/man/OPENSSL_config.312
1 files changed, 5 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_config.3 b/src/lib/libcrypto/man/OPENSSL_config.3
index f5f31571a1..e21b9817de 100644
--- a/src/lib/libcrypto/man/OPENSSL_config.3
+++ b/src/lib/libcrypto/man/OPENSSL_config.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OPENSSL_config.3,v 1.16 2023/11/19 21:01:27 tb Exp $ 1.\" $OpenBSD: OPENSSL_config.3,v 1.18 2025/06/09 12:43:53 schwarze Exp $
2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: November 19 2023 $ 68.Dd $Mdocdate: June 9 2025 $
69.Dt OPENSSL_CONFIG 3 69.Dt OPENSSL_CONFIG 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -73,6 +73,7 @@
73.Nm OPENSSL_no_config 73.Nm OPENSSL_no_config
74.Nd simple crypto and ssl library configuration 74.Nd simple crypto and ssl library configuration
75.Sh SYNOPSIS 75.Sh SYNOPSIS
76.Lb libcrypto
76.In openssl/conf.h 77.In openssl/conf.h
77.Ft void 78.Ft void
78.Fo OPENSSL_config 79.Fo OPENSSL_config
@@ -117,13 +118,11 @@ To use a non-standard configuration file, refer to
117Internally, 118Internally,
118.Fn OPENSSL_config 119.Fn OPENSSL_config
119calls 120calls
120.Xr OPENSSL_init_crypto 3 121.Xr OPENSSL_init_crypto 3 .
121and
122.Xr OPENSSL_load_builtin_modules 3 .
123.Pp 122.Pp
124If an application is compiled with the preprocessor symbol 123If an application is compiled with the preprocessor symbol
125.Dv OPENSSL_LOAD_CONF 124.Dv OPENSSL_LOAD_CONF
126#define'd, 125defined,
127.Xr OpenSSL_add_all_algorithms 3 126.Xr OpenSSL_add_all_algorithms 3
128automatically calls 127automatically calls
129.Fn OPENSSL_config . 128.Fn OPENSSL_config .
@@ -140,7 +139,6 @@ standard configuration file
140.Xr CONF_modules_free 3 , 139.Xr CONF_modules_free 3 ,
141.Xr CONF_modules_load_file 3 , 140.Xr CONF_modules_load_file 3 ,
142.Xr crypto 3 , 141.Xr crypto 3 ,
143.Xr OPENSSL_load_builtin_modules 3 ,
144.Xr OPENSSL_VERSION_NUMBER 3 , 142.Xr OPENSSL_VERSION_NUMBER 3 ,
145.Xr openssl.cnf 5 , 143.Xr openssl.cnf 5 ,
146.Xr x509v3.cnf 5 144.Xr x509v3.cnf 5