summaryrefslogtreecommitdiff
path: root/www/ap-ssl/patches
diff options
context:
space:
mode:
authorwiz <wiz>2003-04-10 08:36:41 +0000
committerwiz <wiz>2003-04-10 08:36:41 +0000
commitdb2e311b246df410f6aa243966c2962c2158d265 (patch)
tree314e85de7518f85f1ad4fff1cf1c32947b9c5838 /www/ap-ssl/patches
parentd009b04e3ef85a39c29899fbf81d6cae8b2f0d3a (diff)
downloadpkgsrc-db2e311b246df410f6aa243966c2962c2158d265.tar.gz
Update to 2.8.14:
Changes with mod_ssl 2.8.14 (18-Mar-2002 to 21-Mar-2003) *) Fixed logic in the destruction of a temporary certificate structure and this way avoid a crash due to freeing NULL object. *) Removed one newly introduced X509_free() call in the context of SSL_get_certificate(), because this function does not increment a reference count (although SSL_get_peer_certificate() does). *) Fixed hash-table based shared memory session cache (shmht) implementation by making sure that the underlying hash table library does not crash if memory cannot be allocated. Changes with mod_ssl 2.8.13 (23-Oct-2002 to 18-Mar-2003) *) Always enforce RSA blinding on RSA private keys in order to be resistent to timing attacks. *) Added timeout also to the "pre-sucking" of the trailing data in POST request handling. *) Correctly shutdown shared memory pools on fork+exec situations. *) Bugfix SSL client certificate verification: OpenSSL was not informed with SSL_set_verify_result(ssl, X509_V_OK) in case mod_ssl forced the verification to be ok. *) Consistently use OPENSSL_free() instead of plain free() to deallocate memory chunks allocated inside OpenSSL. *) Fixed various memory leaks related to X509 certificates. New patch-ac sent to maintainer.
Diffstat (limited to 'www/ap-ssl/patches')
-rw-r--r--www/ap-ssl/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/ap-ssl/patches/patch-ac b/www/ap-ssl/patches/patch-ac
new file mode 100644
index 00000000000..90319bd460e
--- /dev/null
+++ b/www/ap-ssl/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2003/04/10 08:36:42 wiz Exp $
+
+--- pkg.sslmod/ssl_util_ssl.h.orig Thu Oct 24 09:08:11 2002
++++ pkg.sslmod/ssl_util_ssl.h
+@@ -86,7 +86,7 @@
+ /*
+ * Backward compatibility.
+ */
+-#if SSL_LIBRARY_VERSION < 0x00906100
++#ifndef OPENSSL_free
+ #define OPENSSL_free free
+ #endif
+