Browse Source

try to get running under OpenSSL 0.9.8 where a section is not allowed to be empty

master
parent
commit
aae0203569
  1. 25
      csp/csp.patch

25
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

Loading…
Cancel
Save