Relative Content

Tag Archive for c++syslogrsyslog

How to configure TLS programmatically with librelp for a relp server

I am creating a relp server using the librelp headers to receive messages from a client I am also creating. The documentation for this library is extremely sparse, and as such I cannot seem to configure TLS for my server. I have two approaches I have tried below, but I am not even sure that these are separate or complimentary. I have identified the functions below as being needed, however method 1 appears to supply all of the information that is passed by the functions in method 2.