Skip to content

gnupg-pkcs11-scd-0.7.5

Compare
Choose a tag to compare
@alonbl alonbl released this 01 Mar 21:07
· 85 commits to master since this release

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
    both gpg and gpgsm. Implementation had to change card serial
    number, as a result current keys of gpg will look for the
    previous serial card.
    emulate-openpgpg option is obsoleted and removed.

    ACTION REQUIRED
    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 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 features of using existing keys, keys
    should not be explicitly specified in configuration file
    any more.