GNUPG-1-9-BRANCH gnupg/sm (ChangeLog certreqgen.c)

cvs user wk cvs at cvs.gnupg.org
Fri Oct 22 14:27:25 CEST 2004


    Date: Friday, October 22, 2004 @ 14:30:53
  Author: wk
    Path: /cvs/gnupg/gnupg/sm
     Tag: GNUPG-1-9-BRANCH

Modified: ChangeLog certreqgen.c

(gpgsm_genkey): Remove the NEW from the certificate
request PEM header.  This is according to the Sphinx standard.


--------------+
 ChangeLog    |    5 +++++
 certreqgen.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)


Index: gnupg/sm/ChangeLog
diff -u gnupg/sm/ChangeLog:1.101.2.72 gnupg/sm/ChangeLog:1.101.2.73
--- gnupg/sm/ChangeLog:1.101.2.72	Fri Oct  8 13:10:47 2004
+++ gnupg/sm/ChangeLog	Fri Oct 22 14:30:52 2004
@@ -1,3 +1,8 @@
+2004-10-22  Werner Koch  <wk at g10code.com>
+
+	* certreqgen.c (gpgsm_genkey): Remove the NEW from the certificate
+	request PEM header.  This is according to the Sphinx standard.
+
 2004-10-08  Moritz Schulte  <moritz at g10code.com>
 
 	* certchain.c (gpgsm_validate_chain): Do not use keydb_new() in
Index: gnupg/sm/certreqgen.c
diff -u gnupg/sm/certreqgen.c:1.6.2.8 gnupg/sm/certreqgen.c:1.6.2.9
--- gnupg/sm/certreqgen.c:1.6.2.8	Thu Aug  5 11:24:34 2004
+++ gnupg/sm/certreqgen.c	Fri Oct 22 14:30:52 2004
@@ -706,7 +706,7 @@
       return tmperr;
     }
 
-  ctrl->pem_name = "NEW CERTIFICATE REQUEST";
+  ctrl->pem_name = "CERTIFICATE REQUEST";
   rc = gpgsm_create_writer (&b64writer, ctrl, out_fp, &writer);
   if (rc)
     {




More information about the Gnupg-commits mailing list