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
On Wed, 26 May 1999, Wu Zhigang wrote:
> Hi,
>
> Besides his question, I want to know anyone has an
> experience to build a Win32 dialog based password
> call back function?
> If Yes, can you share your code out?
Looking for something like this?
char passph[128];
BOOL CALLBACK
pass_proc (HW