mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
About to release 1.0.6
This commit is contained in:
parent
e354b518d3
commit
e3b897b52d
6 changed files with 20 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-05-29 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* keygen.c (generate_subkeypair): Print a warning if a subkey is
|
||||
created on a v3 key. Suggested by Brian M. Carlson.
|
||||
|
||||
2001-05-27 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* keyid.c (get_lsign_letter): New.
|
||||
|
|
|
@ -1755,6 +1755,9 @@ generate_subkeypair( KBNODE pub_keyblock, KBNODE sec_keyblock )
|
|||
}
|
||||
}
|
||||
|
||||
if (sk->version < 4)
|
||||
log_info (_("NOTE: creating subkeys for v3 keys "
|
||||
"is not OpenPGP compliant\n"));
|
||||
|
||||
/* unprotect to get the passphrase */
|
||||
switch( is_secret_key_protected( sk ) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue