Dear All, I have a system A which uses openssl engine for cryptography, however for some experimental purpose, we have to perform crypotography remotely.
Therefore, I have to send any calls to openssl engines via socket to a remote system(B) with openssl support. I want to know if the "wrapper" that I am building in C language on System A that receives all openssl calls has to use some ssl socket calls to be able to call openssl libs on System B. Or if not how do you think I should go about the problem? Thanks in advance.