aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-11-04 22:21:34 +0100
committerJay Berkenbilt <ejb@ql.org>2021-11-04 23:24:54 +0100
commit3794f8e2ad536db93ce780ae11f55d86a683c536 (patch)
treeb7d3568d3fccfb24b7f126b135d4cd4fc6a4d726 /ChangeLog
parent043779187e8050673078683492dd9cbe33474cb7 (diff)
downloadqpdf-3794f8e2ad536db93ce780ae11f55d86a683c536.tar.zst
Support OpenSSL 3 (fixes #568)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45b70fea..a1319681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2021-11-04 Jay Berkenbilt <ejb@ql.org>
+ * Add support for OpenSSL 3. Fixes #568.
+
+ The OpenSSL version is detected at compile-time. If you want to
+ build with OpenSSL 3 on a system that has OpenSSL 1 installed, you
+ can run configure like this (or similar to this depending on how
+ you installed openssl3):
+
+ pc_openssl_CFLAGS=-I/path/to/openssl3/include \
+ pc_openssl_LIBS='-L/path/to/openssl3/lib64 -lssl -lcrypto' \
+ ./configure
+
+ where /path/to/openssl3 is wherever your OpenSSL 3 distribution is
+ installed. You may also need to set the LD_LIBRARY_PATH
+ environment variable if it's not installed in a standard location.
+
* Add range check in QPDFNumberTreeObjectHelper (fuzz issue 37740).
* Add QIntC::range_check_substract to do range checking on