]> git.donarmstrong.com Git - ca-certificates.git/commitdiff
New cacert.org.crt joining both CACert Class 1 and Class 3 certificates.
authorPhilipp Kern <pkern@debian.org>
Sat, 9 Aug 2008 18:06:23 +0000 (15:06 -0300)
committerPhilipp Kern <pkern@debian.org>
Sat, 9 Aug 2008 18:06:23 +0000 (15:06 -0300)
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)

cacert.org/Makefile
debian/NEWS
debian/changelog

index 7c1b893ba09d5689c3048781f62c5e8765e652e8..fd0c4355b73810949ca4ef8e5c94135ef56b10f1 100644 (file)
@@ -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
index 5ed05ec90f45c351f38bc56a61274ef231d16410..1e19c9412844cfdcddeafa976a0bcc8dd55e030c 100644 (file)
@@ -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:
index 3d6c7c9802b27b5d65eeafd09fff43245248210f..3cb55148c31548d995f7a3ee7040fe659499f047 100644 (file)
@@ -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).