I don't have control over what gets compiled on my host company's computer and the application I'm developing will be used by other people, so I can't be sure whether they will have OpenSSL compiled in, so I can't use any extra software or command line programs to do this. It has to be done totally within PHP.
I know I can use fopen to connect successfully to an https site, but I need to know how to format the messages from then on so I can send and receive the encrypted data that is sent and received by the https server.
So does anyone know how to do this or know of any site that explains how to do this?
Debbie