Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * certpath.c (gpgsm_validate_path): Print the DN of a missing issuer. | Werner Koch | 2002-01-23 | 1 | -11/+32 |
| | | | | | | * certdump.c (gpgsm_dump_string): New. (print_dn): Replaced by above. | ||||
* | * base64.c (base64_reader_cb): Try to detect an S/MIME body part. | Werner Koch | 2001-12-20 | 1 | -8/+15 |
| | | | | | | | | | | | | | | * certdump.c (print_sexp): Renamed to gpgsm_dump_serial, made global. (print_time): Renamed to gpgsm_dump_time, made global. (gpgsm_dump_serial): Take a real S-Expression as argument and print the first item. * keylist.c (list_cert_colon): Ditto. * keydb.c (keydb_search_issuer_sn): Ditto. * decrypt.c (print_integer_sexp): Removed and made callers use gpgsm_dump_serial. * verify.c (print_time): Removed, made callers use gpgsm_dump_time. | ||||
* | Changes to be used with the new libksba interface. | Werner Koch | 2001-12-18 | 1 | -8/+18 |
| | | | | | libgcrypt-1.1.5 is required (cvs or tarball) | ||||
* | * keylist.c (list_cert_colon): Print alternative names of subject | Werner Koch | 2001-12-13 | 1 | -2/+2 |
| | | | | | and a few other values. | ||||
* | Map Libksba's OIDs to Libgcrypt digest algo numbers. | Werner Koch | 2001-11-20 | 1 | -1/+1 |
| | | | | | The latest Libgcrypt CVS version is needed. | ||||
* | Base code for gpgsm --verify does work | Werner Koch | 2001-11-16 | 1 | -49/+43 |
| | |||||
* | We have reached a state where we are able to import certs and | Werner Koch | 2001-11-13 | 1 | -0/+131 |
check the certification path. |