$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Remove certificate from asio::ssl::context
From: Lloyd (lloydkl.tech_at_[hidden])
Date: 2012-02-17 06:11:57
Hi,
I am using a "single context object" loaded with necessary certificates,
for a SSL based communication in the server side. The certificates are
loaded with the call "use_certificate_file()". Is there any way that I can
remove a certificate from the context. If this is not possible, is there
any possibility of clearing the context, and reloading only the new
necessary certificates?
Thanks,
Lloyd