]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/emv/emv_pki.h
Emv scan (#691)
[proxmark3-svn] / client / emv / emv_pki.h
index e37e3c7d2772652608d1e876f938062b1bf2e9c2..6fa7b12e95efbcf9d9f4af719fe3a846607d809d 100644 (file)
@@ -21,6 +21,8 @@
 
 #include <stddef.h>
 
 
 #include <stddef.h>
 
+extern void PKISetStrictExecution(bool se);
+
 struct emv_pk *emv_pki_recover_issuer_cert(const struct emv_pk *pk, struct tlvdb *db);
 struct emv_pk *emv_pki_recover_icc_cert(const struct emv_pk *pk, struct tlvdb *db, const struct tlv *sda_tlv);
 struct emv_pk *emv_pki_recover_icc_pe_cert(const struct emv_pk *pk, struct tlvdb *db);
 struct emv_pk *emv_pki_recover_issuer_cert(const struct emv_pk *pk, struct tlvdb *db);
 struct emv_pk *emv_pki_recover_icc_cert(const struct emv_pk *pk, struct tlvdb *db, const struct tlv *sda_tlv);
 struct emv_pk *emv_pki_recover_icc_pe_cert(const struct emv_pk *pk, struct tlvdb *db);
Impressum, Datenschutz