aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-05-03* errors.h: Added STARUS_EXPSIG and STATUS_EXPKEYSIG.NEWPG-0-3-6Werner Koch2-0/+7
2002-04-15* cryptmiss.c: New.Werner Koch3-1/+45
2002-04-12* certlist.c (cert_usable_p): New.Werner Koch1-0/+1
(gpgsm_cert_use_sign_p,gpgsm_cert_use_encrypt_p): New. (gpgsm_cert_use_verify_p,gpgsm_cert_use_decrypt_p): New. (gpgsm_add_to_certlist): Check the key usage. * sign.c (gpgsm_sign): Ditto. * verify.c (gpgsm_verify): Print a message wehn an unsuitable certificate was used. * decrypt.c (gpgsm_decrypt): Ditto * keylist.c (print_capabilities): Determine values from the cert.
2002-03-12More error codesWerner Koch1-0/+2
2002-03-05We got more error codes than actual code ;-)Werner Koch1-0/+1
2002-02-28Changes needed to support smartcards. Well, only _support_. There isWerner Koch2-1/+10
no real code yet.
2002-02-19* certpath.c (check_cert_policy): New.Werner Koch1-0/+2
(gpgsm_validate_path): And call it from here. * gpgsm.c (main): New options --policy-file, --disable-policy-checks and --enable-policy-checks. * gpgsm.h (opt): Added policy_file, no_policy_checks.
2002-02-18More error codesWerner Koch3-0/+23
2002-02-12* fopencookie.c: Dummy function.Werner Koch7-4/+288
* vasprintf.c: New. Taken from binutils-2.9.1 and dropped all non ANSI-C stuff. Merged with asprintf version. * no-pth.c: New.
2002-02-07* certlist.c (gpgsm_add_to_certlist): Check that the specifiedWerner Koch1-0/+1
name identifies a certificate unambiguously. (gpgsm_find_cert): Ditto. * server.c (cmd_listkeys): Check that the data stream is available. (cmd_listsecretkeys): Ditto. (has_option): New. (cmd_sign): Fix ambiguousity in option recognition. * gpgsm.c (main): Enable --logger-fd. * encrypt.c (gpgsm_encrypt): Increased buffer size for better performance. * call-agent.c (gpgsm_agent_pksign): Check the S-Exp received from the agent. * keylist.c (list_cert_colon): Filter out control characters.
2002-01-31Added a few more error codesWerner Koch1-0/+3
2002-01-23* mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt.Werner Koch3-0/+104
* configure.ac (mkdtemp): See whether we have to provide a replacement.
2002-01-22* certpath.c (unknown_criticals): New.Werner Koch1-0/+4
(allowed_ca): New. (gpgsm_validate_path): Check validity, CA attribute, path length and unknown critical extensions.
2002-01-19* sysutils.c: New. This is the misc.c file from gnupg 1.0.6 withWerner Koch4-1/+244
the OpenPGP stuff removed. * sysutils.h: New.
2002-01-19More error codes and mappingsWerner Koch2-0/+4
2002-01-15* maperror.c: Add mapping for Not_Trusted.Werner Koch3-0/+10
2002-01-11* maperror.c (map_assuan_err): Codes for CRLWerner Koch3-1/+14
2002-01-10*** empty log message ***Werner Koch4-2/+72
2001-12-20* maperror.c (map_gcry_err): Add some mappings.Werner Koch3-0/+47
2001-12-18* Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch2-0/+14
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros
2001-12-14* util.h (digitp, hexdigitp): New ctype like macros.Werner Koch1-2/+2
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. * command.c: Removed the conversion macros as they are now in ../common/util.h.
2001-12-14* util.h (digitp, hexdigitp): New ctype like macros.Werner Koch2-0/+32
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New.
2001-12-11new error codesWerner Koch1-0/+1
2001-12-10The Agent does now call the pin entry program; however because we haveWerner Koch1-0/+4
not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested.
2001-12-06More error codesWerner Koch2-0/+5
2001-12-05New error codes and another mapping fnc.Werner Koch3-1/+27
2001-11-26More error codesWerner Koch1-0/+4
2001-11-25The agent does now work and read the secret keys from the directoryWerner Koch1-1/+9
~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev.
2001-11-24Added new directory common to enable sharing of some code and errorWerner Koch7-0/+434
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.