Using OpenSSL and RSA
Using OpenSSL and RSA
- Subject: Using OpenSSL and RSA
- From: Matt Ronge <email@hidden>
- Date: Tue, 26 Mar 2002 20:16:58 -0600
Thanks for the suggestions about OpenSSL. I've decided to use it since it's
right in the OS.
However, I can't figure out how to use the functions. I'm interested in
these two:
int RSA_sign(int type, unsigned char *m, unsigned int m_len,
unsigned char *sigret, unsigned int *siglen, RSA *rsa);
int RSA_verify(int type, unsigned char *m, unsigned int m_len,
unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
I started writing a list of questions about how to use these functions but
it was huge.....so does anyone have some source code that uses these
functions?
The openSSL docs are very confusing. And I can't find any good tutorials or
bits of sample code using the openSSL crypt functions. Anyone know of some
sample code?
Thanks, I'm sorry if this is a RTFM question. I just can't figure out those
manuals.
--
Matt Ronge
President
Monkeybread Software
http://www.monkeybreadsoftware.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.