diff options
author | Werner Koch <wk@gnupg.org> | 2011-07-21 10:24:03 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-07-21 10:24:03 +0200 |
commit | 2d0ca28a226773b9779a93c39bba9bace13232fe (patch) | |
tree | 6b622e9ee67d920aa41f042b01849ab722040c23 /sm/ChangeLog | |
parent | Allow listing of ssh fingerprint with the agent's KEYINFO command. (diff) | |
download | gnupg2-2d0ca28a226773b9779a93c39bba9bace13232fe.tar.xz gnupg2-2d0ca28a226773b9779a93c39bba9bace13232fe.zip |
Try to get the only-valid-if-cert-valid cert from the dirmngr first.
This should always work because the dirmngr asked us to validate the
given certificate. This should make OCSP configuration easier because
there is less requirement to install all certificates for Dirmngr and
gpgsm.
CAUTION: This code has not yet been tested.
Diffstat (limited to 'sm/ChangeLog')
-rw-r--r-- | sm/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog index a450ebd16..9e6d92ffd 100644 --- a/sm/ChangeLog +++ b/sm/ChangeLog @@ -1,3 +1,9 @@ +2011-07-21 Werner Koch <wk@g10code.com> + + * call-dirmngr.c (get_cached_cert, get_cached_cert_data_cb): New. + (gpgsm_dirmngr_isvalid): Try to get the only-valid-if-cert-valid + certificate from the dirmngr first. + 2011-06-01 Marcus Brinkmann <mb@g10code.com> * certreqgen.c (proc_parameters): Initialize RC. |