Re: Port Errors

2003-10-19 Thread Richard Levitte - VMS Whacker
You're asking a mod_ssl-specific question on openssl-users? I'm sorry, that's not quite the right list, you should try [EMAIL PROTECTED] An idea though: are you sure there is no other daemon hooked on port 443? Tools like 'netstat -an' and 'lsof' may be of help here, at least if that's on a Unix

Port Errors

2003-10-19 Thread jna
I am getting the following: [Sun Oct 19 03:02:36 2003] [crit] (98)Address already in use: make_sock: could not bind to port 443 When I try starting my apache ssl server. I am using open ssl and mod_ssl. I have one address only that is using ssl and the rest of my sites are using normal web por

Re: Setup Errors

2003-10-19 Thread Charles Cranston
Is /usr/local/apache/conf/ssl.crt/server.crt indeed the correct filename for the file containing the certificate? AFAICR the only weirdness I ever saw was that you cannot use the command macro to restart the server in place, you have to stop and then start -- I assumed it was because once the ser

Setup Errors

2003-10-18 Thread jna
I tried firing up my new ssl enabled apache server and it fails with the following error: [Sat Oct 18 06:13:35 2003] [error] mod_ssl: Init: Unable to read server certificate from file /usr/local/ apache/conf/ssl.crt/server.crt (OpenSSL library error follows) [Sat Oct 18 06:13:35 2003] [error] Ope

make test errors

2003-09-24 Thread Adamiec, Larry
Title: make test errors I am trying to install openssl-0.9.7b on a Solaris 8 Sparc server.  I ran the config and make with no troubles.  However, when I run the "make test" command, I found the following in the maketest.log file: . running bc bc does not work properly ('Su

Re[3]: some errors

2003-09-17 Thread [EMAIL PROTECTED]
hm> hmmm, same error... :o( hm> debugger says at this line error: Unhandled exception in rsa.exe (NTDLL.DLL): hm> 0xC005: Access Violation. Oki, problemo is solved... I must set Multithreaded DLL in project settings... thanx for time Aliex, miso __

Re: some errors

2003-09-17 Thread Christian Hohnstaedt
http://www.openssl.org/support/faq.html#PROG2 Regards Christian On Wed, Sep 17, 2003 at 02:58:53PM +0200, [EMAIL PROTECTED] wrote: > > ACF> you forgot to call OpenSSL_add_all_algorithms() at the beginning. > > hmmm, same error... :o( > debugger says at this line error: Unhandled exception in rs

Re[2]: some errors

2003-09-17 Thread [EMAIL PROTECTED]
ACF> you forgot to call OpenSSL_add_all_algorithms() at the beginning. hmmm, same error... :o( debugger says at this line error: Unhandled exception in rsa.exe (NTDLL.DLL): 0xC005: Access Violation. miso __ OpenSSL Project

Re: some errors

2003-09-17 Thread Aleix Conchillo Flaque
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Hello, > > I try to write some beginner sample codes. Compilation is ok in Visual > C++ 6.0. > But when I execute it, program raise error on function > PEM_read_X509 at line 34. > > I don't know, where is problem... > you forgot to call OpenSSL

some errors

2003-09-17 Thread [EMAIL PROTECTED]
Hello, I try to write some beginner sample codes. Compilation is ok in Visual C++ 6.0. But when I execute it, program raise error on function PEM_read_X509 at line 34. I don't know, where is problem... thanx, miso rsa.cpp Description: Binary data

Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Lutz Jaenicke
On Tue, Aug 12, 2003 at 11:09:01PM -0400, Victor wrote: > Ok, I removed my compiler, installed one from sunfreeware, 3.3. Problems > just got weirder. I compiled OpenSSL, it's installed into /usr, > libraries are in /usr/lib, includes in /usr/include. > > When I compile openssh, it says it can't

Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Victor
Lutz Jaenicke wrote: On Tue, Aug 12, 2003 at 11:09:01PM -0400, Victor wrote: Ok, I removed my compiler, installed one from sunfreeware, 3.3. Problems just got weirder. I compiled OpenSSL, it's installed into /usr, libraries are in /usr/lib, includes in /usr/include. When I compile openssh, it s

Compiling Errors linking OpenSSL

2003-08-14 Thread Victor
OS: Solaris 2.8 Platform: sparc (sun4u) OpenSSL: 0.9.7b gcc: 3.0.4 --- gcc -v --- Reading specs from /usr/bin/../lib/gcc-lib/sparc-sun-solaris2.8/3.0.4/specs Configured with: ../gcc-3.0.4/configure --prefix=/tmp/gcc304/usr --with-as=/usr/ccs/bin/as

Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Victor
Russ Fink wrote: configure:8992: result: yes configure:9433: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/include -I/usr/local/include -L/usr/lib -R/usr/lib -L/usr/local/lib -R/usr/local/lib -I/usr/include -I/usr/local/include -L /usr/lib -R/usr/lib -L/usr/local/lib -

Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Laurent Blume
Victor wrote: Suggestion - add /usr/ccs/bin to your path instead of putting it on the configure line. Also, I'd go with the default "as" and "ld" - not ccs/bin. But this likely isn't your problem, just a suggestion. I used it because that's what sunfreeware did too, doesn't seem to have any af

Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Russ Fink
On Tue, Aug 12, 2003 at 11:09:01PM -0400, Victor wrote: Ok, I removed my compiler, installed one from sunfreeware, 3.3. Problems just got weirder. I compiled OpenSSL, it's installed into /usr, libraries are in /usr/lib, includes in /usr/include. When I compile openssh, it says it can't find hea

Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Laurent Blume
Victor wrote: Yes, it does exist. And yes, setting LD_LIBRARY_PATH does fix things. It wasn't set. It does seem that openssl was clear of any wrong doing, I am sorry to have posted offtopic. But you guys have been really helpful. Technically, the -L arguments should have done what LD_LIBRARY_PA

Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Lutz Jaenicke
On Wed, Aug 13, 2003 at 03:25:28AM -0400, Victor wrote: > This is from the config log... Still seems to be my environment > settings, but no matter what I set, something breaks. As youc an see, I > st the -L and -I and -R but now it says > > ld.so.1: ./conftest: fatal: libgcc_s.so.1: open failed

Apache2.0.47/OpenSSL0.9.7b - IE5/6 Opera7 Browser Connection Errors

2003-08-09 Thread Buholzer, Mirko
With the Apache2.0.47/OpenSSL0.9.7b and different SSL configurations, I am not able to connect to the SSL enabled Apache Server with IE5/ IE6.0.2800.1106.xpsp2.030422-1633 & Opera7.11 build 2887. The connection with NS 7.1 and OpenSSL s_client works just fine! I can also successfully connect to t

Warnings and Errors for openssl_20030802

2003-08-02 Thread rangeos
2 #define Z_ERRNO (-1) #define Z_STREAM_ERROR (-2) #define Z_DATA_ERROR (-3) #define Z_MEM_ERROR(-4) #define Z_BUF_ERROR(-5) #define Z_VERSION_ERROR (-6) /* Return codes for the compression/decompression functions. Negative * values are errors, positive values are used for speci

Re: purify errors in openssl crypto

2003-07-18 Thread Geoff Thorpe
Hi there, On July 18, 2003 08:29 am, Andrew Marlow wrote: > I have found that the ssltest program raises several purify errors > which I am looking at. They are UMRs, uninitialised memory reads, > i.e memory is read and acted on even though it was never > given a value. Here is t

Re: errors processing PKCS12 file

2003-06-20 Thread Todd A. Oberly
On 06/20/2003, Dr. Stephen Henson wrote: > On Fri, Jun 20, 2003, Todd A. Oberly wrote: [...] >> OpenSSL's NSEQ tools are still primitive, and processing it with >> >> ./openssl nseq -in ~/deliver.exe >> >> still generates an error. :-( So I'm off to report a bug and perhaps >> write a little to

Re: errors processing PKCS12 file

2003-06-20 Thread Dr. Stephen Henson
On Fri, Jun 20, 2003, Todd A. Oberly wrote: > On 06/19/2003, Todd A. Oberly wrote: > > > I wanted to try processing a binary PKCS12 file (ie. > > split apart the 3 certificates inside) as downloaded from Thawte's > > FreeMail service, but keep getting the sam

Re: errors processing PKCS12 file

2003-06-20 Thread Todd A. Oberly
On 06/19/2003, Todd A. Oberly wrote: > I wanted to try processing a binary PKCS12 file (ie. > split apart the 3 certificates inside) as downloaded from Thawte's > FreeMail service, but keep getting the same errors no matter what I try. > For example [...] FYI, I finally figu

errors processing PKCS12 file

2003-06-19 Thread Todd A. Oberly
split apart the 3 certificates inside) as downloaded from Thawte's FreeMail service, but keep getting the same errors no matter what I try. For example ./openssl pkcs12 -in ~/deliver.exe -info -noout returns errors like 251:error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag:tasn

Re: Linking errors 0.9.7(a) Borland C++Builder 5 (win32) (never mind)

2003-02-23 Thread Reinier Boon
Hi all, Sorry for bothering you all, I seemed to had a very old tlib earlier in my path than the newest version... Excuse me. Best regards, Reinier Boon Telecats __ OpenSSL Project http://www.ope

FW: make errors: no-ripemd, no-ssl2

2003-02-13 Thread Tal Mozes
Hi, I had some problems building 0.9.7 on win32 using masm and VC. I used the "no-ripemd no-ssl2" arguments to mk1mf.pl, and then tried to make. Apparently some ripemd files were still included in the makefile. To work around this, I changed mk1mf.pl in line 887 to the following: elsif (/^no-r

Re: Make test errors with openssl-0.9.6g on OS 10.2.2

2002-12-11 Thread Randall Perry
Sorry, just noticed this message. Not sure how many lines you need; if you need more I'll be happy to supply 'em. _PKCS8_add_keyusage _X509_STORE_CTX_get1_chain _X509_STORE_load_locations _d2i_PBEPARAM _d2i_PKCS12_SAFEBAG _d2i_PKCS7 _d2i_PKCS8_PRIV_KEY_INFO _d2i_X509 _i2d_PKCS12_bio _i2d_PKCS7 _u

Re: make errors with cygwin

2002-12-06 Thread marcus.carey
ecember 06, 2002 11:57 AM Subject: make errors with cygwin > First, let me tell everyone I am a newbie, so don't kill me. > > I am following the instructions for make under a Cygwin (opensssl-0.9.6g) > environment, and am getting errors. I will try to be as terse as possible,

make errors with cygwin

2002-12-06 Thread Scott Brown
First, let me tell everyone I am a newbie, so don't kill me. I am following the instructions for make under a Cygwin (opensssl-0.9.6g) environment, and am getting errors. I will try to be as terse as possible, but will post the stuff echoed to the console to assist, which is pretty long.

Re: session reuse: getting "old session cipher not returned" errors

2002-09-18 Thread Steve Haslam
On Wed, Sep 18, 2002 at 03:47:52AM +0100, Steve Haslam wrote: > SSL DEBUG HACK: s->hit=1, c=0x815217c (EDH-DSS-DES-CBC3-SHA), > s->session->cipher=(nil) ((NONE)) In fact.. (talking to myself again, sorry), I looked in d2i_SSL_SESSION(), and it sets "cipher" to NULL, although it sets cipher_id. So

Re: session reuse: getting "old session cipher not returned" errors

2002-09-17 Thread Steve Haslam
On Wed, Sep 18, 2002 at 02:58:53AM +0100, Steve Haslam wrote: > So, according to ssldump, the "cipherSuite" entry in the ServerHello is the > same the second time round. Is it a problem that the client seems to be in > "read server hello B" state twice? > > OK, can anyone advise me? Is ssldump re

session reuse: getting "old session cipher not returned" errors

2002-09-17 Thread Steve Haslam
Hi, I'm working on putting SSL/TLS session caching into Exim, and I've almost got it working, borrowing heavily from the mod_ssl dbm caching code. The problem I'm getting is that when I reuse a session from the client side, I get this: Initialised TLS DBM file record "@192.168.254.1" suggests "

Re: SSL_read errors - need pointer to error string descriptions

2002-08-21 Thread Lutz Jaenicke
On Wed, Aug 21, 2002 at 09:27:39AM -0400, Louis LeBlanc wrote: > Hey folks. I've been looking thru the OpenSSL online docs for some of > the error message documentation. I've found the pages for err(3), > ERR_error_string(3), ERR_get_errors(3), etc. but I can't find any real > description of wha

SSL_read errors - need pointer to error string descriptions

2002-08-21 Thread Louis LeBlanc
Hey folks. I've been looking thru the OpenSSL online docs for some of the error message documentation. I've found the pages for err(3), ERR_error_string(3), ERR_get_errors(3), etc. but I can't find any real description of what the messages returned by ERR_error_string(ERR_get_error(), buf);. We

Openssl write errors

2002-08-15 Thread Trey A Mujakporue
I compiled Qpopper ver4.0.4 with OpenSSL version 0.9.6e so i could use the TLS/SSL feature of Qpopper the build went fine and i could receive "secure mail" from the pop server. But as soon as large attachments are sent i get the folowing errors in my log file SSL3_WRITE_PENDING:bad w

nmake errors for VC-WIN32

2002-08-12 Thread Daniel McLean
I have been trying to compile the latest 0.9.6 releases (e,f,g) on Windows 2000 in a cygwin environment using Visual C++ 6.0, perl v5.6.1 built for cygwin-multi, and getting similar errors to those reported by aditya jha on this mail list. I have been doing the following: % perl Configure shared

Errors trying to create a CSR

2002-06-26 Thread SDowell
When I try to create a CSR on my Windows machine I get the following errors: error on line 3815674 of openssl.cnf 1564:error 02001002 System library:fopen:no such file or directory:.\crypto\BIO\bss_file.c:104:fopen('openssl.cnf','rb') First, there is no line 3815674 in th

Re: Errors by compiling Apapache with mod_ssl

2002-06-21 Thread Lutz Jaenicke
On Fri, Jun 21, 2002 at 03:02:46PM +0200, ?ernoevi? Michal wrote: > I can't compile Apache 1.3.24 with openssl-beta2, mod_ssl and mod_perl, but there is >no error with 0.96d version. Can anybody see some problems? Update to mod_ssl-2.8.9, which is adapted for OpenSSL 0.9.7 use. You will need it

Errors by compiling Apapache with mod_ssl

2002-06-21 Thread Černoevič Michal
Hi, I can't compile Apache 1.3.24 with openssl-beta2, mod_ssl and mod_perl, but there is no error with 0.96d version. Can anybody see some problems? Thanks. Michal Cernoevic Linux brnl01.pvt.cz 2.4.9-31 #1 Tue Feb 26 07:11:02 EST 2002 i686 unknown gcc --version 2.96 mod_perl-1.27 make[5]

Re: Re: Errors

2002-06-04 Thread Shalendra Chhabra
Greetings I did not get this piece of line.. >This is entirely true. The only browser that can really be >trusted is one into which new certificates can never be installed >and which refuses to connect to a site if the certificate can't >be verified.?? what does this mean ?? than h

Re: Errors

2002-06-04 Thread Martin Kochanski
At 09:16 04/06/02 -0600, you wrote: >I have said this before in this group and I will repeat it. I see nothing that would >stop a felon in prison from incorporating a company and getting a cert. And she should be allowed to. The certificate will say that it was issued to that company. The ce

Re: Errors

2002-06-04 Thread terr
I sort of agree with the sentiments expressed by Shalendra Chhabra. The value added by M$ or verisign is questionable. I would rather I could pop over to my local bank and get a cert. They know me and I trust them. I do not trust Verisign. I have said this before in this group and I will re

Re: Errors

2002-06-04 Thread Mark H. Wood
On 4 Jun 2002, Shalendra Chhabra wrote: > 1. I am able to generate Certificate and Private Key > using command line options in Openssl. > can someone tell me are they considered good? and if they are good > why do we need Certificates from companies like > Microsoft, Verisign??? Considere

RE: Errors

2002-06-04 Thread Jacobson Erik P Civ AFRL/IFGC
To: [EMAIL PROTECTED] Subject: Errors I need some help 1. I am able to generate Certificate and Private Key using command line options in Openssl. can someone tell me are they considered good? and if they are good why do we need Certificates from companies like

RE: Errors

2002-06-04 Thread Sharon Hezy
See answers below. I hope it helps. Best Regards, Sharon Hezy. -->-Original Message- -->From: Shalendra Chhabra [mailto:[EMAIL PROTECTED]] -->Sent: Tue, June 04, 2002 3:01 PM -->To: [EMAIL PROTECTED] -->Subject: Errors --> --> -->I need some help -->

Errors

2002-06-04 Thread Shalendra Chhabra
0.9.6 24 Sep 2000 version. In openssl-0.9.6d/openssl-0.9.6d/demos/maurice when I write make I get the following errors cc -g -I../../include -Wall -c -o loadkeys.o loadkeys.c loadkeys.c: In function `ReadPublicKey': loadkeys.c:36: too few arguments to function `PEM_ASN1_read' loadkeys.c: I

Re: Mod_SSL Errors

2002-03-18 Thread Dr S N Henson
Michael Katz wrote: > > Trying to get SSL running for the first time. Using Apache 1.2.23, > openssl-0.9.6c, mod_ssl-2.8.7-1.3.23. > > After creating the virtual host and restarting apache I get the following > errors: > > [Mon Mar 18 09:22:56 200

Mod_SSL Errors

2002-03-18 Thread Michael Katz
Trying to get SSL running for the first time. Using Apache 1.2.23, openssl-0.9.6c, mod_ssl-2.8.7-1.3.23. After creating the virtual host and restarting apache I get the following errors: [Mon Mar 18 09:22:56 2002] [error] mod_ssl: Init: (secure.raeinternet.com:443) U nable to configure verify

Re: compile errors

2002-03-04 Thread amit limaye
i linked using libssl.a libcrypto.a i m getting errors like dlfnc - Original Message - From: "Richard Levitte - VMS Whacker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 9:16 PM Subject: Re: compile errors From: "ami

Re: compile errors

2002-03-04 Thread Richard Levitte - VMS Whacker
From: "amit limaye" <[EMAIL PROTECTED]> amit.limaye> the openssl library is supposed to generate two libraries amit.limaye> that is amit.limaye> libssl.a amit.limaye> libcrypto.a amit.limaye> amit.limaye> isn't it Yes, and I assume that wasn't a problem. amit.limaye> i have a problem that aft

Re: compile errors

2002-03-04 Thread Richard Levitte - VMS Whacker
From: "amit limaye" <[EMAIL PROTECTED]> amit.limaye> i linked libcrypto.a amit.limaye> but the error persists amit.limaye> amit.limaye> i have libssl.a libcrypto.a in /usr/local/ssl/lib amit.limaye> and the include files in /usr/include I think you misunderstand, so let me ask you to show us t

Compile errors

2002-03-04 Thread amit limaye
I have been trying to compile s file using SSL_library_init  tduring compile it throws a lot of undefined errors like ssl_algs.o uddefined reference  to "EVP_des_cbc" i have already linked libssl.a    can anybody suggest some remedies   -SIGTERM amit

client authentication errors

2002-02-27 Thread Otto, Steffen
Hi, I'm using apache 1.13.9 with mod_ssl 0.9.6 at SuSE Linux 7.2. The client authentication I configured between MSIE 6.0 or Netscape 4.77 as browsers and the apache server works - but also fails. It denies the user from protected sites (those sites that the client authentication is configured

Re: Please help - startssl fails due to the following errors:

2001-12-20 Thread Mike K
Fixed it.  Had to reinstall apache+modssl after reinstalling openssl - Original Message - From: Mike K To: [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 2:00 PM Subject: Please help - startssl fails due to the following errors:     [Thu Dec 20 16:48

Please help - startssl fails due to the following errors:

2001-12-20 Thread Mike K
    [Thu Dec 20 16:48:20 2001] [error] mod_ssl: Init: Private key not found (OpenSSL library error follows)[Thu Dec 20 16:48:20 2001] [error] OpenSSL: error:0D06B078:asn1 encoding routines:ASN1_get_object:header too long   That is from my error_log.   Any ideas how to fix this?   -MK

RSA PRIVATE KEY GENERATION (Errors)

2001-12-17 Thread Saju Paul
Trying to generate a RSA private key and get the errors shown below   It is able to generate private keys when numbits <= 64.   Any Ideas AnyOne; Thanks In Advance   $WORK0 OLAPPOBJ 315> run openssl genrsa -out $work0.cadir.privkey -rand $work0.cadir.rnd -des3 -out

Re: Errors in Apache

2001-11-21 Thread Laurent Jouannic
Hi Mark "Nazzaro, Mark (Mark)" wrote: > We are getting the following error messages in our Apache error_log: > [Wed Nov 21 08:43:40 2001] [error] mod_ssl: SSL handshake failed (server > mylucent.web.lucent.com:443, client 135.103.93.70) (OpenSSL library error > follows) > [Wed Nov 21 08:43:40 20

Errors in Apache

2001-11-21 Thread Nazzaro, Mark (Mark)
We are getting the following error messages in our Apache error_log: [Wed Nov 21 08:43:40 2001] [error] mod_ssl: SSL handshake failed (server mylucent.web.lucent.com:443, client 135.103.93.70) (OpenSSL library error follows) [Wed Nov 21 08:43:40 2001] [error] OpenSSL: error:27066221::lib(39) :func

Re: Instalation errors on Linux

2001-11-16 Thread Harry Hoffman
Hi Heinz, Look for errno.h on your system. If it is there then either make sure that the #INCLUDE is pointing to the right place and also make sure that the INCLUDE path is include in the CFLAGS of the Makefile. HTH, Harry On Fri, 16 Nov 2001, Heinz Allerberger wrote: > I'm not able to insta

Instalation errors on Linux

2001-11-16 Thread Heinz Allerberger
I'm not able to install openssl-0.9.6b on my linuxsystem. Here is a short errordescription on it: znn9156:~/openssl-0.9.6b # make + rm -f libcrypto.so.0 + rm -f libcrypto.so + rm -f libcrypto.so.0.9.6 + rm -f libssl.so.0 + rm -f libssl.so + rm -f libssl.so.0.9.6 making all in crypto... make[1]: E

Re: Errors in compiling Net_SSLeay

2001-10-31 Thread Lutz Jaenicke
On Tue, Oct 30, 2001 at 08:22:59PM -0500, DING,SCOTT (HP-PaloAlto,ex1) wrote: > I tried to install Net_SSLeay as part of process to set perl-ldap up. When I > compile the Net_SSLeay, I got the errors: > > ld: Invalid loader fixup in text space needed in output file for symbol >

Re: Crypt::SSLeay Win32 errors

2001-10-12 Thread Joshua Chamas
Mike Allison wrote: > > I'm attempting to compile Crypt::SSLeay 0.31 on Windows 2000 using Perl > 5.005_03 and MSVC++ 6.0. I cannot get past the error below. I have tried to > use the prebuilt PPM's from active state, but get errors from SSLeay.dll > everytime. I wish

RE: Errors with CRL.

2001-09-04 Thread Ryan Hurst
Title: Errors with CRL. What CA generated the CRL? Are you sure it is in PEM? Does it have the PEM armor (- BEGIN..., END)?   Ryan   -Original Message- From: Eldi Espinosa (InfoSpace Inc) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 1:01 PM To

Errors with CRL.

2001-09-04 Thread Eldi Espinosa (InfoSpace Inc)
Title: Errors with CRL. I just installed openssl and I created a RSA cert. I'm trying to use CRL to check issuer info, last update etc as this information is going to be important for audit but when i try to use it it just gives me an error. this is my command line: openssl crl -in tes

Re: errors building openssl 0.9.6b on Solaris 8

2001-07-25 Thread Paul Allen
Mark, You wrote: >I get this error message: > >make[1]: Entering directory `/export/home6/temp/openssl-0.9.6b/apps' >rm -f openssl >gcc -o openssl -DMONOLITH -I../include -fPIC -DTHREADS -D_REENTRANT >-DDSO_DLFCN -DHAVE_DLFCN_H -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN >-DBN_DIV2W openssl.

RE: errors building openssl 0.9.6b on Solaris 8

2001-07-25 Thread Tony Vo
Are you login as root (in order to have write permission)? -Original Message-From: Faine, Mark [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 25, 2001 10:44 AMTo: '[EMAIL PROTECTED]'Subject: errors building openssl 0.9.6b on Solaris 8 I get this error

errors building openssl 0.9.6b on Solaris 8

2001-07-25 Thread Faine, Mark
I get this error message:   make[1]: Entering directory `/export/home6/temp/openssl-0.9.6b/apps'rm -f opensslgcc -o openssl -DMONOLITH -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W openssl.o verify.o asn1pars.o

errors SSL

2001-04-19 Thread J. Alberti
Dear [EMAIL PROTECTED], Dear Mr. Pahmp, do you get these errors with IE5.5 SP1 too? Thanx Best regards, -- Mit freundlichen Grueßen J. Alberti mailto:[EMAIL PROTECTED] Dongleware Computer GmbH Im Spitzerfeld 44-46 69151 Neckargemuend GERMANY

Re: Win32 Errors on MASM

2001-04-01 Thread Greg Stark
Stark Ethentica, Inc. [EMAIL PROTECTED] _ - Original Message - From: "Niky W Williams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 12:07 PM Subject: Win32 Errors on MASM > Hey guys, I'm hoping

Install errors on Solaris 2.6

2001-03-28 Thread Antony Gelberg
Hi all, I am trying to compile and install openSSL 0.9.6 on Solaris 2.6. The compilation seems to be ok, but when I make install, at the end I get this: installing libcrypto.so /work/local/bin/ranlib: /work/local/lib/libcrypto.so: File format not recognizedinstalling libcrypto.so.0 /work/local/

Re: Spurious X509_V_ERR_INVALID_CA errors from 0.9.5a?

2001-03-23 Thread Michael Playle
Dr S N Henson wrote: > > Michael Playle wrote: > > > > Hi SSL gurus, > > > > > > - As a temporary measure, can we extract the new check_purpose_* > > stuff from 0.9.6 and put it into our existing version? I tried > > this fix and it solved the problem, but I'd rather not put it > >

Re: Spurious X509_V_ERR_INVALID_CA errors from 0.9.5a?

2001-03-23 Thread Dror
> > Won't this approach cause our application to accept certificates > that should be rejected? It would if you just ignore it. But you could do some extra checks in your verification callback when it is invoked with X509_V_ERR_INVALID_CA and then decide if to accept the certificate or not.

Re: Spurious X509_V_ERR_INVALID_CA errors from 0.9.5a?

2001-03-23 Thread Dr S N Henson
Michael Playle wrote: > > Hi SSL gurus, > > > - As a temporary measure, can we extract the new check_purpose_* > stuff from 0.9.6 and put it into our existing version? I tried > this fix and it solved the problem, but I'd rather not put it > into production code without some sort

Re: Spurious X509_V_ERR_INVALID_CA errors from 0.9.5a?

2001-03-23 Thread Michael Playle
Otmi Dror wrote: > > Ignore this error in your verification callback function the same way the > function 'cb' of apps/verify.c does. > > Dror Won't this approach cause our application to accept certificates that should be rejected? For example, certificates used for signing other certificates,

Re: Spurious X509_V_ERR_INVALID_CA errors from 0.9.5a?

2001-03-23 Thread Otmi Dror
Ignore this error in your verification callback function the same way the function 'cb' of apps/verify.c does. Dror > Hi SSL gurus, > >I'm running into a problem with the OpenSSL 0.9.5a > library which we're using in one of our products. When > it tries to verify a particular chain of cer

Spurious X509_V_ERR_INVALID_CA errors from 0.9.5a?

2001-03-23 Thread Michael Playle
Hi SSL gurus, I'm running into a problem with the OpenSSL 0.9.5a library which we're using in one of our products. When it tries to verify a particular chain of certificates, it seems to return the X509_v_ERR_INVALID_CA error for what appears to me to be no good reason at all... The chain

Re: ranlib errors?

2001-02-23 Thread Richard Levitte - VMS Whacker
From: Dan Kegel <[EMAIL PROTECTED]> dank-bbench> Today I noticed an odd error coming from 'make install': dank-bbench> dank-bbench> installing libcrypto.so dank-bbench> /usr/bin/ranlib: /home/dank/di/stage/lib/libcrypto.so: File format not recognized dank-bbench> dank-bbench> $ file /home/dank

ranlib errors?

2001-02-23 Thread Dan Kegel
I just switched from openssl-0.9.4 to 0.9.6; it seems to have easier support for shared libraries, which is nice. Today I noticed an odd error coming from 'make install': installing libcrypto.so /usr/bin/ranlib: /home/dank/di/stage/lib/libcrypto.so: File format not recognized $ file /home/dank/

Symbol referencing errors. on solaris2.7

2001-02-20 Thread Al Elgert
M.o RAND_status /var/tmp/ccTiRxaM.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 4414 "configure" #include "confdefs.h" #include #include int main(void) {

Re: openssl-0.9.6 + apache-1.3.14 make errors

2001-02-05 Thread Richard Levitte - VMS Whacker
From: [EMAIL PROTECTED] terr> apache will no longer link. It gives the error that the "shared terr> library" libcrypto.so is not availaible. In which directory do you have libcrypto.so? If not in /lib or /usr/lib, have you created the environment variable LD_LIBRARY_PATH to include the direct

openssl-0.9.6 + apache-1.3.14 make errors

2001-02-05 Thread terr
libcrypto.so is not availaible. So... after many attempts I blew everything away and started from scratch. 1) tar -xzvf openssl-0_0_6_tar.gz All looks fine. No errors nor warnings. 2) ./config It does not build the shared libs. Apache seems to need shared libs but I don't know why.

Re: FreeBSD-4.2 errors

2000-12-08 Thread Geoff Thorpe
m" - which is now the only "_num" stack function that is generated in binary output. This spaghetti is necessary so that we can have type-specific stacks that give compilation errors when accidently using incompatible types, but don't require generating type-specific functions

FreeBSD-4.2 errors

2000-12-08 Thread Forrest Aldrich
Addendum, this problem also occurs with openssl-0.9.6 _F [ my previous message ] I wasn't able to get our port to compile correctly (emailed the maintainer), however I was able to compile manually. When I run apache, I get: [Fri Dec 8 19:42:44 2000] [warn] pid file /var/run/httpd.pid ov

FreeBSD-4.2 errors

2000-12-08 Thread Forrest Aldrich
I wasn't able to get our port to compile correctly (emailed the maintainer), however I was able to compile manually. When I run apache, I get: [Fri Dec 8 19:42:44 2000] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run? /usr/libexec/ld-elf.so.1: /usr/

Fw: cons: errors constructing smime

2000-12-06 Thread Richard Levitte - VMS Whacker
- From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]] Sent: 6 décembre, 2000 11:19 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: cons: errors constructing smime From: Côme Chaput <[EMAIL PROTECTED]> chaps> Is there someone has installed smime-0.7? chaps> chaps>

padding errors with RSA :(

2000-12-01 Thread mjvolders
Hi, When I try to encrypt/decrypt with RSA I get errors, mainly padding errors. When I use RSA_PKCS1_PADDING i get unknown padding type when decrypting crypted text. When I use RSA_NO_PADDING i get an error that my *from is smaller then *to. I don't understand this error. isn't it OK

Re: Compilation Errors on Winnt

2000-11-29 Thread Aaron Galea
> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 29, 2000 1:06 PM Subject: Compilation Errors on Winnt > Hi, > > I'm quite new to the openssl, just trying to compile it on winnt, but got > some errors due to unresolved symbols, did anyone enco

Compilation Errors on Winnt

2000-11-29 Thread Louis Lam
Hi, I'm quite new to the openssl, just trying to compile it on winnt, but got some errors due to unresolved symbols, did anyone encounter this problem? Thanks in Advance Louis Lam _ Get more from th

Re: Errors in Demo serv and cli

2000-11-27 Thread Tom Biggs
At 11:16 AM 11/27/00 -0500, Antai wrote: >Client side: >11691:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not >seeded:md_rand.c:474:You need to read the OpenSSL FAQ, >http://www.openssl.org/support/faq.html ... > How to avoid the error? The error message told you what you need

Errors in Demo serv and cli

2000-11-27 Thread Antai Ning
Hi there, As you may know, there are a demo serv.cpp and cli.cpp in the openssl-0.9.6/demos/ssl directory. I built them, and run them. But I got the following errors: Server side: Connection from 7f01, port b5ac SSL connection using (NONE) Client does not have certificate. 11977:error

Re: IE 56k errors

2000-11-14 Thread Eric Rescorla
Dr S N Henson <[EMAIL PROTECTED]> writes: > Just to clarify a few points. The SGC support was added in OpenSSL > 0.9.5. 56 bit ciphersuites were also enabled at that time. My bad. Looks like I misread the CHANGES file. :( -Ekr __

Re: IE 56k errors

2000-11-14 Thread Eric Rescorla
David Walgamotte <[EMAIL PROTECTED]> writes: > I tried 0.9.6 and it didn't work either. Interesting. I've never actually tested SGC with OpenSSL so I don't know that it works :) Did OpenSSL report any errors? -Ekr __

Re: IE 56k errors

2000-11-14 Thread Dr S N Henson
Eric Rescorla wrote: > > "Dave Stafford" <[EMAIL PROTECTED]> writes: > > > > IE. 56k browsers can not read our ssl (Global 128) websites (I wish we > > > could > > > get rid of these buggy IE browsers). Searching the web I found that > > > versions > > > of openssl 0.9.5a and higher have this pr

RE: IE 56k errors

2000-11-14 Thread David Walgamotte
I tried 0.9.6 and it didn't work either. -Original Message- From: Eric Rescorla [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 9:42 AM To: [EMAIL PROTECTED] Subject: Re: IE 56k errors "Dave Stafford" <[EMAIL PROTECTED]> writes: > > IE. 56k br

Re: IE 56k errors

2000-11-14 Thread Eric Rescorla
"Dave Stafford" <[EMAIL PROTECTED]> writes: > > IE. 56k browsers can not read our ssl (Global 128) websites (I wish we > > could > > get rid of these buggy IE browsers). Searching the web I found that > > versions > > of openssl 0.9.5a and higher have this problem. Has anyone ran into > > this or

RE: IE 56k errors

2000-11-14 Thread David Walgamotte
. -Original Message- From: Dave Stafford [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 8:58 AM To: [EMAIL PROTECTED] Subject: RE: IE 56k errors > IE. 56k browsers can not read our ssl (Global 128) websites (I wish we > could > get rid of these buggy IE browsers). Searching

RE: IE 56k errors

2000-11-14 Thread Dave Stafford
> IE. 56k browsers can not read our ssl (Global 128) websites (I wish we > could > get rid of these buggy IE browsers). Searching the web I found that > versions > of openssl 0.9.5a and higher have this problem. Has anyone ran into > this or > heard of an opeenssl fix for this ? Although I am no

RE: IE 56k errors

2000-11-14 Thread David Walgamotte
IE. 56k browsers can not read our ssl (Global 128) websites (I wish we could get rid of these buggy IE browsers). Searching the web I found that versions of openssl 0.9.5a and higher have this problem. Has anyone ran into this or heard of an opeenssl fix for this ? DW __

Re: Off Topic: xenroll/createPKCS10 has BER encoding errors?

2000-11-10 Thread Mats Nilsson
Please disregard the previous post. I accidentally got bitten by CR/LF. Sorry. Mats __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automat

<    1   2   3   4   5   6   >