X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=onak-conf.h;h=5d39f6ab2a44bcdd06af245d178b4742474adb3f;hb=76f079e5ebdb34acaaa2462a8d915ee06d3c8425;hp=6d7500aab096fc08fb86c02b2fdbe193d97c543d;hpb=6df51fef2960f533a741fb7290867387ed3fbba5;p=onak.git diff --git a/onak-conf.h b/onak-conf.h index 6d7500a..5d39f6a 100644 --- a/onak-conf.h +++ b/onak-conf.h @@ -21,7 +21,9 @@ #define __ONAK_CONF_H_ #include +#include +#include "keyarray.h" #include "ll.h" /** @@ -88,8 +90,11 @@ struct onak_config { /** Pointer to the initialisation function for our loaded DB backend */ struct onak_dbctx *(*dbinit)(struct onak_db_config *, bool); - /** Should we verify signature hashes match? */ - bool check_sighash; + /** Blacklist of fingerprints to reject */ + struct keyarray blacklist; + + /** What policies should we use for cleaning keys? */ + uint64_t clean_policies; /* * Options used by the email handling script.