summaryrefslogtreecommitdiff
path: root/debian/patches/06-fixup-bbstored-certs.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/06-fixup-bbstored-certs.diff')
-rw-r--r--debian/patches/06-fixup-bbstored-certs.diff26
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/06-fixup-bbstored-certs.diff b/debian/patches/06-fixup-bbstored-certs.diff
deleted file mode 100644
index ff131305..00000000
--- a/debian/patches/06-fixup-bbstored-certs.diff
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Reinhard Tartler <siretart@tauware.de>
-Subject: Fixup bbstored for newer openssl
-
-It appears that modern openssl versions slightly changed the formatting
-for printing the common name of a certificate.
-
-I've also dropped the check against filename because I cound't get the
-filename to match against my local files - the check didn't appear too
-useful to me.
-
-
---- a/bin/bbstored/bbstored-certs.in
-+++ b/bin/bbstored/bbstored-certs.in
-@@ -171,12 +171,6 @@ sub cmd_sign
-
- my $acc = $1;
-
-- # check against filename
-- if(!($csr =~ m/(\A|\/)([A-Fa-f0-9]+)-/) || $2 ne $acc)
-- {
-- die "Certificate request filename does not match name in certificate ($common_name)"
-- }
--
- print <<__E;
-
- This certificate is for backup account