Can anyone point me to documentation describing what a password callback
should look like as set up by this function?
void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb);
I found this callback definition:
int cbPasswd(char *buf, int size, int rwflag, void *userdata);
What does each parameter do?
tia,
Isaac
--
Isaac Foraker, [EMAIL PROTECTED], Sr. Streaming Software Engineer,
Digital Island
http://www.digitalisland.net/ - Thousand Oaks, California 1.805.370.2768
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]