stack of core file generated by sshd shows Openssl problem

2009-07-01 Thread nithin shekhar
Hello, Sshd cores while trying to connect from an external system and the analysis of the stack shows that the last function call was with openssl. #mdb core.sshd.1169.x.0.0.1244212472 mdb: warning: core file is from SunOS 5.8 Generic_117350-43; shared text mappings may not match i

[openssl] Problem in using debugger in wserver/wclient

2008-08-25 Thread Vinay Jindal
Hi, I am trying to use the debugger (gdb) in the wserver binary shipped along with the examples (openssl-examples-20020110). But when I put a breakpoint on any of function of wserver and start the wclient (it starts giving error : Premature close). What can be the reason for this and how to get

Re: OPENSSL Problem

2008-06-11 Thread Marek . Marcola
Hello, [EMAIL PROTECTED] wrote on 06/11/2008 08:51:45 AM: > Hi All, > > I have install the open ssl from the http://www.slproweb.com/products/Win32OpenSSL.html > now when i check it with the link point api then it giving me the following error “ > Unable to load/validate private_key ERRs: wsa

Re: openssl problem?

2007-10-12 Thread Giannis Mantzouranis
Thanks a lot guys IT WORKS! Giannis Mantzouranis - Original Message - From: "Marek Marcola" <[EMAIL PROTECTED]> To: Sent: Friday, October 12, 2007 10:42 PM Subject: Re: openssl problem? Hello, I compiled successfuly openssl 0.9.8f maked the tests and installe

Re: openssl problem?

2007-10-12 Thread Marek Marcola
Hello, > I compiled successfuly openssl 0.9.8f maked the tests and installed it. > I compiled openssh 4.7.p1 with the above > But when I try to compile qpopper 4.0.9 with ssl support at the end make > outputs the following: > > gcc pop_dele.o pop_dropcopy.o pop_get_command.o pop_get_subcommand.

openssl problem?

2007-10-12 Thread Giannis Mantzouranis
Hello all I compiled successfuly openssl 0.9.8f maked the tests and installed it. I compiled openssh 4.7.p1 with the above But when I try to compile qpopper 4.0.9 with ssl support at the end make outputs the following: gcc pop_dele.o pop_dropcopy.o pop_get_command.o pop_get_subcommand.o pop_

Re: apache 2.2 with openssl problem

2007-10-03 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Piotr Skwarna schrieb: > Hi > > i try complie apache with my openssl > > ./configure --prefix=/usr/unizeto/apache22 --enable-proxy --enable-ssl > --with-ssl=/opt/NEW/openssl/ > > [...] > checking for OpenSSL version... checking openssl/opensslv.h us

Re: apache 2.2 with openssl problem

2007-10-03 Thread Piotr Skwarna
2007/10/3, Piotr <[EMAIL PROTECTED]>: > > > > checking openssl/engine.h usability... yes > > checking openssl/engine.h presence... yes > > checking for openssl/engine.h... yes > > checking for SSLeay_version in -lcrypto... no > > checking for SSL_CTX_new in -lssl... no > > checking for ENGINE_init.

Re: apache 2.2 with openssl problem

2007-10-03 Thread Piotr
checking openssl/engine.h usability... yes checking openssl/engine.h presence... yes checking for openssl/engine.h... yes checking for SSLeay_version in -lcrypto... no checking for SSL_CTX_new in -lssl... no checking for ENGINE_init... no checking for ENGINE_load_builtin_engines... no checking f

apache 2.2 with openssl problem

2007-10-03 Thread Piotr Skwarna
Hi i try complie apache with my openssl ./configure --prefix=/usr/unizeto/apache22 --enable-proxy --enable-ssl --with-ssl=/opt/NEW/openssl/ [...] checking for OpenSSL version... checking openssl/opensslv.h usability... yes checking openssl/opensslv.h presence... yes checking for openssl/opensslv

Re: C# and openssl problem

2006-06-07 Thread Marek Marcola
Hello, > It has several names: it is mentioned in PKCS#5 v1.5 section 6.2. Yes, indeed. I must more carefully read documentation :-) Best regards, -- Marek Marcola <[EMAIL PROTECTED]> __ OpenSSL Project

Re: C# and openssl problem

2006-06-07 Thread Dr. Stephen Henson
On Wed, Jun 07, 2006, Marek Marcola wrote: > Help, > > > The Openssl.org documentation states that ???all block ciphers normally > > use PKCS#5 padding???. > This must be some mistake, PKCS#5 is for Password Base key Derivation > Functions (PBKDF) - not for padding. > It has several names: it i

Re: C# and openssl problem

2006-06-07 Thread Marek Marcola
Help, > The Openssl.org documentation states that “all block ciphers normally > use PKCS#5 padding”. This must be some mistake, PKCS#5 is for Password Base key Derivation Functions (PBKDF) - not for padding. > The options > that I have in C# are ANSIX923,ISO10126,NONE,PKCS7,ZEROS. Is this my > pr

C# and openssl problem

2006-06-07 Thread george r smith
Help all,   I am trying to use an openssl script on an AIX box to produce and encrypted packet. This packet will have to be decrypted by a C# program. I am having any luck in getting the C# program to decrypt the packet encrypted by the AIX script.   The Openssl.org documentation stat

Re: compiling a c program whit openssl problem

2004-03-01 Thread Paul L. Allen
tel dispas wrote: From: "David Schwartz" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: compiling a c program whit openssl problem Date: Mon, 1 Mar 2004 17:54:28 -0800 > [...] > when i try to compile a c program whit some ope

RE: RE: compiling a c program whit openssl problem

2004-03-01 Thread tel dispas
From: "David Schwartz" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: compiling a c program whit openssl problem Date: Mon, 1 Mar 2004 17:54:28 -0800 > i hope this mesage wont make it throw twice... i send the first > one b

RE: OpenSSL PROBLEM on HP-UX 11.00 and 11.11 (11i)

2002-10-22 Thread Howard Chu
o:owner-openssl-dev@;openssl.org]On Behalf Of Lutz Jaenicke > Sent: Tuesday, October 22, 2002 12:02 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: OpenSSL PROBLEM on HP-UX 11.00 and 11.11 (11i) > > > On Mon, Oct 21, 2002 at 02:50:43PM -0700, J wrote: > > Has anyone ha

Re: OpenSSL PROBLEM on HP-UX 11.00 and 11.11 (11i)

2002-10-21 Thread Lutz Jaenicke
On Mon, Oct 21, 2002 at 02:50:43PM -0700, J wrote: > Has anyone had trouble with using the OpenSSL library on HP-UX?? I am using version > 0.9.6d and there seems to be an intermittent problem with the digest encryption, or >just > some of the encryption/decryption routines in the OpenSSL toolkit.

OpenSSL PROBLEM on HP-UX 11.00 and 11.11 (11i)

2002-10-21 Thread J
Hello Everyone, Has anyone had trouble with using the OpenSSL library on HP-UX?? I am using version 0.9.6d and there seems to be an intermittent problem with the digest encryption, or just some of the encryption/decryption routines in the OpenSSL toolkit. It does not happen all the time on HP-UX

OpenSSL problem with SSH

2002-03-14 Thread Aaron M. Hirsch
Hello all! I have recently downloaded and compiled successfully openssl-0.9.6c for Solaris 2.6. Or at least that is what the messages tell me. However, when attempting to compile openssh-3.1p1.tar.gz I get the following error: cofnigure:7868 error: Could not find working OpenSSL library, ple

WinCE->OpenSSL problem

2001-10-31 Thread Matthew Fleming
Netmeisters, I would appreciate your help with the following, although it is not strictly (or not only) and OpenSSL problem. I am trying to connect a Pocket PC to a Linux server. The Pocket PC uses Schannel (which on the PPC apparently includes SSLv2 and SSLv3 but not TLS) and the Linux server

OpenSSl problem

2001-01-11 Thread brian . ditty
I have just installed the following mod_ssl-2.6.4-1.3.12 rsaref-2.0 openssl-0.9.5a apache_1.3.12 When running "apachectl start", the server works fine as http:// When i stop the server (apachectl stop) and restart as apachectl startssl, it fails and the following error is present in the apache

Generate a ca certificate with openssl -> problem ..

2000-07-26 Thread Jørgen Skogstad
Hi there .. I am experiencing some problems when trying to generate some certificates with openssl. I am trying this on the following specs; * SunOS nexus 5.7 Generic_106541-11 sun4u => Solaris 7 * OpenSSL v0.9.5a * SUNpki patch# 105710-01 installed => Though from what I can see this shoul

IE5.01 with openSSL problem.

2000-07-10 Thread peleg atar
Hi All, 1. First of all thanks for everyone for all the help I have got. 2. There are some options to disable the problem with IE 5.01 SGC that was report by Itai levy (http://marc.theaimsgroup.com/?l=openssl-users&m=96286815525666&w=2): a. Change TLS_ALLOW_EXPERIMENTAL_CIPHERSUITS set

IE5.01 with openSSL problem.

2000-07-10 Thread Peleg Atar
Hi All, 1. First of all thanks for everyone for all the help I have got. 2. There are some options to disable the problem with IE 5.01 SGC that was report by Itai levy (http://marc.theaimsgroup.com/?l=openssl-users&m=96286815525666&w=2): a. Change TLS_ALLOW_EXPERIMENTAL_CIPHERSUITS set

stunnel use of openssl problem?

1999-12-15 Thread Otto L. Miller
Good Day, I have just built openssl and stunnel on a Sparc Solaris 2.6 machine.  When I test stunnel, based on the INSTALL instructions if fails on startup.   The command and error follow: ./stunnel -f -d 993 -r imap LOG3[6564:1]:SSL_CTX_use_certificate_file:error:0200100D:system library:fopen:AS