FW: password - ask_twice - proposed bugfix

2000-11-02 Thread Kirk Benson
Here is a report of my bugfix for NT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kirk Benson Sent: Wednesday, May 10, 2000 2:18 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: password - ask_twice - proposed bugfix This posting concerns only

password - ask_twice - proposed bugfix

2000-05-10 Thread Kirk Benson
e web page. regards Kirk Benson BROKAT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kirk Benson Sent: Wednesday, May 10, 2000 8:43 AM To: [EMAIL PROTECTED] Subject: RE: password - ask_twice (noch einmal) Yesterday I downloaded the latest OpenSA Wi

Re: password - ask_twice

2000-04-27 Thread Kirk Benson
After verifying Jan's suggestion, I was sufficiently intrigued to look at the source code, and downloaded the 2.6.3 tarball. Inspection shows that line 492 in ssl_engine_pphrase.c is: if ((i = EVP_read_pw_string(buf, bufsize, prompt, ask_twice)) != 0) { The variable ask_twice is an input

Re: password - ask_twice

2000-04-27 Thread Ralf S. Engelschall
On Thu, Apr 27, 2000, Kirk Benson wrote: After verifying Jan's suggestion, I was sufficiently intrigued to look at the source code, and downloaded the 2.6.3 tarball. Inspection shows that line 492 in ssl_engine_pphrase.c is: if ((i = EVP_read_pw_string(buf, bufsize, prompt, ask_twice))