From a19bd423c1e4d2f5552bab090ba2650c38fa7192 Mon Sep 17 00:00:00 2001 From: Gokul Singaraju Date: Tue, 19 Dec 2017 12:31:40 -0500 Subject: Implement TLS over HTTP Issue-ID: CERT-10 Change-Id: I25421331f249ea0a33fe9280534df8e66d08463f Signed-off-by: Gokul Singaraju --- vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vnfs/VESreporting_vFW5.0') diff --git a/vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c b/vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c index dbad74e5..c9c9bdc6 100644 --- a/vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c +++ b/vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c @@ -192,8 +192,15 @@ int main(int argc, char** argv) NULL, /* optional path */ NULL, /* optional topic */ 0, /* HTTPS? */ + NULL, /* cert file */ + NULL, /* key file */ + NULL, /* ca info */ + NULL, /* ca file */ + 0, /* verify peer */ + 0, /* verify host */ "", /* Username */ "", /* Password */ + NULL, /* Source ip */ EVEL_SOURCE_VIRTUAL_MACHINE, /* Source type */ "vFirewall", /* Role */ 1)) /* Verbosity */ -- cgit 1.2.3-korg