mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
41862f5f13
(show_file): Implement it. * keyformat.txt: Define the created-at attribute for keys. * ccid-driver.c: Replaced macro DEBUG_T1 by a new debug level. (parse_ccid_descriptor): Mark SCR335 firmware version 5.18 good. (ccid_transceive): Arghhh. The seqno is another bit in the R-block than in the I block, this was wrong at one place. * scdaemon.c: New options --debug-ccid-driver and --debug-disable-ticker. * app-openpgp.c (do_genkey, do_writekey): Factored code to check for existing key out into .. (does_key_exist): .. New function. * gpg-connect-agent.c (add_definq, show_definq, clear_definq) (handle_inquire): New. (read_and_print_response): Handle INQUIRE command. (main): Implement control commands.
README.W32 ============ 2004-12-22 This is a precompiled version of gnupg 1.9.14 for MS Windows. Please see the manual (gnupg.pdf) for the current limitations. Be aware that this is the first released version and thus bugs are pretty likely. Please copy all files to the directory c:\gnupg and follow the manual instructions. This software has been build using Debian's mingw package, version 3.3.1.20030804.1-1. Libraries are all compiled statically, versions of the used libraries are: gpg-error-config: 1.1-cvs libgcrypt-config: 1.2.1-cvs ksba-config: 0.9.11-cvs libassuan-config: 0.6.9-cvs as these are all CVS versions you need to get the from the CVS. See www.gnupg.org for details. Use 2004-12-22 18:00 UTC as revision date. The source code of GnuPG itsself is available at ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.9.14.tar.bz2 ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.9.14.tar.bz2.sig Building has been done by running the command ./autogen.sh --build-w32 for all these libraries and then for gnupg. The PDF file has been produced by first converting the logo file to pdf and the running "make gnupg.pdf" in the doc directory. All executables have been stripped. In case of questions please contact us at info@g10code.com or better write to the mailing list gnupg-devel@gnupg.org. Thanks, The g10 Code team