[Pkg-openssl-changes] r266 - in openssl/trunk: apps debian

kroeckx at alioth.debian.org kroeckx at alioth.debian.org
Sat Nov 3 11:10:52 UTC 2007


Author: kroeckx
Date: 2007-11-03 11:10:52 +0000 (Sat, 03 Nov 2007)
New Revision: 266

Modified:
   openssl/trunk/apps/CA.sh
   openssl/trunk/debian/changelog
Log:
CA.sh should use the v3_ca extention when called with -newca (Closes: #428051)


Modified: openssl/trunk/apps/CA.sh
===================================================================
--- openssl/trunk/apps/CA.sh	2007-11-03 11:03:33 UTC (rev 265)
+++ openssl/trunk/apps/CA.sh	2007-11-03 11:10:52 UTC (rev 266)
@@ -91,6 +91,7 @@
 			   -out ${CATOP}/$CAREQ
 	    $CA -out ${CATOP}/$CACERT $CADAYS -batch \
 			   -keyfile ${CATOP}/private/$CAKEY -selfsign \
+			   -extensions v3_ca \
 			   -infiles ${CATOP}/$CAREQ 
 	    RET=$?
 	fi

Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2007-11-03 11:03:33 UTC (rev 265)
+++ openssl/trunk/debian/changelog	2007-11-03 11:10:52 UTC (rev 266)
@@ -11,8 +11,10 @@
       in case of a PIC object.
     - cbc.pl: Call functions via the PLT.
     - desboth.pl: Call DES_encrypt2 via the PLT.
+  * CA.sh should use the v3_ca extention when called with -newca
+    (Closes: #428051)
 
- -- Kurt Roeckx <kurt at roeckx.be>  Thu, 25 Oct 2007 23:57:42 +0200
+ -- Kurt Roeckx <kurt at roeckx.be>  Sat, 03 Nov 2007 12:09:30 +0100
 
 openssl (0.9.8g-1) unstable; urgency=low
 




More information about the Pkg-openssl-changes mailing list