gnupg-pkcs11-scd
Copyright (c) 2006-2007 Zeljko Vrba <zvrba@globalnet.hr>
Copyright (c) 2006-2011 Alon Bar-Lev <alon.barlev@gmail.com>
$Id: ChangeLog 189 2011-07-30 08:10:46Z alonbl $
2011-07-30 -- Version 0.7.3
* Use assuan_sock_init, bug#3382372.
2011-04-09 -- Version 0.7.2
* Some cleanups, thanks to Timo Schulz.
* Sync hashing algorithms for OpenPGP.
2011-03-16 -- Version 0.7.1
* Sync with gnupg-2.0.17.
2010-05-28 -- Version 0.7.0
* Add timegm() replacement, thanks to Lars Silvén.
* Sync with gnupg-2.0.14 commands.
* Need assuan-2.
2008-01-19 -- Version 0.06
* Fixed uninitializied gnutls datum, thank to Volodya
Vaynshteyn for his help.
* Sync with gnupg-2.0.8 assuan usage.
* Some minor fixups.
2007-10-05 -- Version 0.05
* Fixed a change in gnupg protocol for openpgp
emulation, thanks to Nick Kossifidis for testing.
* Added key timestamp on OpenPGP key generation,
thanks to Daniel Benoy for reporting and testing.
2007-06-13 -- Version 0.04
* Build system fixups.
* RPM packaging is available, thank to Eddy Nigg.
* Debian packaging is available, thank to Sandro Wefel.
* Hacks to support for OpenPGP smartcard emulation,
please refer the man page.
2007-01-05 -- Version 0.03
* Fixed some Intel C compiler warnings.
* pkcs11-helper is now external dependency.
* Decrypt support unwrap now, thanks for
Christoph Neerfeld help.
* Configuration file sign-mode was renamed to
private-mask.
2006-10-20 -- Version 0.02
* Added more characters to serialization exclude chars.
People may need to re-learn cards.
* Fixed configure GPG_HOME typeo, thanks to Bob Dunlop.
* Unlike gpg-agent, gnupg-pkcs11-scd supports more than
one token available at the same time. In order to make
gpg-agent happy, gnupg-pkcs11-scd always returns the
same card serial number to gpg-agent.
When unavailable token is requested, gnupg-pkcs11-scd
will use NEEDPIN callback in order to ask for the
requested token.
When and if gpg-agent will support more than one serial
number or NEEDTOKEN callback, this behavior will be
modified.
* Works as single threaded win32 server. Implementing
multi-threaded server forces copy of win32 socket handling
from gnupg, and it is GPLed.
When libassuan will handle sockets we will be able to
implement it.
* Added system wide configuration file, thanks to Bub Dunlop.
* Some more minor fixes.
2006-10-11 -- Version 0.01
* Initial release.
gnupg-pkcs11
|