History log of /openbsd-src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 (Results 1 – 16 of 16)
Revision Date Author Comments
# cd72d073 04-Mar-2024 tb <tb@openbsd.org>

Remove EVP_add_{cipher,digest}* docs


# 89729f59 16-Nov-2023 schwarze <schwarze@openbsd.org>

Mention which functions are implemented as macros in the few cases
where that information was missing.


# 8259d2c1 10-Sep-2023 schwarze <schwarze@openbsd.org>

Briefly mention SSLeay_add_all_algorithms(3) because
surprisingly large numbers of software packages still call it.

Mark the unused aliases OPENSSL_add_all_algorithms_conf(3),
OPENSSL_add_all_algori

Briefly mention SSLeay_add_all_algorithms(3) because
surprisingly large numbers of software packages still call it.

Mark the unused aliases OPENSSL_add_all_algorithms_conf(3),
OPENSSL_add_all_algorithms_noconf(3), SSLeay_add_all_ciphers(3),
and SSLeay_add_all_digests(3) as intentionally undicumented.

show more ...


# 44186a5c 25-Aug-2023 tb <tb@openbsd.org>

Add more cross references


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

Remove OBJ_add_sigid and OBJ_sigid_free documentation

These will be made internal and will likely go away. The OBJ_add_sigid.3
manual should probably be renamed; this can be done in a second step.


# eb4902cf 18-Dec-2021 schwarze <schwarze@openbsd.org>

new manual page OBJ_add_sigid(3)


# d362e6b3 17-Dec-2021 schwarze <schwarze@openbsd.org>

new manual page OBJ_NAME_add(3)


# 3ef33cd2 16-Dec-2021 schwarze <schwarze@openbsd.org>

document obj_cleanup_defer(3) and check_defer(3)


# 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 ...


# 10e00d17 27-Mar-2018 schwarze <schwarze@openbsd.org>

found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly


# 958c08b5 22-Mar-2018 schwarze <schwarze@openbsd.org>

crypto HISTORY up to 0.9.5; researched from OpenSSL git


# 41d72ce5 21-Mar-2018 schwarze <schwarze@openbsd.org>

Catch up after beck@ fixed autoconfiguration:
* Say more precisely what OPENSSL_config(3) and OPENSSL_no_config(3) do.
* Revert the deprecation notice for them, nothing wrong with them.
* Document OP

Catch up after beck@ fixed autoconfiguration:
* Say more precisely what OPENSSL_config(3) and OPENSSL_no_config(3) do.
* Revert the deprecation notice for them, nothing wrong with them.
* Document OPENSSL_INIT_LOAD_CONFIG.
* Deprecate OpenSSL_add_all_algorithms(3), it's now automatic.
* Add OpenSSL_add_all_algorithms(3) HISTORY.
Substantial feedback and OK beck@.

show more ...


# 2e2687a1 28-Nov-2016 schwarze <schwarze@openbsd.org>

Copyright and license


# 0df4f61c 22-Nov-2016 jmc <jmc@openbsd.org>

various cleanup;


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

first pass; ok schwarze


# d18d1815 03-Nov-2016 schwarze <schwarze@openbsd.org>

convert configuration manuals from pod to mdoc