So far I’ve found this forum extremely helpful but I’ve come up against a wall. I’m tasked with writing the next version of our code that talks via SSL using Open AT.
I’m still a relative newbie and haven’t found any documentation or tutorials for sending data over SSL. Are there any out there?
I might be totally missing the boat here, but I think there ought to be. Though I’m not completely keen on writing my own SSL protocol.
I would take a look at OpenSSL… Looking at the source of an implementation might give you the idea what you need to do… Maybe even some code that you could re-use…