diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-18 17:47:39 +0100 |
---|---|---|
committer | Alejandro Colomar <alx@nginx.com> | 2022-10-21 11:48:08 +0200 |
commit | e096f19d47e45803d12a9c60ee51f79d2613281c (patch) | |
tree | 16a034657b7f541fdc1aa4448d1064d3c2a8d631 /docs | |
parent | 93d24bb1144bebedb79bec8745c42aa0dc778aef (diff) | |
download | unit-e096f19d47e45803d12a9c60ee51f79d2613281c.tar.gz unit-e096f19d47e45803d12a9c60ee51f79d2613281c.tar.bz2 |
TLS: Using ERR_get_error_all() with OpenSSL 3.
Link: <https://www.openssl.org/docs/man3.0/man7/migration_guide.html>
Cc: Andy Postnikov <apostnikov@gmail.com>
Cc: Andrew Clayton <a.clayton@nginx.com>
Signed-off-by: Remi Collet <remi@remirepo.net>
Signed-off-by: Alejandro Colomar <alx@nginx.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index f4e3f65e..59c55fea 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -45,6 +45,12 @@ prefer system crypto policy, instead of hardcoding a default. <change type="feature"> <para> +compatibility with OpenSSL 3. +</para> +</change> + +<change type="feature"> +<para> compatibility with PHP 8.2. </para> </change> |