Re: Problem with SSL_accept

2005-02-09 Thread Nauman Akbar
Dear Dr. Henson I just used SSL_CTX_set_msg_callback. But it is of not much help. First of all, how do I interpret values in buffer? Byte or Integer? I tried both but the values dont make sense. Is there any way to decypt these numeric values to corresponding Protocol variables like cipher names,

warning ccmips.exe -EL : linker unused since linking not done

2005-02-09 Thread vijay basav
hi i have downloaded openssl-0.9.7e and unpacked it and configured it for vxworks-mipsle on cygwin. when i do make i get warning ccmips.exe -EL linker unused since linking not done .   when i do make test  it says ./destest : not found and gives [test-des] error 127 what might be wrong? thank you v

Re: Problem with SSL_accept

2005-02-09 Thread Nauman Akbar
Dear Dr. Henson, Yes now I can simulate the problem in local client/s. There is definitely a problem of cipher suite in negotiation. Now, the next problem has this leads to. I have explicitely told my server to support all cipher using SSL_CTX_set_cipher_list(m_ctxServerContext, "ALL"). Later on

RE: Openssl, FIPS, and WinCE

2005-02-09 Thread Vu Pham
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Oscar Rodríguez > Sent: Wednesday, February 09, 2005 1:36 PM > To: openssl-users@openssl.org > Subject: RE: Openssl, FIPS, and WinCE > > I tried the same last week, but i had a lot of compilation > er

RE: Openssl, FIPS, and WinCE

2005-02-09 Thread Steven Reddie
Thomas, I view GetSystemTimeAsFileTime as a Win32 API function that has been left out of Windows CE. It's still part of the Windows platform though, and wcecompat is about providing the parts of the Windows platform left out of Windows CE. I'm not sure how the accreditation could specifically di

RE: Openssl, FIPS, and WinCE

2005-02-09 Thread Steven Reddie
Hi Oscar, The released wcecompat only works with Windows CE SDK's up to Pocket PC 2002 (eVC3). I am yet to release eVC4 support -- just haven't found time to do so. If you want to make your own local changes you should find that they are quite minor -- the changes that I am yet to release includ

Re: Problem with SSL_accept

2005-02-09 Thread Dr. Stephen Henson
dn Wed, Feb 09, 2005, Nauman Akbar wrote: > Dear Users, > > I am in urgent need of help. If anyone can guide, I will be very > thankful. I have given problem details below after necessary > introduction. > > I have scanned through the list archive as much as possible and I > could only find one

Re: Problem with SSL_accept

2005-02-09 Thread Nauman Akbar
Dear Dr. Henson! Yes I am using ERR_print_errors but it doesnot print anything. As far as the ERR functions are concerned, I used SSL_ERROR_SSL there. If thats not the case, what should I use there. Perhaps proper value can lead me to a better insight. Regards Nauman Akbar Concise Solutions _

Re: Problem with SSL_accept

2005-02-09 Thread Dr. Stephen Henson
On Thu, Feb 10, 2005, Nauman Akbar wrote: > Hello Guys > > Let me explain the whole problem again. > > - My server accepts plain socket connection. That is for sure so there > is no issue of port blocking. > - Right after accepting a plain socket connection, the server > constructs an SSL object

Re: Problem with SSL_accept

2005-02-09 Thread Nauman Akbar
Hello Guys Let me explain the whole problem again. - My server accepts plain socket connection. That is for sure so there is no issue of port blocking. - Right after accepting a plain socket connection, the server constructs an SSL object as required and goes for SSL_accept. SSL_accept fails. - R

RE: Problem with SSL_accept

2005-02-09 Thread Thomas Laramee
when you say it works on localhost but not 'live', i wonder: is your firewall blocking the port you're trying to connect to? Aka: can you connect to the server using a different clinet, eg: telnet directly to the port and see if the connection is accepted, just to make sure the basic connectiv

RE: Openssl, FIPS, and WinCE

2005-02-09 Thread Oscar Rodríguez
I tried the same last week, but i had a lot of compilation errors like not existing functions (ctime from wcecompat) , errors with parenthesis out of ifdefs, a few warnings, and then, when i think that all is created, the libs in out32_Arm doesn't compile with my project because there were missed f

RE: Problem with SSL_accept

2005-02-09 Thread David Schwartz
> Thanx for replying. By live testing I mean, actual client connections > that a server is supposed to accept. The client I developed is a very > basic one and I have only tested it from localhost. I dont know if it > will work from outside or not. So you have no idea whether the client y

Re: Openssl, FIPS, and WinCE

2005-02-09 Thread Dr. Stephen Henson
On Wed, Feb 09, 2005, Thomas Laramee wrote: > Greetings: > > i recently downloaded openssl.0.9.7e, unpacked it, > and began to follow the instructions to build this > for WinCE. > > i have a bunch of specific questions, but i'm more > interested in a high-level question about FIPS > certific

Re: Problem with SSL_accept

2005-02-09 Thread Nauman Akbar
Hello Thanx for replying. By live testing I mean, actual client connections that a server is supposed to accept. The client I developed is a very basic one and I have only tested it from localhost. I dont know if it will work from outside or not. Additionally, I have already deployed latest OpenS

RE: PEM_write_DSA_PUBKEY

2005-02-09 Thread David Schwartz
> I'm trying to write the public/private keys to a PEM file. I'm using the book "Network Security > with OpenSSL" as a reference which says I need to use PEM_write_DSA_PUBKEY, but I can't find > this anywhere in the openssl source. I'm using 0.9.7d. I see PEM_write_DSAPrivateKey, but > nothing

RE: Problem with SSL_accept

2005-02-09 Thread David Schwartz
> The most intriguing part is when I was writing this server, I > developed a small client just to test connectivity. That client > succeeds. However, when doing live testing not a single connection was > accepted from outside. The test client was run on the same host. I > obtained network traffic

Openssl, FIPS, and WinCE

2005-02-09 Thread Thomas Laramee
Greetings: i recently downloaded openssl.0.9.7e, unpacked it, and began to follow the instructions to build this for WinCE. i have a bunch of specific questions, but i'm more interested in a high-level question about FIPS certification: how many modifications can i make to both the openssl

Problem with SSL_accept

2005-02-09 Thread Nauman Akbar
Dear Users, I am in urgent need of help. If anyone can guide, I will be very thankful. I have given problem details below after necessary introduction. I have scanned through the list archive as much as possible and I could only find one message with similar problem. The message is http://marc.th

make error in cygwin

2005-02-09 Thread vijay basav
hi i am a new user of openssl-0.9.7e. i am using cygwin and vxworks.i first did tar -xzvf openssl-0.9.7e.tar.gz. then cd openssl-0.9.7e . later i configured the openssl using ./Configure vxworks-mipsle . now when i give make command it gives error stating openssl/opensslconf.h not found(all files i

build error

2005-02-09 Thread Li, Qing
Hi, I'm trying to build openssl out of the latest cvs on FreeBSD. I got the following error: (cd asm; /usr/bin/perl5 aes-586.pl a.out -I.. -I../.. -I../../include -DOPENSSL_THREADS -pthread -D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN