Re: some doubt about ssl programming

2007-03-13 Thread Suchindra Chandrahas
verify(1) and you can see what is the problem. Vladislav - Original Message - From:SuchindraChandrahas To: openssl-users@openssl.org Sent: Tuesday, March 13, 2007 2:18PM Subject: Re: some doubt about sslprogramming Part 1 and Part 2 are the PDF

Re: some doubt about ssl programming

2007-03-13 Thread Vladislav Marinov
From: Suchindra Chandrahas To: openssl-users@openssl.org Sent: Tuesday, March 13, 2007 2:29 PM Subject: Re: some doubt about ssl programming Hi Vladislav, I know i should not disturb you, just a small question here. What kind of fuzzing attacks can be done on an SSL

Re: some doubt about ssl programming

2007-03-13 Thread Vladislav Marinov
) and you can see what is the problem. Vladislav - Original Message - From: Suchindra Chandrahas To: openssl-users@openssl.org Sent: Tuesday, March 13, 2007 2:18 PM Subject: Re: some doubt about ssl programming Part 1 and Part 2 are the PDFs that were given in openssl.org

Re: some doubt about ssl programming

2007-03-13 Thread Suchindra Chandrahas
Hi Vladislav, I know i should not disturb you, just a small question here. What kind of fuzzing attacks can be done on an SSL based apache web server ? I just wanted a brief idea about them Thanks and Regards, Suchindra Chandrahas -

Re: some doubt about ssl programming

2007-03-13 Thread Suchindra Chandrahas
Part 1 and Part 2 are the PDFs that were given in openssl.org Well, the problem is still doubtful because 1. The server certificates are recent (not expired), and 2. But they are self signed certificates (this might be a problem !) Thanks for the replies Regards, Suchindra Chandrahas Goetz

Re: some doubt about ssl programming

2007-03-13 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Suchindra Chandrahas schrieb: > Hi All, Hi Suchindra, >Saw the part1 and part2. Trying to understand the stuff. > I got some client examples given there. I have downloaded "sclient". ??? Which part1 and part2 ? > >if(SSL_get_verify_r

Re: some doubt about ssl programming

2007-03-13 Thread Vladislav Marinov
To: openssl-users@openssl.org Sent: Tuesday, March 13, 2007 11:57 AM Subject: some doubt about ssl programming Hi All, Saw the part1 and part2. Trying to understand the stuff. I got some client examples given there. I have downloaded "sclient". Upon connecting

some doubt about ssl programming

2007-03-13 Thread Suchindra Chandrahas
Hi All, Saw the part1 and part2. Trying to understand the stuff. I got some client examples given there. I have downloaded "sclient". Upon connecting, it says : Certificate doesn't verify. Upon verification of SSL error code, the part1.pdf gives the code of check_cert that says :

Re: SSL Programming

2007-03-13 Thread Suchindra Chandrahas
Thanks a lot ! Let me see, i am opening it in my browser now. Seems to take too long to open Suchi Vladislav Marinov <[EMAIL PROTECTED]> wrote: Suchindra Chandrahas wrote: > Hi All, >I have to write some ssl fuzzers for a web server. Any > resources or links would be nice ! I perso

Re: SSL Programming

2007-03-13 Thread Vladislav Marinov
Suchindra Chandrahas wrote: > Hi All, >I have to write some ssl fuzzers for a web server. Any > resources or links would be nice ! I personally found very useful the following article which consists if 2 parts: http://www.linuxjournal.com/article/4822 http://www.linuxjournal.com/art

SSL Programming

2007-03-12 Thread Suchindra Chandrahas
Hi All, I have to write some ssl fuzzers for a web server. Any resources or links would be nice ! Thanks a lot for help, Suchindra Chandrahas - It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar.

RE: keep alive in ssl programming

2007-03-12 Thread richard zhao
thanks a lot --- David Schwartz <[EMAIL PROTECTED]> wrote: > > > hello,all, > > does anybody know how to set up keep alive signal > in > > openssl programming and how to know the connection > is > > losing by using keep alive signal? thans a lot. > > The same way you do that in TCP. > > DS > >

RE: keep alive in ssl programming

2007-03-11 Thread David Schwartz
> hello,all, > does anybody know how to set up keep alive signal in > openssl programming and how to know the connection is > losing by using keep alive signal? thans a lot. The same way you do that in TCP. DS __ OpenSSL Proje

keep alive in ssl programming

2007-03-11 Thread richard zhao
hello,all, does anybody know how to set up keep alive signal in openssl programming and how to know the connection is losing by using keep alive signal? thans a lot. richard Finding fabulous fares is fun. Le

RE: ssl programming reference

2006-05-11 Thread Wai Wu
Subject: Re: ssl programming reference Brad Brock wrote: > Hi, I'am a newbie programmer. I want to learn how to build an > application that communicate over SSL. Can anyone show me where to > find the references? Thank you. Network Security with OpenSSL by John Viega, Matt Mess

RE: ssl programming reference

2006-05-11 Thread Mark
> Brad Brock wrote: > > Hi, I'am a newbie programmer. I want to learn how to > > build an application that communicate over SSL. Can > > anyone show me where to find the references? Thank you. > > Network Security with OpenSSL by John Viega, Matt Messier and Pravir > Chandra, ISBN 059600270X Agre

Re: ssl programming reference

2006-05-10 Thread Heikki Toivonen
Brad Brock wrote: > Hi, I'am a newbie programmer. I want to learn how to > build an application that communicate over SSL. Can > anyone show me where to find the references? Thank you. Network Security with OpenSSL by John Viega, Matt Messier and Pravir Chandra, ISBN 059600270X -- Heikki Toivo

Re: ssl programming reference

2006-05-10 Thread Kyle Hamilton
The best documentation is in the s_client and s_server source code. -Kyle H On 5/10/06, Brad Brock <[EMAIL PROTECTED]> wrote: Hi, I'am a newbie programmer. I want to learn how to build an application that communicate over SSL. Can anyone show me where to find the references? Thank you. ___

ssl programming reference

2006-05-10 Thread Brad Brock
Hi, I'am a newbie programmer. I want to learn how to build an application that communicate over SSL. Can anyone show me where to find the references? Thank you. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http:/

SSL programming question.

2003-07-26 Thread Shashank Khanvilkar
Hi, WIll appreciate any help for the following questions: 1. I am looking at one example program that secures a TCP connection with SSLv2. (With functiones like SSL_connect, SSL_read, SSL_write etc.) You can take a look at the specific function http://mia.ece.uic.edu/cgi-bin/lxr/http/source/s

RE: ISO book on SSL programming in Perl (or C)

2003-07-15 Thread Dan Kendall
TED] > Sent: 15 July 2003 16:14 > To: [EMAIL PROTECTED] > Subject: Re: ISO book on SSL programming in Perl (or C) > > > There is one O'Reilly products. I think it is called > OpenSSL Programming or something like that. IT goes into > some detail about the programm

Re: ISO book on SSL programming in Perl (or C)

2003-07-15 Thread Christopher Fowler
end a book on SSL programming in Perl? (The book on > socket programming in Perl that I have (Stein's) does not even mention > SSL.) > > In lieu of that, is there one for SSL programming in C? > > I'm interested in material that focuses on SSL *programming* (as > op

ISO book on SSL programming in Perl (or C)

2003-07-15 Thread kynn
Can someone recommend a book on SSL programming in Perl? (The book on socket programming in Perl that I have (Stein's) does not even mention SSL.) In lieu of that, is there one for SSL programming in C? I'm interested in material that focuses on SSL *programming* (as opposed to, fo

Re: SSL programming - Beginner :)

2001-08-12 Thread ganesh kumar godavari
hai julien, currently the openssl documentation is incomplete. the best way to understand about ssl, is to play the demo programs that are provided along with the source. u can start with the s_server.c and s_client.c programs to understand about ssl. though they are not clear, for beginners as