I need to figure out how to get two OpenSSL functions for iPhone. I m trying to keep it so I don t need another dylib, because I don t want Apple to reject my application for something so silly.
Anyways, I have an app that access an API, not one of my APIs, so I can t really change it, and also, I don t want anyone to know my public key, or use this specific private api, so I can t just make a PHP script server side, which, would be easier, except that it just won t work out.
I need to be able to use something that will seal a request in OpenSSL, and also encode a public key in OpenSSL. I have the headers, and I can t seem to figure anything out.