From 9fd14cb2e16f088e87dc3afaabb11edc98d5e56a Mon Sep 17 00:00:00 2001 From: fengweihao Date: Mon, 27 May 2019 13:33:40 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9certstore=E5=BA=93=E8=A1=A8?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/pxy_obj_keyring.json | 2 +- src/cert_session.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/pxy_obj_keyring.json b/conf/pxy_obj_keyring.json index c9a76a0..56d3470 100644 --- a/conf/pxy_obj_keyring.json +++ b/conf/pxy_obj_keyring.json @@ -71,7 +71,7 @@ ], "plugin_table": [ { - "table_name": "PXY_OBJ_KEYRING", + "table_name": "PXY_PROFILE_KEYRING", "table_content": [ "0\t1\tname_01\troot\t/test/01\t/test/01\t15\trsa2048\tURI:http://www.test.com\t1\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca-untrust.pem\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca-untrust.pem", "1\t1\tname_01\troot\t/test/01\t/test/01\t15\trsa2048\tURI:http://www.test.com\t1\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca.pem\t/home/fengweihao/workspace/cert_store/test_data/mesalab-ca.pem", diff --git a/src/cert_session.c b/src/cert_session.c index 5d7fcab..88b1fe7 100644 --- a/src/cert_session.c +++ b/src/cert_session.c @@ -2122,7 +2122,7 @@ int maat_feather_init() } rte->feather = feather; - int table_id = maat_table_ex_init("PXY_OBJ_KEYRING", + int table_id = maat_table_ex_init("PXY_PROFILE_KEYRING", keyring_table_new_cb, keyring_table_free_cb, keyring_table_dup_cb);