Re: 1.0.0h apps/s_client.c mystery

2012-03-14 Thread Steven M. Schweda
From: Richard Levitte > sms>I was thinking more like: > [...] > sms> if (cipher) > sms> { > sms> if (strcmp( cipher, "PSK")) > sms> { > sms> BIO_printf(bio_err, > sms> "JPAKE

Re: 1.0.0h apps/s_client.c mystery

2012-03-14 Thread Richard Levitte
In message <12031409093019_20200...@antinode.info> on Wed, 14 Mar 2012 09:09:30 -0500 (CDT), "Steven M. Schweda" said: sms> From: Richard Levitte sms> sms> > Of course not... it should be as you mentioned... sms> > [...] sms> sms>I was thinking more like: sms> sms> #if !defined(OPENSSL_

Re: 1.0.0h apps/s_client.c mystery

2012-03-14 Thread Steven M. Schweda
From: Richard Levitte > Of course not... it should be as you mentioned... > [...] I was thinking more like: #if !defined(OPENSSL_NO_JPAKE) && !defined(OPENSSL_NO_PSK) if (jpake_secret) { if (psk_key) { B

Re: 1.0.0h apps/s_client.c mystery

2012-03-14 Thread Richard Levitte
In message <20120314.114607.402413137.rich...@levitte.org> on Wed, 14 Mar 2012 11:46:07 +0100 (CET), Richard Levitte said: richard> You're right, that code looks quite odd, the following should do richard> better, wouldn't you say? Of course not... it should be as you mentioned... #if !define

Re: 1.0.0h apps/s_client.c mystery

2012-03-14 Thread Richard Levitte
In message <12031323361474_20200...@antinode.info> on Tue, 13 Mar 2012 23:36:14 -0500 (CDT), "Steven M. Schweda" said: sms>Recent discussions on comp.os.vms of problems with apps/s_client.c on sms> VMS systems led me to poke around a little. Bearing in mind that I sms> know approximately no

1.0.0h apps/s_client.c mystery

2012-03-13 Thread Steven M. Schweda
Recent discussions on comp.os.vms of problems with apps/s_client.c on VMS systems led me to poke around a little. Bearing in mind that I know approximately nothing about how apps/s_client.c should work, I seem to get the following complaint for no apparently good reason, whenever I try to speci