On Wed, 26 May 1999, Scheltema, R.A. wrote:
> Hi all,
>
> I've installed openssl version 0.9.3 and I've noticed that the
> callback-function for passwords has gained a parameter, which totals it now
> to three.
>
> int password_cb(char *buf, int len, int WhatIsThis);
It's 0 when the password is needed for decrypt a private key and 1 (or
non-zero?) when you have to reenter (verify) a new password, which will be
used for encryption of some (new) key.
Regards, Franco
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]