• Bug#1103469: bookworm-pu: package openssl/openssl_3.0.16-1~deb12u1 (7/1

    From Sebastian Andrzej Siewior@21:1/5 to All on Fri Apr 18 00:10:01 2025
    [continued from previous message]

    diff -Nru openssl-3.0.15/doc/man7/EVP_KDF-HKDF.pod openssl-3.0.16/doc/man7/EVP_KDF-HKDF.pod
    --- openssl-3.0.15/doc/man7/EVP_KDF-HKDF.pod 2024-09-03 15:30:13.000000000 +0200
    +++ openssl-3.0.16/doc/man7/EVP_KDF-HKDF.pod 2025-02-11 15:47:41.000000000 +0100
    @@ -15,6 +15,8 @@
    "expands" the key K into several additional pseudorandom keys (the output
    of the KDF).

    +The output is considered to be keying material.
    +
    =head2 Identity

    "HKDF" is the name for this implementation; it
    diff -Nru openssl-3.0.15/doc/man7/EVP_KDF-KB.pod openssl-3.0.16/doc/man7/EVP_KDF-KB.pod
    --- openssl-3.0.15/doc/man7/EVP_KDF-KB.pod 2024-09-03 15:30:13.000000000 +0200
    +++ openssl-3.0.16/doc/man7/EVP_KDF-KB.pod 2025-02-11 15:47:41.000000000 +0100
    @@ -10,6 +10,8 @@
    (KBKDF). KBKDF derives a key from repeated application of a keyed MAC to an
    input secret (and other optional values).

    +The output is considered to be keying material.
    +
    =head2 Identity

    "KBKDF" is the name for this implementation; it can be used with the
    diff -Nru openssl-3.0.15/doc/man7/EVP_KDF-PBKDF2.pod openssl-3.0.16/doc/man7/EVP_KDF-