$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: j.c. (jolix_at_[hidden])
Date: 2008-02-26 16:05:41
Hello,
I have implemented a TLS client/server application and will be using
self-assigned certificates due to the small scale of distribution. I
am currently using the function load_verify_file("ca.pem"), however I
don't want to write the certificate to end-users disk. What would be
the proper way to use an "in-memory or compiled" certificate for peer
verification?
Thanks,
JC