Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * certpath.c (unknown_criticals): New. | Werner Koch | 2002-01-22 | 1 | -0/+4 | |
| | | | | | | | (allowed_ca): New. (gpgsm_validate_path): Check validity, CA attribute, path length and unknown critical extensions. | |||||
* | * sysutils.c: New. This is the misc.c file from gnupg 1.0.6 with | Werner Koch | 2002-01-19 | 4 | -1/+244 | |
| | | | | | | the OpenPGP stuff removed. * sysutils.h: New. | |||||
* | More error codes and mappings | Werner Koch | 2002-01-19 | 2 | -0/+4 | |
| | ||||||
* | * maperror.c: Add mapping for Not_Trusted. | Werner Koch | 2002-01-15 | 3 | -0/+10 | |
| | ||||||
* | * maperror.c (map_assuan_err): Codes for CRL | Werner Koch | 2002-01-11 | 3 | -1/+14 | |
| | ||||||
* | *** empty log message *** | Werner Koch | 2002-01-10 | 4 | -2/+72 | |
| | ||||||
* | * maperror.c (map_gcry_err): Add some mappings. | Werner Koch | 2001-12-20 | 3 | -0/+47 | |
| | ||||||
* | * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0 | Werner Koch | 2001-12-18 | 2 | -0/+14 | |
| | | | | | | * Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros | |||||
* | * util.h (digitp, hexdigitp): New ctype like macros. | Werner Koch | 2001-12-14 | 1 | -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. | |||||
* | * util.h (digitp, hexdigitp): New ctype like macros. | Werner Koch | 2001-12-14 | 2 | -0/+32 | |
| | | | | | (atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. | |||||
* | new error codes | Werner Koch | 2001-12-11 | 1 | -0/+1 | |
| | ||||||
* | The Agent does now call the pin entry program; however because we have | Werner Koch | 2001-12-10 | 1 | -0/+4 | |
| | | | | | | not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested. | |||||
* | More error codes | Werner Koch | 2001-12-06 | 2 | -0/+5 | |
| | ||||||
* | New error codes and another mapping fnc. | Werner Koch | 2001-12-05 | 3 | -1/+27 | |
| | ||||||
* | More error codes | Werner Koch | 2001-11-26 | 1 | -0/+4 | |
| | ||||||
* | The agent does now work and read the secret keys from the directory | Werner Koch | 2001-11-25 | 1 | -1/+9 | |
| | | | | | | ~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev. | |||||
* | Added new directory common to enable sharing of some code and error | Werner Koch | 2001-11-24 | 7 | -0/+434 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. |