Hi Tom- Apple stopped shipping OpenSSL with OS X some time ago, citing lack of a stable API from version to version. They encourage developers who need to use OpenSSL APIs to link in their own build. More info here (towards the bottom):
https://developer.apple.com/library/mac/documentation/Security/Conceptual/cryptoservices/GeneralPurposeCrypto/GeneralPurposeCrypto.html <https://developer.apple.com/library/mac/documentation/Security/Conceptual/cryptoservices/GeneralPurposeCrypto/GeneralPurposeCrypto.html> HTH! John > On Jun 15, 2015, at 11:49 AM, Tom Pusateri <[email protected]> wrote: > > I have a daemon written in C that uses OpenSSL libraries. After trying to > compile it with Xcode 7 on El Capitan, I’ve found that the OpenSSL header > files are no longer included. > > Maybe it’s me but I’m having trouble finding sample code for Secure Transport > in plain C environment. I’m using libevent2 so adding OpenSSL support was > very easy. But I’m not sure how hard it will be to add SecureTransport to > libevent2. > > I’ve found SSLSample from 2003. Is that still applicable? Do I use CFNetwork > directly? > > The other option is to bundle my own version of OpenSSL. > > Thanks, > Tom > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Macnetworkprog mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/macnetworkprog/john%40positivespinmedia.com > > This email sent to [email protected]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/archive%40mail-archive.com This email sent to [email protected]
