diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /31/index.md |
Diffstat (limited to '31/index.md')
-rw-r--r-- | 31/index.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/31/index.md b/31/index.md new file mode 100644 index 0000000..5c837ac --- /dev/null +++ b/31/index.md @@ -0,0 +1,14 @@ +Title: Support for OpenSSL 1.1 +Author: rodarima +Created: Sat, 23 Dec 2023 13:51:14 +0000 +State: closed + +We may want to add support for OpenSSL 1.1, as there are not that many changes and we can use some ifdefs to skip the differences. + +In any case, the detection of OpenSSL should include new functions that are only in 3.x while we don't support OpenSSL 1.1, so we can detect an invalid version early. See #30. + +--%-- +From: rodarima +Date: Sun, 24 Dec 2023 16:05:46 +0000 + +Closed in #33
\ No newline at end of file |