]> the.earth.li Git - onak.git/blobdiff - onak-conf.h
Fix handling of other signature requirement
[onak.git] / onak-conf.h
index 3e02b7a0226769bacc240e47db3972a7e42d7aca..5d39f6ab2a44bcdd06af245d178b4742474adb3f 100644 (file)
@@ -23,6 +23,7 @@
 #include <stdbool.h>
 #include <stdint.h>
 
+#include "keyarray.h"
 #include "ll.h"
 
 /**
@@ -89,6 +90,9 @@ struct onak_config {
        /** Pointer to the initialisation function for our loaded DB backend */
        struct onak_dbctx *(*dbinit)(struct onak_db_config *, bool);
 
+       /** Blacklist of fingerprints to reject */
+       struct keyarray blacklist;
+
        /** What policies should we use for cleaning keys? */
        uint64_t clean_policies;