From aae0203569840f50ed6b637ee0fe1ef994a30e07 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 8 Jul 2005 15:40:46 +0000 Subject: [PATCH] try to get running under OpenSSL 0.9.8 where a section is not allowed to be empty --- csp/csp.patch | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/csp/csp.patch b/csp/csp.patch index 44427513d6..cf8d362f65 100644 --- a/csp/csp.patch +++ b/csp/csp.patch @@ -1,7 +1,26 @@ Index: ca/etc/extensions.conf --- ca/etc/extensions.conf.orig 2001-05-28 13:04:20 +0200 -+++ ca/etc/extensions.conf 2005-07-08 17:25:42 +0200 -@@ -67,11 +67,10 @@ ++++ ca/etc/extensions.conf 2005-07-08 17:39:44 +0200 +@@ -47,7 +47,18 @@ + crlDistributionPoints = URI:http://ca.example.com/crl-v2.crl + certificatePolicies = ia5org,@certpolicy + issuerAltName = email:ca@example.com,URI:http://ca.example.com ++%ifdef EMAIL ++subjectAltName = @altnames ++%endif ++%ifdef URI ++subjectAltName = @altnames ++%endif ++%ifdef DNS ++subjectAltName = @altnames ++%endif ++%ifdef IP + subjectAltName = @altnames ++%endif + + [ altnames ] + +@@ -67,11 +78,10 @@ [certpolicy] policyIdentifier = 1.1.1.1.1 @@ -16,7 +35,7 @@ Index: ca/etc/extensions.conf Index: csp --- csp.orig 2001-05-28 13:32:14 +0200 -+++ csp 2005-07-08 17:25:42 +0200 ++++ csp 2005-07-08 17:37:10 +0200 @@ -1,9 +1,14 @@ -#!/usr/bin/perl +#!@l_prefix@/bin/perl