Realized a good thing…
When I started playing around with the library tool we have here at HP I browsed a book about qmail. A mailserver I’m involved with for about five years now but still I discovered something very, very nice about the used architecture. The most parts of qmail aren’t able to do anything on the network. This is done by external tools like tcpserver. There are also other programs which enhance tcpserver to use ssl encryption.
For a current project I created a C# program which transmits control information to slaves via ssl. Currently I programmed the network part and all the communication in my executable. But due to limitations of C# on Linux I wasn’t able to use SSL certificate authentication from within C# yet. Maybe I’ll adapt the tcpserver idea to simplify my application…