summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-18 17:47:39 +0100
committerAlejandro Colomar <alx@nginx.com>2022-10-21 11:48:08 +0200
commite096f19d47e45803d12a9c60ee51f79d2613281c (patch)
tree16a034657b7f541fdc1aa4448d1064d3c2a8d631 /docs
parent93d24bb1144bebedb79bec8745c42aa0dc778aef (diff)
downloadunit-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.xml6
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>