diff options
author | Tobias Fella <[email protected]> | 2023-11-02 13:34:18 +0000 |
---|---|---|
committer | Tobias Fella <[email protected]> | 2023-11-02 13:46:00 +0000 |
commit | b781feb4871d9428d1e6f243f3b72f5aa0844964 (patch) | |
tree | 0224d48e1cb19495aa2029f14470cac07dbd5f2f /dirmngr/dirmngr.h | |
parent | w32: Use utf8 for the asctimestamp function. (diff) | |
download | gnupg-b781feb4871d9428d1e6f243f3b72f5aa0844964.tar.gz gnupg-b781feb4871d9428d1e6f243f3b72f5aa0844964.zip |
dirmngr: Add timestamp / RFC3161 clienttobias/tsa
* dirmngr/rfc3161.c: Add rfc3161 implementation.
* dirmngr/rfc3161.h: Add rfc3161 header.
* dirmngr/Makefile.am: Add new file to makefile.
* dirmngr/dirmngr.h: Add tsa responder url option.
* dirmngr/dirmngr.c: Add tsa responder url option.
* dirmngr/server.c: Add assuan call to request a timestamp.
Diffstat (limited to 'dirmngr/dirmngr.h')
-rw-r--r-- | dirmngr/dirmngr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dirmngr/dirmngr.h b/dirmngr/dirmngr.h index 50c97f140..e1fae6574 100644 --- a/dirmngr/dirmngr.h +++ b/dirmngr/dirmngr.h @@ -162,6 +162,7 @@ struct /* Compatibility flags (COMPAT_FLAG_xxxx). */ unsigned int compat_flags; + char *tsa_responder; } opt; |