mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
(gpgsm_genkey): Remove the NEW from the certificate
request PEM header. This is according to the Sphinx standard.
This commit is contained in:
parent
5b12394f80
commit
d230475aaf
@ -1,3 +1,8 @@
|
||||
2004-10-22 Werner Koch <wk@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@g10code.com>
|
||||
|
||||
* certchain.c (gpgsm_validate_chain): Do not use keydb_new() in
|
||||
|
@ -706,7 +706,7 @@ gpgsm_genkey (ctrl_t ctrl, int in_fd, FILE *out_fp)
|
||||
return tmperr;
|
||||
}
|
||||
|
||||
ctrl->pem_name = "NEW CERTIFICATE REQUEST";
|
||||
ctrl->pem_name = "CERTIFICATE REQUEST";
|
||||
rc = gpgsm_create_writer (&b64writer, ctrl, out_fp, &writer);
|
||||
if (rc)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user