[openssl] openssl-3.0 update

Dr. Paul Dale pauli at openssl.org
Fri Sep 10 08:03:00 UTC 2021


The branch openssl-3.0 has been updated
       via  bfdce628350730b44dc46a4fc22d19e988fd8c50 (commit)
      from  69afbf88a4fab3ba3bf19f438abc8ca7787027ff (commit)


- Log -----------------------------------------------------------------
commit bfdce628350730b44dc46a4fc22d19e988fd8c50
Author: astraujums <astraujums at whitecryption.com>
Date:   Wed Sep 8 15:55:39 2021 +0300

    Fixed state transitions for the HTML version of the life_cycle-kdf.pod.
    The MAN version was fine and so are kdf.dot and lifecycles.ods from doc/life-cycles
    
    CLA: trivial
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/16559)
    
    (cherry picked from commit e82fc27bcd34f246e1acd42a61e8ba62907e1d19)

-----------------------------------------------------------------------

Summary of changes:
 doc/man7/life_cycle-kdf.pod | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/man7/life_cycle-kdf.pod b/doc/man7/life_cycle-kdf.pod
index 6a50cc9aa6..d2aec8fe82 100644
--- a/doc/man7/life_cycle-kdf.pod
+++ b/doc/man7/life_cycle-kdf.pod
@@ -103,19 +103,19 @@ This is the canonical list.
     <td style="border:1px solid"></td></tr>
 <tr><th style="border:1px solid" align="left">EVP_KDF_derive</th>
     <td style="border:1px solid" align="center"></td>
-    <td style="border:1px solid" align="center">newed</td>
     <td style="border:1px solid" align="center">deriving</td>
-    <td style="border:1px solid"></td></tr>
-<tr><th style="border:1px solid" align="left">EVP_KDF_CTX_free</th>
-    <td style="border:1px solid" align="center"></td>
-    <td style="border:1px solid" align="center">newed</td>
     <td style="border:1px solid" align="center">deriving</td>
     <td style="border:1px solid"></td></tr>
-<tr><th style="border:1px solid" align="left">EVP_KDF_CTX_reset</th>
+<tr><th style="border:1px solid" align="left">EVP_KDF_CTX_free</th>
     <td style="border:1px solid" align="center">freed</td>
     <td style="border:1px solid" align="center">freed</td>
     <td style="border:1px solid" align="center">freed</td>
     <td style="border:1px solid"></td></tr>
+<tr><th style="border:1px solid" align="left">EVP_KDF_CTX_reset</th>
+    <td style="border:1px solid" align="center"></td>
+    <td style="border:1px solid" align="center">newed</td>
+    <td style="border:1px solid" align="center">newed</td>
+    <td style="border:1px solid"></td></tr>
 <tr><th style="border:1px solid" align="left">EVP_KDF_CTX_get_params</th>
     <td style="border:1px solid" align="center"></td>
     <td style="border:1px solid" align="center">newed</td>


More information about the openssl-commits mailing list