OpenSSL
OpenSSL
- Subject: OpenSSL
- From: Enrique Zamudio <email@hidden>
- Date: Mon, 11 Jun 2001 14:21:09 -0500
Also, I have a framework that incorporates the OpenSSL libraries
included in Mac OS X so that you can use all the openssl functions
from within your app. I can also post the source for this so that
anyone can use it.
It's no big deal, I only included the headers and a link to the
libraries, so you just compile it, install it, and use it.
I also have a couple of objects that make calls to these functions
so that you can have an ObjC API to the RSA and Diffie-Hellman
algorithms. I can also release this stuff but like I said before, I
don't know where I can post this (I think this list is not the proper
place, maybe peanuts.org or Stepwise?)
And finally, I have the Blowfish algorithm and MD5 hash algorithm
written in ObjC. These two don't make any calls to openssl.
If anyone finds this useful write to me and I can send them the code.
I wrote all this stuff because I'm working on an application that
understand X509 certificates so that people can send and receive
encrypted/signed mail even if Mail.app (or any other reader, for that
matter) doesn't know how to do this, and I'm releasing this as
freeware. I'm very interested in seeing great software running on Mac
OS X and this is my contribution.
eZL