From 4e8d21d849dc4c562d02c4aa22683296cbd314f7 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 24 Oct 2020 19:31:09 -0400 Subject: Build Windows releases with openssl; automate external libraries External libraries for Windows are now built automatically in the qpdf/external-libs repository and include openssl in addition to zlib and jpeg. Use these, and update the Windows build to build with the openssl crypto provider by default. We leave the native crypto provider enabled in case there is a problem with openssl and also to continue to exercise that code. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fd057636..2cc8ec3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-10-25 Jay Berkenbilt + + * Official Windows releases are now built using the openssl crypto + provider. The native provider is still available for selection at + runtime using the QPDF_CRYPTO_PROVIDER environment variable. + 2020-10-23 Jay Berkenbilt * Bug fix: when concatenating content streams, insert a newline if -- cgit v1.2.3-54-g00ecf