| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
line argument.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gpgsm.c: New options --{enable,disable}-trusted-cert-crl-check.
* certchain.c (gpgsm_validate_chain): Make use of it.
* certchain.c (gpgsm_validate_chain): Check revocations even for
expired certificates. This is required because on signature
verification an expired key is fine whereas a revoked one is not.
* gpgconf-comp.c: Add gpgsm option disable-trusted-cert-crl-check.
|
|
|
|
|
| |
* symcryptrun.c: Add --input option.
|
|
|
|
|
| |
* symcryptrun.c (TEMP_FAILURE_RETRY): Define if not defined.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac: Check for /usr/bin/shred and define SHRED.
tools/
2005-04-15 Marcus Brinkmann <[email protected]>
* symcryptrun.c (remove_file): New function.
(confucius_copy_file): Accept new argument PLAIN and shred the
file if it is set on error.
|
| |
|
|
|
|
|
| |
* symcryptrun.c: Implement config file parsing.
|
|
* Makefile.am (bin_PROGRAMS): Add symcryptrun.
(symcryptrun_SOURCES, symcryptrun_LDADD): New variables.
* symcryptrun.c: New file.
|