aboutsummaryrefslogtreecommitdiffstats
path: root/sm/import.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-29Extended the --check-program output: Error messages are now inlcued in anWerner Koch1-1/+1
2007-08-29New command --check-programs for gpgconf.Werner Koch1-1/+1
2007-08-22Updated estream.Werner Koch1-2/+3
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-1/+1
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-1/+1
2007-03-20kbx/Werner Koch1-1/+2
2006-09-14Take advantage of newer gpg-error features.Werner Koch1-3/+3
2006-09-06The big Assuan error code removal.Werner Koch1-7/+7
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-349/+0
2004-12-20* configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let allWerner Koch1-0/+1
2004-12-06* exechelp.h, exechelp.c: New. Based on code from ../sm/import.c.Werner Koch1-122/+21
2004-09-29* minip12.c (parse_bag_encrypted_data): Print error if a badWerner Koch1-6/+26
2004-08-172004-08-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
2004-08-17* import.c (check_and_store): Do a full validation ifWerner Koch1-11/+28
2004-04-30* protect-tool.c: New option --enable-status-msg.Werner Koch1-12/+59
2004-04-30(check_and_store): Do not update the stats for hiddenWerner Koch1-8/+15
2004-04-13* misc.c (setup_pinentry_env): New.Werner Koch1-0/+2
2004-04-06* configure.ac: Require libgcrypt 1.1.94.Werner Koch1-1/+1
2004-02-19* protect-tool.c: New options --have-cert and --prompt.Werner Koch1-1/+1
2004-02-17* gpgsm.c: New option --with-md5-fingerprint.Werner Koch1-6/+14
2004-02-13* encrypt.c (init_dek): Check for too weak algorithms.Werner Koch1-53/+367
2004-02-04Fixed a build bug (straw letter in sm/import.c) and updated the documentation.Werner Koch1-1/+1
2004-02-03* import.c (check_and_store): Import certificates even withWerner Koch1-4/+13
2003-12-17Replaced deprecated type names.Werner Koch1-9/+9
2003-11-12Mainly changes to adjust for the changed KSBA API.Werner Koch1-20/+9
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+349
2003-06-27Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch1-1/+1
2003-06-05A small step for GnuPG but a huge leap for error codes.Werner Koch1-3/+3
2003-06-03Make use of libgpg-errorWerner Koch1-7/+7
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-349/+0
2002-08-21* import.c (print_imported_summary): Cleaned up. Print newWerner Koch1-20/+62
2002-08-20* gpgsm.c (main): Use the log file only in server mode.Werner Koch1-7/+106
2002-08-16* call-agent.c (learn_cb): Special treatment when the issuerWerner Koch1-1/+1
2002-07-03* server.c (gpgsm_status2): Insert a blank between all optionalWerner Koch1-1/+1
2002-07-02* keydb.c (keydb_store_cert): Add optional ar EXISTED and changedWerner Koch1-33/+58
2002-06-26* import.c (gpgsm_import): Print an STATUS_IMPORTED.Werner Koch1-1/+8
2002-06-19* call-agent.c (learn_cb): Use log_info instead of log_error onWerner Koch1-2/+2
2002-05-23* import.c (gpgsm_import): Add error messages.Werner Koch1-1/+15
2002-05-21* import.c (gpgsm_import): Try to identify the type of input andWerner Koch1-17/+83
2002-03-12* verify.c (gpgsm_verify): Detect certs-only message.Werner Koch1-2/+8
2002-03-06sm/Werner Koch1-0/+2
2002-01-15* import.c (gpgsm_import): Just do a basic cert check beforeWerner Koch1-28/+2
2001-11-27* base64.c: New. Changed all other functions to use this insteadWerner Koch1-223/+10
2001-11-24Added new directory common to enable sharing of some code and errorWerner Koch1-2/+2
2001-11-19Write status output, make verify work in server mode.Werner Koch1-1/+1
2001-11-19gpgsm --verify does now work like gpg including theWerner Koch1-10/+178
2001-11-13We have reached a state where we are able to import certs andWerner Koch1-183/+17
2001-11-10we are now able to check self-signed certificatesWerner Koch1-41/+153