[openssl/openssl] f66c12: [doc] Sync documentation now that 3.0 honors OSSL_...

Tomáš Mráz noreply at github.com
Tue Jan 31 00:11:26 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: f66c1272f92bed6bc8aa17f6a8956d9e2e5b7798
      https://github.com/openssl/openssl/commit/f66c1272f92bed6bc8aa17f6a8956d9e2e5b7798
  Author: Nicola Tuveri <nic.tuv at gmail.com>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M CHANGES.md
    M doc/man7/EVP_PKEY-EC.pod

  Log Message:
  -----------
  [doc] Sync documentation now that 3.0 honors OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT

https://github.com/openssl/openssl/pull/19901 backported the
"Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to
UNCOMPRESSED" changeset to 3.0.

This commit updates:

- the HISTORY notes of the relevant documentation to mark the change
  happened since 3.0.8.

- the `CHANGES.md file` to sync up with the tip of the `openssl-3.0`
  branch

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20003)


  Commit: f6a6f7b6aa84dab44384780cb77050d15c5f575e
      https://github.com/openssl/openssl/commit/f6a6f7b6aa84dab44384780cb77050d15c5f575e
  Author: Tomas Mraz <tomas at openssl.org>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M crypto/bf/build.info
    M crypto/bn/build.info
    M crypto/cast/build.info
    M crypto/des/build.info
    M crypto/idea/build.info
    M crypto/md2/build.info
    M crypto/md4/build.info
    M crypto/md5/build.info
    M crypto/mdc2/build.info
    M crypto/rc2/build.info
    M crypto/rc4/build.info
    M crypto/rc5/build.info
    M crypto/ripemd/build.info
    M crypto/seed/build.info
    M crypto/whrlpool/build.info

  Log Message:
  -----------
  Avoid duplicating symbols in legacy.a with some build options

If no-module or no-shared is used, the symbols from
libcrypto should not be duplicated in legacy.a

Also the BIGNUM functions are currently not needed
in legacy.a at all.

Fixes #20124

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20137)


  Commit: aea9b0e4b6c35c7f90b2e5a3475084500488775d
      https://github.com/openssl/openssl/commit/aea9b0e4b6c35c7f90b2e5a3475084500488775d
  Author: Tomas Mraz <tomas at openssl.org>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M crypto/build.info

  Log Message:
  -----------
  Do not include sparse_array.o in libssl with no-shared

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20137)


Compare: https://github.com/openssl/openssl/compare/ecd445464a73...aea9b0e4b6c3


More information about the openssl-commits mailing list