Add checking on existence of certificate files, which names are passed to...
Secure eXtended Message Passing library
Brought to you by:
avdolainen
Add checking on existence of certificate files, which names are specified in program arguments, before starting the main listening process. Otherwise certificate names might be incorrect and started service/daemon is useless in this case.
The appropriate functional might be implemented into the function sxhub_setsslserts(), hub.c
In the case when names of certificate files are incorrect it must return ENOENT.
It's done.