summaryrefslogtreecommitdiff
path: root/x11/kdelibs4/files/patch-kopenssl.h
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-13 01:34:11 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-13 01:34:11 +0000
commit7a3194891b029cda00f5614e8782c095881ab798 (patch)
tree36fe754347a81038bbb19ece8eaa04484b08de88 /x11/kdelibs4/files/patch-kopenssl.h
parent. Remove dependencies on bash, HylaFAX builds and (reportedly) runs (diff)
o Security fix: "Konqueror (kssl to be precisely) fails to detect
certificates as invalid that have been signed by an issuer who is not allowed to do so. A patch for this problem has been commited to both the CVS HEAD branch and the KDE_3_0_BRANCH" from message by [1] o Bump PORTREVISION Submitted by: Andy Fawcett <andy@athame.co.uk>, Waldo Bastian <bastian@kde.org> [1] Reviewed by: kde Approved by: kde Obtained from: KDE CVS HEAD
Diffstat (limited to 'x11/kdelibs4/files/patch-kopenssl.h')
-rw-r--r--x11/kdelibs4/files/patch-kopenssl.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/kdelibs4/files/patch-kopenssl.h b/x11/kdelibs4/files/patch-kopenssl.h
new file mode 100644
index 000000000000..b123b5b54fb0
--- /dev/null
+++ b/x11/kdelibs4/files/patch-kopenssl.h
@@ -0,0 +1,19 @@
+Index: kio/kssl/kopenssl.h
+===================================================================
+RCS file: /home/kde/kdelibs/kio/kssl/kopenssl.h,v
+retrieving revision 1.37.2.1
+retrieving revision 1.37.2.2
+diff -u -3 -p -r1.37.2.1 -r1.37.2.2
+--- kio/kssl/kopenssl.h 2002/04/10 22:00:44 1.37.2.1
++++ kio/kssl/kopenssl.h 2002/08/12 16:45:14 1.37.2.2
+@@ -309,6 +309,10 @@ public:
+ */
+ void X509_STORE_CTX_set_chain(X509_STORE_CTX *v, STACK_OF(X509)* x);
+
++ /*
++ * X509_STORE_CTX_set_purpose - set the purpose of the certificate
++ */
++ void X509_STORE_CTX_set_purpose(X509_STORE_CTX *v, int purpose);
+
+ /*
+ * X509_verify_cert - verify the certificate