Squashed merge of many commits, including (but not limited to) :
[moonshot-ui.git] / libmoonshot / libmoonshot.vapi
index d927663..840e19f 100644 (file)
@@ -49,5 +49,13 @@ namespace Moonshot {
                                  string? subject,
                                  string? subject_alt,
                                  string? server_cert,
+                                 int force_flat_file_store,
                                  out Moonshot.Error error);
+
+    [CCode (cname = "moonshot_confirm_ca_certificate")]
+    public bool moonshot_confirm_ca_certificate (string identity_name,
+                                                 string realm,
+                                                 string ca_hash,
+                                                 out uint32 confirmed,
+                                                 out Moonshot.Error error);
 }