Re: Er, stunnel is still acting screwy

2006-07-28 Thread Girish Venkatachalam
--- Robert Butler <[EMAIL PROTECTED]> wrote: > Okay, that works, I get an OK from OpenSSL, but now > I'm getting other, > more cryptic errors- > > DEBUG LEVEL: 7 (Dump to Screen) > -- > [EMAIL PROTECTED]:~/stunnel# sbin/stunnel

Re: How to cut down openssl library for embedded system.

2006-07-28 Thread Du Jingwu
Thanks for your reply, Jeremy. Yes, I'd like to have https client, scp & sips client to use the openssl library. So the dynamic linking should be a better choice. And thanks for Richard Davis to point out the error in my original post: The 200k bytes is just a saving of turnning some cipers off

Re: Er, stunnel is still acting screwy

2006-07-28 Thread Robert Butler
Okay, that works, I get an OK from OpenSSL, but now I'm getting other, more cryptic errors- DEBUG LEVEL: 7 (Dump to Screen) -- [EMAIL PROTECTED]:~/stunnel# sbin/stunnel etc/stunnel/stunnel.conf 2006.07.28 19:14:42 LOG7[2821:308288

Re: Er, stunnel is still acting screwy

2006-07-28 Thread Marek Marcola
Hello, > > 2006.07.27 23:13:35 LOG7[1058:3083381680]: SSL state (connect): SSLv3 > > write finished A > . and now we sending more strange message digest data encrypted > by server public key ... My mistake: strange message digests but of course not encrypted by server public key. Best regards

Re: Er, stunnel is still acting screwy

2006-07-28 Thread Marek Marcola
Hello, > can somebody please tell me what the hell is going on with my stunnel? > I just re-initialized my Certificate Authority, and it's giving me all > of these strange messages, like stunnel not verifying any of my certs- > what's up with that? > > Anybody's assistance to help shed some light

Er, stunnel is still acting screwy

2006-07-28 Thread Robert Butler
To all, can somebody please tell me what the hell is going on with my stunnel? I just re-initialized my Certificate Authority, and it's giving me all of these strange messages, like stunnel not verifying any of my certs- what's up with that? Anybody's assistance to help shed some light on this si

Re: Need help for select and a SSL_read problem

2006-07-28 Thread Marek Marcola
Hello, > write(1, "Connection realized\r\n", 21) = 21 > select(5, [4], NULL, NULL, NULL > - > I send a trame of 10 bytes > - > read(4, "\27\3\0\0 ", 5)

RE: Need help getting Perl LWP::UserAgent to talk HTTPS

2006-07-28 Thread Jon Perkin
Hi Darryl. > When you post to a mailing list, type the mailing list address into your > mail user agent yourself, rather than picking a thread and replying to > it, you lazy git! > > Darryl Thank you for explaining so *very* politely that this mailing list doesn't work like *every* other maili

Re: Need help getting Perl LWP::UserAgent to talk HTTPS

2006-07-28 Thread Darryl Miles
Jon Perkin wrote: Apologies if this is the wrong place for my query, as I'm not sure how to track down whether my problem lives in core OpenSSL, in the Perl OpenSSL modules, or in the LWP modules I'm trying to use them via. Even if I did know the answer, your not going to get it by posting the

Need help getting Perl LWP::UserAgent to talk HTTPS

2006-07-28 Thread Jon Perkin
Hi folks. Apologies if this is the wrong place for my query, as I'm not sure how to track down whether my problem lives in core OpenSSL, in the Perl OpenSSL modules, or in the LWP modules I'm trying to use them via. I'm trying to get the Perl LWP::UserAgent to make HTTPS requests for me. OpenSSL

Re: Need help for select and a SSL_read problem

2006-07-28 Thread Darryl Miles
GUIRY Aroun wrote: Thanks Darryl for your help. I wrote that "when I send a new packet from the client I can read the missing packets, but not the new one" But in fact I can read the missing packets and a part of the second packets. Here is the trace. I send a trame of 10 bytes from the clie

Problem building openssl on windows with cygwin

2006-07-28 Thread Urjit Gokhale
Hi,   I am facing problem while building openssl on my windows box (Windows 2000 Professional) with Cygwin (CYGWIN_NT-5.0).   I downloaded the source for openssl 0.9.8b. I followed the steps given in INSTALL.W32: 1) ./config: This goes smooth without any probl

Re: Need help for select and a SSL_read problem

2006-07-28 Thread GUIRY Aroun
Thanks Darryl for your help. I wrote that "when I send a new packet from the client I can read the missing packets, but not the new one" But in fact I can read the missing packets and a part of the second packets. Here is the trace. I send a trame of 10 bytes from the client, and the server

Re: Need help for select and a SSL_read problem

2006-07-28 Thread Marek Marcola
Hello, > I am doing a simple ssl server/client. I use a select function to read > and write in the socket. > From my client I send 1KB of data, in one time, and then I expect to > read it in the server. > In the server appli, I have got a select read hit, and I read 500B. > Then I expect to

Re: Need help for select and a SSL_read problem

2006-07-28 Thread Darryl Miles
GUIRY Aroun wrote: If I send a new packet from the client I can read the missing packets, but not the new one. I use non-blocking sockets. Are you on linux ? Can you run 'strace' or 'strace -p ' and paste the relevant parts of the output to the list. Darryl ___

Re: Need help for select and a SSL_read problem

2006-07-28 Thread Girish Venkatachalam
--- GUIRY Aroun <[EMAIL PROTECTED]> wrote: > Hi all > > I am doing a simple ssl server/client. I use a > select function to read > and write in the socket. > From my client I send 1KB of data, in one time, and > then I expect to > read it in the server. > In the server appli, I have got a

Need help for select and a SSL_read problem

2006-07-28 Thread GUIRY Aroun
Hi all I am doing a simple ssl server/client. I use a select function to read and write in the socket. From my client I send 1KB of data, in one time, and then I expect to read it in the server. In the server appli, I have got a select read hit, and I read 500B. Then I expect to have a seco

Re: Problems using openssl through an ffi.

2006-07-28 Thread Lawrence Oluyede
On 7/27/06, Lawrence Oluyede <[EMAIL PROTECTED]> wrote: I'm trying to use openssl library through a foreign function interface (ctypes in Python) but it seems that: BIO_set_nbio and SSL_CTX_set_options/SSL_set_options are not exported in the dynamic library. Is that "a bug" ? An implementation de

Re: Revoking a certificate using only a serial number?

2006-07-28 Thread Bernhard Froehlich
Olaf Gellert wrote: Hi Joe, Joe Gluck wrote: Does anyone know how can I revoke a certificate, even if I don't have the certificate file anymore, (using openssl) can I just update the index.txt line associated with this certificate, change the V to R and add the revocation date? If this should w

Re: Revoking a certificate using only a serial number?

2006-07-28 Thread Olaf Gellert
Hi Joe, Joe Gluck wrote: Does anyone know how can I revoke a certificate, even if I don't have the certificate file anymore, (using openssl) can I just update the index.txt line associated with this certificate, change the V to R and add the revocation date? If this should work does anyone have

RE: openssl command

2006-07-28 Thread Gayathri Sundar
Wonder why you need a "pfd" format!! Does "man openssl" mean anything to you? Now how could anyone respond to ur query?? First of all let us know what you want to use it for Coz openssl commands are plenty.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

Re: openssl command

2006-07-28 Thread Kaushalye Kapuruge
Kaushal Shriyan wrote: Hi ALL I wanted a PDF format of openssl command, Can any one explain me about openssl command with examples I mean How do i use it If you are looking for a openssl guide, please visit these pages. http://www.madboa.com/geek/openssl/ http://sial.org/howto/openssl/ Cheers

openssl command

2006-07-28 Thread Kaushal Shriyan
Hi ALL I wanted a PDF format of openssl command, Can any one explain me about openssl command with examples I mean How do i use it Thanks and Regards Kaushal __ OpenSSL Project http://www.openssl