aboutsummaryrefslogtreecommitdiff
path: root/31
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /31
Initial versionHEADmain
Diffstat (limited to '31')
-rw-r--r--31/index.md14
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