mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
sm: New option --ignore-cert-with-oid.
* sm/gpgsm.c (oIgnoreCertWithOID): New. (opts): Add option. (main): Store its value. * sm/call-agent.c (learn_cb): Test against that list. --
This commit is contained in:
parent
e058d15d2d
commit
bcf446b70c
4 changed files with 54 additions and 0 deletions
|
@ -139,6 +139,10 @@ struct
|
|||
OID per string. */
|
||||
strlist_t ignored_cert_extensions;
|
||||
|
||||
/* A list of OIDs which will be used to ignore certificates with
|
||||
* sunch an OID during --learn-card. */
|
||||
strlist_t ignore_cert_with_oid;
|
||||
|
||||
enum gnupg_compliance_mode compliance;
|
||||
} opt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue