History log of /openbsd-src/lib/libcrypto/man/CONF_modules_load_file.3 (Results 1 – 14 of 14)
Revision Date Author Comments
# f110de9b 19-Nov-2023 tb <tb@openbsd.org>

Remove ENGINE Xr that I left behind


# 571f8132 19-Nov-2023 tb <tb@openbsd.org>

fix grammar


# b46e92a9 19-Nov-2023 tb <tb@openbsd.org>

Strip out mentions of ENGINE_load_builtin_engines()

There's probably more that needs to be updated here, but that can be done
another day.


# 91d9be7d 21-Jul-2023 tb <tb@openbsd.org>

Simple adjustments for DSO removal

openssl.cnf.5 will need a major overhaul. But that isn't new...


# 38319999 03-Aug-2021 schwarze <schwarze@openbsd.org>

Document X509_get_default_cert_area(3).
Put it into this page because this is the code actually using it.
Despite its name and include file, it is unrelated to X.509
and unrelated to certificates: it

Document X509_get_default_cert_area(3).
Put it into this page because this is the code actually using it.
Despite its name and include file, it is unrelated to X.509
and unrelated to certificates: it is just the default directory
containing the library configuration file, openssl.cnf(5).

show more ...


# 536f31e8 14-Jun-2019 schwarze <schwarze@openbsd.org>

Further improve the documentation of library initialization and configuration.
Among other improvements:
* Use a uniform wording at the top of the DECSRIPTION for obsolete pages.
* Better explain how

Further improve the documentation of library initialization and configuration.
Among other improvements:
* Use a uniform wording at the top of the DECSRIPTION for obsolete pages.
* Better explain how to use a non-standard configuration file.
* Remove obsolete functions from SEE ALSO.
Triggered by some suggestions from tb@.
Tweaks and OK tb@.

show more ...


# 94534f40 20-Mar-2019 schwarze <schwarze@openbsd.org>

escape backslashes;
patch from Peter Piwowarski <peterjpiwowarski at gmail dot com>


# 80d1afcd 22-Mar-2018 schwarze <schwarze@openbsd.org>

crypto HISTORY up to 0.9.7; researched from OpenSSL git


# 595e8f71 17-Mar-2018 schwarze <schwarze@openbsd.org>

In crypto.h rev. 1.43 and ssl.h rev. 1.153 2018/03/17 16:20:01, beck@
provided OPENSSL_init_crypto(3) and OPENSSL_init_ssl(3).
Write the documentation from scratch
because the text OpenSSL provides i

In crypto.h rev. 1.43 and ssl.h rev. 1.153 2018/03/17 16:20:01, beck@
provided OPENSSL_init_crypto(3) and OPENSSL_init_ssl(3).
Write the documentation from scratch
because the text OpenSSL provides is full of bloat.

show more ...


# a8f29161 11-Dec-2016 schwarze <schwarze@openbsd.org>

import openssl.cnf(5) and x509v3.cnf(5) from OpenSSL;
below OpenBSD quality standards, but better than nothing...


# 2bfa9602 20-Nov-2016 schwarze <schwarze@openbsd.org>

Add Copyright and license.
Merge some typo fixes, a paragraph documenting another flag,
and some additional explanations and EXAMPLES from OpenSSL.


# efb96245 10-Nov-2016 jmc <jmc@openbsd.org>

various cleanup;


# 8974101a 06-Nov-2016 jmc <jmc@openbsd.org>

first pass; ok schwarze


# c7124953 11-Nov-2015 schwarze <schwarze@openbsd.org>

Convert five more manuals from POD to mdoc.
I found drafts of these in my tree, probably originally from
Max Fillinger, that just needed minor polishing.