Luis Silva
2020-11-03 18:11:18 UTC
Hi,
Currently I have a tacl-guardian C program that receives tcp requests (sockets) from a non tandem source. This is working fine.
Now I need to change my app to use TLS.
Currently i'm reading "HP NonStop SSL Reference Manual" where i can start a NonStop SSL Process. But I don't think this will work for me? Am I right?
My question is, can I use openssl headers like #include <openssl/ssl.h> to upgrade my app. Do this headers live in tacl? Or do I need to use something else?
If the do I assume they have the same treatment as in gcc so to speak.
Thank for your advices.
Happy conding
Currently I have a tacl-guardian C program that receives tcp requests (sockets) from a non tandem source. This is working fine.
Now I need to change my app to use TLS.
Currently i'm reading "HP NonStop SSL Reference Manual" where i can start a NonStop SSL Process. But I don't think this will work for me? Am I right?
My question is, can I use openssl headers like #include <openssl/ssl.h> to upgrade my app. Do this headers live in tacl? Or do I need to use something else?
If the do I assume they have the same treatment as in gcc so to speak.
Thank for your advices.
Happy conding