Re: looking for server test script

2004-08-04 Thread Joseph Bruni
$openssl s_server... will do the server side of an SSL connection for you. If you need to set up an HTTP server, just fire up apache. On Aug 4, 2004, at 6:49 PM, weijun jiang wrote: Hi, I am looking for some test scripts that could be used as a server to test the http-based client. Does the SSL

looking for server test script

2004-08-04 Thread weijun jiang
Hi, I am looking for some test scripts that could be used as a server to test the http-based client. Does the SSL provide such tools? thanks, weijun __ OpenSSL Project http://www.openssl.org Use

Re: Problems using X509_get_ext_d2i()

2004-08-04 Thread Joseph Bruni
Or rather since this is C++: distpoints = reinterpret_cast (X509_get_ex_d2i(...)); On Aug 4, 2004, at 7:37 AM, Dr. Stephen Henson wrote: Presumably your are trying this from C++ if so then you will need an explicit cast to the appropriate type, for example distpoints = (STACK_OF(DISTPONT) *)X5

[BHsu@lynksystems.com: recompile application with new openssl version]

2004-08-04 Thread Lutz Jaenicke
Forwarded to openssl-users, where this problem should be discussed. Best regards, Lutz - Forwarded message from Ben Hsu <[EMAIL PROTECTED]> - X-Original-To: [EMAIL PROTECTED] X-Original-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] X-MimeOLE: Produced By Microsoft Exchang

remove

2004-08-04 Thread kuba
--- When in doubt, use brute force. --Ken Thompson ~~~ __ OpenSSL Project http://www.openssl.org User Support Mail

Remove

2004-08-04 Thread Jaffer Derwish
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 04, 2004 11:03 AM Subject: Remove > > > > > REMOVE > > Thanks, > GuruGnanam Subramanian, > iNautix Technologies, Chennai, India > Tel: 91-44-2254 6000 Ext: 1099 > >

Re: unknown CA error

2004-08-04 Thread Dr. Stephen Henson
On Tue, Aug 03, 2004, nathv wrote: > Hello All, > > I am trying to access a server using s_client and I am > passing the leaf and self signed CA of the server > through -CAfile switch, but I am still getting the > error below, any ideas?. > > . > SSL_connect:SSLv3 write certificate verify A

Re: Storing keys and certs on USB tokens using openssl(1)

2004-08-04 Thread Nils Larsch
Ralf Hornik Mailings wrote: ... Aladdin eToken pro 32k. blank ? -v please. ;-) is the token empty (or is there already a filesystem with certs etc. on it) please try a more recent snapshot (and opensc bugs etc. should be send to [EMAIL PROTECTED]). I didn't know whether it was a problem with opens

Re: bio_ber.c

2004-08-04 Thread Dr. Stephen Henson
On Wed, Aug 04, 2004, El hallabi-Kettani Abderrahmane wrote: > Thank you Doctor, > yes I saw the pkcs7_asn1.c , but this work just for a > DER > encode, and not for BER encode . > > The decoder can handle BER with no problems. Also since DER is a special case of BER the encoder will produce a