Skip to content

Commit

Permalink
gnupg-pkcs11-scd-0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbl committed Mar 1, 2017
1 parent 9317df3 commit 0b0a083
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ gnupg-pkcs11-scd
Copyright (c) 2006-2007 Zeljko Vrba <[email protected]>
Copyright (c) 2006-2017 Alon Bar-Lev <[email protected]>

$Id$

????-??-?? - Version 0.7.5
2017-03-01 - Version 0.7.5

* Fix issue with decrypting padded data, thanks to smunaut.
* Catchup with gnupg-2.1 changes which caused inability to support
Expand All @@ -14,18 +12,21 @@ $Id$
emulate-openpgpg option is obsoleted and removed.

ACTION REQUIRED
in order to assign new card serial number to existing keys,
in order to assign new card serial number to existing keys.
backup your ~/.gnupg.
delete all PKCS#11 secret keys using:
gpg --delete-secret-keys $KEY then
Then regenerate keys using:
Then refresh keys using:
gpg --card-edit
In <gnupg-2.1.19 the keys should be re-generated using:
admin
generate
Do not replace keys!
gpg will learn the private keys of the new card and attach to
the existing public keys.
* Support gnupg-2.1 add existing key to master key.
This feature makes the explicit settings in configuration obsolete.
* Support gnupg-2.1 features of using existing keys, keys
should not be explicitly specified in configuration file
any more.

2017-01-18 - Version 0.7.4

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ AC_PREREQ([2.60])
define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [7])
define([PACKAGE_VERSION_FIX], [5])
define([PACKAGE_SUFFIX], [_master])
define([PACKAGE_SUFFIX], [])

AC_INIT([gnupg-pkcs11-scd], [PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])
Expand Down

0 comments on commit 0b0a083

Please sign in to comment.