From d656eb202c2c1060adf2e700bc2719f131d9f8bb Mon Sep 17 00:00:00 2001 From: Alexandr Galiuzov Date: Wed, 9 Sep 2015 16:05:18 +0300 Subject: Trigger update in case of certificate to be expired In case when certificate from policy table will be expired in less then defined in config file hours amount the PTU will be triggered. Closes-Issue:APPLINK-12302 --- src/components/protocol_handler/src/protocol_handler_impl.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/components/protocol_handler') diff --git a/src/components/protocol_handler/src/protocol_handler_impl.cc b/src/components/protocol_handler/src/protocol_handler_impl.cc index 10b42b049f..f75651b951 100644 --- a/src/components/protocol_handler/src/protocol_handler_impl.cc +++ b/src/components/protocol_handler/src/protocol_handler_impl.cc @@ -994,6 +994,9 @@ class StartSessionHandler : public security_manager::SecurityManagerListener { return true; } + void OnCertificateUpdateRequired() OVERRIDE { + } + private: const uint32_t connection_key_; ProtocolHandlerImpl *protocol_handler_; -- cgit v1.2.1