[openssl/openssl] 2e1ec2: Better sorting of util/other.syms

Richard Levitte noreply at github.com
Thu Dec 8 06:42:03 UTC 2022


  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: 2e1ec27bca39b487900f1e99ec16c0ce4b27ea6e
      https://github.com/openssl/openssl/commit/2e1ec27bca39b487900f1e99ec16c0ce4b27ea6e
  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: e921c278aaa2aaa899246f412f15641ce2b7aee7
      https://github.com/openssl/openssl/commit/e921c278aaa2aaa899246f412f15641ce2b7aee7
  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: 31240c1a53af2128384aa2cad61e24fd2ed5279d
      https://github.com/openssl/openssl/commit/31240c1a53af2128384aa2cad61e24fd2ed5279d
  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/3aad04a02862...31240c1a53af


More information about the openssl-commits mailing list