My question may be related to this, I'm trying to get up a client that will 
maintain a persistent ssl connection to a server, and be able to be 
restarted by by cron, some other timed process.  I don't want to remove the 
password on the key, but want the program to provide the password, rather 
than prompt for it.  Would this be the function to do it?

At 02:47 PM 11/28/00 -0800, you wrote:
>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]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to