This function takes in second argument filename of linear cert repository or
NULL. In third argument it takes the name of directory where I suppose it
searches for certs as needed; or NULL of course.
Now,
- if a file of certs is used, is it loaded to memory and then closed? That
is, can I simply create temporary file, call load_verify_locations()
function and then delete it?
- if directory is used, I suppose it looks for files with "hash" names, i.e.
"7651b327.0", but doesn't load the files into memory. Is it right?
Also, can I call this function more than once after the SSL context is
created? I mean the situations when user of application modifies list of
trusted CAs.
TIA
--
Kamil Kukura
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]