diff options
author | June McEnroe <june@causal.agency> | 2022-02-27 11:28:50 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-02-27 11:29:59 -0500 |
commit | d93d523f9ce2b8c600526f790de385339f0ab73f (patch) | |
tree | 9e60a446887115ca1c31fca7506206bc82dc8dc7 /README.7 | |
parent | tls_signer: Replace ECDSA_METHOD with EC_KEY_METHOD (diff) | |
download | libretls-d93d523f9ce2b8c600526f790de385339f0ab73f.tar.gz libretls-d93d523f9ce2b8c600526f790de385339f0ab73f.zip |
doc: Note OpenSSL 3.0.0 compatibility in README 3.5.0
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/README.7 b/README.7 index 387a449..4ef36f8 100644 --- a/README.7 +++ b/README.7 @@ -1,4 +1,4 @@ -.Dd August 3, 2020 +.Dd February 27, 2022 .Dt README 7 .Os "Causal Agency" .\" To view this file, run: man ./README.7 @@ -83,6 +83,10 @@ targets the OpenSSL 1.1.1 series. Due to a bug in OpenSSL, only versions 1.1.1b and newer are known to work. +.Nm +is compatible with OpenSSL 3.0.0 +but hasn't been ported +away from deprecated APIs. . .Ss Platform Support .Nm @@ -147,7 +151,7 @@ autoreconf -fi .Sh AUTHORS .Nm is maintained by -.An June Bug Aq Mt june@causal.agency . +.An June McEnroe Aq Mt june@causal.agency . .Pp LibreSSL is developed by .Lk https://www.openbsd.org "The OpenBSD project" . |