summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Kern <pkern@debian.org>2008-08-09 15:06:23 -0300
committerPhilipp Kern <pkern@debian.org>2008-08-09 15:06:23 -0300
commit26957a64c873cf9e2095612cd06fcf6595960508 (patch)
tree1da9f29aa8f723a53d0b7155404d125dfb9f0054
parent6195bf93f42c2e94c97c3b41fb3024ffc3b35ed9 (diff)
downloadca-certificates-26957a64c873cf9e2095612cd06fcf6595960508.tar.gz
New cacert.org.crt joining both CACert Class 1 and Class 3 certificates.
This (autogenerated) file can be used for proper certificate chaining if CACert server certificates are used. The old class3.pem and root.pem certificates are deprecated. This new file could safely serve as a replacement for both. (Closes: #494343)
-rw-r--r--cacert.org/Makefile2
-rw-r--r--debian/NEWS10
-rw-r--r--debian/changelog10
3 files changed, 22 insertions, 0 deletions
diff --git a/cacert.org/Makefile b/cacert.org/Makefile
index 7c1b893..fd0c435 100644
--- a/cacert.org/Makefile
+++ b/cacert.org/Makefile
@@ -5,8 +5,10 @@
all:
clean:
+ rm -f cacert.org.crt
install:
+ cat root.crt class3.crt > cacert.org.crt
for p in *.crt; do \
install -m 644 $$p $(CERTSDIR)/$$p ; \
done
diff --git a/debian/NEWS b/debian/NEWS
index 5ed05ec..1e19c94 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,13 @@
+ca-certificates (20080809) unstable; urgency=low
+
+ * New cacert.org.pem joining both CACert Class 1 and Class 3 certificates.
+ This file can be used for proper certificate chaining if CACert
+ server certificates are used. The old class3.pem and root.pem
+ certificates are deprecated. This new file could safely serve as
+ a replacement for both.
+
+ -- Philipp Kern <pkern@debian.org> Sat, 09 Aug 2008 14:58:24 -0300
+
ca-certificates (20080617) unstable; urgency=low
* New CA certificates:
diff --git a/debian/changelog b/debian/changelog
index 3d6c7c9..3cb5514 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ca-certificates (20080809) unstable; urgency=low
+
+ * New cacert.org.pem joining both CACert Class 1 and Class 3 certificates.
+ This file can be used for proper certificate chaining if CACert
+ server certificates are used. The old class3.pem and root.pem
+ certificates are deprecated. This new file could safely serve as
+ a replacement for both. (Closes: #494343)
+
+ -- Philipp Kern <pkern@debian.org> Sat, 09 Aug 2008 14:58:24 -0300
+
ca-certificates (20080617) unstable; urgency=low
* Added French Government's IGC/A CA (both DSA and RSA).