[openssl/openssl] 59d87f: Fix typo in openssl-pkeyutl(1)

heygauri noreply at github.com
Sat Sep 2 14:31:14 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 59d87f6e7eb41018a2a17fef2198d3fcf04e63f4
      https://github.com/openssl/openssl/commit/59d87f6e7eb41018a2a17fef2198d3fcf04e63f4
  Author: Sumitra Sharma <sumitraartsy at gmail.com>
  Date:   2023-09-02 (Sat, 02 Sep 2023)

  Changed paths:
    M doc/man1/openssl-pkeyutl.pod.in

  Log Message:
  -----------
  Fix typo in openssl-pkeyutl(1)

Changed "than" to "then" for improved clarity and correctness.

CLA: trivial

Fixes #21543

Signed-off-by: Sumitra Sharma <sumitraartsy at gmail.com>

Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/21925)


  Commit: 5318c012885a5382eadbf95aa9c1d35664bca819
      https://github.com/openssl/openssl/commit/5318c012885a5382eadbf95aa9c1d35664bca819
  Author: Sumitra Sharma <sumitraartsy at gmail.com>
  Date:   2023-09-02 (Sat, 02 Sep 2023)

  Changed paths:
    M ssl/record/rec_layer_d1.c
    M ssl/record/rec_layer_s3.c
    M ssl/ssl_local.h

  Log Message:
  -----------
  Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_message_body()

Update commit messages that previously used ssl3_get_message()
to now use tls_get_message_header() and tls_get_message_body()
due to the split in OpenSSL 1.1.0.

CLA: trivial

Fixes #21582

Signed-off-by: Sumitra Sharma <sumitraartsy at gmail.com>

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21886)


Compare: https://github.com/openssl/openssl/compare/48724e8a205c...5318c012885a


More information about the openssl-commits mailing list