[openssl/openssl] a0564d: Better sorting of util/other.syms
Richard Levitte
noreply at github.com
Thu Dec 8 06:44:00 UTC 2022
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: a0564dc85531e8558698dcd0c5061a525c278573
https://github.com/openssl/openssl/commit/a0564dc85531e8558698dcd0c5061a525c278573
Author: Richard Levitte <levitte at openssl.org>
Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths:
M util/other.syms
Log Message:
-----------
Better sorting of util/other.syms
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19842)
(cherry picked from commit 9dabb55da3463f651582db8ac9030afb5a718bd8)
Commit: 2365be297640d81ef523506ed16142d02c17f520
https://github.com/openssl/openssl/commit/2365be297640d81ef523506ed16142d02c17f520
Author: Richard Levitte <levitte at openssl.org>
Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths:
M doc/build.info
A doc/man3/OSSL_ALGORITHM.pod
A doc/man3/OSSL_CALLBACK.pod
A doc/man3/OSSL_DISPATCH.pod
A doc/man3/OSSL_ITEM.pod
M doc/man7/openssl-core.h.pod
M util/other.syms
Log Message:
-----------
Move the description of the core types into their own pages
This expands on some of the core type descriptions, and also makes it
easier to find the documentation for each type, at least on Unix, with
a simple call like "man OSSL_ALGORITHM".
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19842)
(cherry picked from commit 801e54d65ca5d87f3b003477f26597541b95b55b)
Commit: c919280f793dc468814587c0f103425def872dcc
https://github.com/openssl/openssl/commit/c919280f793dc468814587c0f103425def872dcc
Author: Richard Levitte <levitte at openssl.org>
Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths:
M doc/internal/man3/ossl_provider_new.pod
M doc/man3/EVP_ASYM_CIPHER_free.pod
M doc/man3/EVP_DigestInit.pod
M doc/man3/EVP_EncryptInit.pod
M doc/man3/EVP_KDF.pod
M doc/man3/EVP_KEM_free.pod
M doc/man3/EVP_KEYEXCH_free.pod
M doc/man3/EVP_KEYMGMT.pod
M doc/man3/EVP_MAC.pod
M doc/man3/EVP_PKEY_CTX_set_params.pod
M doc/man3/EVP_PKEY_fromdata.pod
M doc/man3/EVP_PKEY_gettable_params.pod
M doc/man3/EVP_PKEY_todata.pod
M doc/man3/EVP_RAND.pod
M doc/man3/EVP_SIGNATURE.pod
M doc/man3/OSSL_CALLBACK.pod
M doc/man3/OSSL_DECODER_CTX_new_for_pkey.pod
M doc/man3/OSSL_ENCODER_CTX_new_for_pkey.pod
M doc/man3/OSSL_PARAM_allocate_from_text.pod
M doc/man3/OSSL_PARAM_dup.pod
M doc/man3/OSSL_PARAM_int.pod
M doc/man3/OSSL_PROVIDER.pod
M doc/man3/OSSL_SELF_TEST_new.pod
M doc/man3/OSSL_SELF_TEST_set_callback.pod
M doc/man3/OSSL_STORE_open.pod
M doc/man7/crypto.pod
M doc/man7/migration_guide.pod
M doc/man7/provider-asym_cipher.pod
M doc/man7/provider-base.pod
M doc/man7/provider-cipher.pod
M doc/man7/provider-decoder.pod
M doc/man7/provider-digest.pod
M doc/man7/provider-encoder.pod
M doc/man7/provider-kdf.pod
M doc/man7/provider-kem.pod
M doc/man7/provider-keyexch.pod
M doc/man7/provider-keymgmt.pod
M doc/man7/provider-mac.pod
M doc/man7/provider-rand.pod
M doc/man7/provider-signature.pod
M doc/man7/provider-storemgmt.pod
M doc/man7/provider.pod
Log Message:
-----------
Replace some boldened types with a corresponding man page link
The types OSSL_DISPATCH, OSSL_ITEM, OSSL_ALGORITHM, OSSL_PARAM,
OSSL_CALLBACK, and OSSL_PASSPHRASE_CALLBACK are described in their own
manual page, so we change every mention of them to links to those pages.
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19842)
(cherry picked from commit 318a9dfa5f7bd1237d2697ad950697d241b8b49f)
Compare: https://github.com/openssl/openssl/compare/f60dfe818470...c919280f793d
More information about the openssl-commits
mailing list