getting errors when trying to create cert

2008-01-29 Thread Montes, Lydia
Key created ok, with command: E:\ptc\apache\binopenssl genrsa -des3 1024 servername.key Then went to create cert: Microsoft Windows [Version 5.2.3790] (C) Copyright 1985-2003 Microsoft Corp. F:\opt\ptccd apache F:\opt\ptc\Apachecd bin F:\opt\ptc\Apache\binopenssl req -new -days

CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Jeff
object file: No such file or directory DSO support routines:DSO_LOAD:could not load the shared library:dso_lib.c:244: cswift engine:CSWIFT_INIT:not loaded:e_cswift.c:397: engine routines:ENGINE_TABLE_REGISTER:init failed:eng_table.c:161: I typed that manually, so excuse any errors if there are any

Re: CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Richard Levitte
library:dso_lib.c:244: dvdrom_box cswift engine:CSWIFT_INIT:not loaded:e_cswift.c:397: dvdrom_box engine routines:ENGINE_TABLE_REGISTER:init failed:eng_table.c:161: dvdrom_box dvdrom_box I typed that manually, so excuse any errors if there are dvdrom_box any. I'm using today's snapshot of openssl

Re: CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Marek Marcola
shared object file: No such file or directory DSO support routines:DSO_LOAD:could not load the shared library:dso_lib.c:244: cswift engine:CSWIFT_INIT:not loaded:e_cswift.c:397: engine routines:ENGINE_TABLE_REGISTER:init failed:eng_table.c:161: I typed that manually, so excuse any errors

Re: CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Jeff
loaded:e_cswift.c:397: engine routines:ENGINE_TABLE_REGISTER:init failed:eng_table.c:161: I typed that manually, so excuse any errors if there are any. I'm using today's snapshot of openssl. You should find in your system library libcswift.so and set proper environment variable for your system

Re: CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Richard Levitte
dvdrom_box I typed that manually, so excuse any errors if there are any. I'm dvdrom_box using today's snapshot of openssl. dvdrom_box You should find in your system library libcswift.so dvdrom_box and set proper environment variable for your system dvdrom_box (LD_LIBRARY_PATH or SHLIB_PATH

Re: CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Richard Levitte
creates a library named dvdrom_box libcswift.so, but there actually isn't a libswift.so dvdrom_box anywhere on the system. I tried just renaming it, but the dvdrom_box errors I get from that make me think that they're not dvdrom_box interchangeable. Oh, my bad. It's been a long time since I've

Re: CryptoSwift 200 PCI Card Errors

2007-08-25 Thread Jeff
a library named dvdrom_box libcswift.so, but there actually isn't a libswift.so dvdrom_box anywhere on the system. I tried just renaming it, but the dvdrom_box errors I get from that make me think that they're not dvdrom_box interchangeable. Oh, my bad. It's been a long time since I've dealt

Errors reading public key from BIO

2007-08-15 Thread Dan Spirlock
Hello, I'm working on an application where I'd like to have the public key stored in a local variable and compiled with the app, but I'm getting a runtime error when I try to read the public key after it has been stored in a BIO_mem_buf. I've tried two different ways, but I get the same

Re: Errors reading public key from BIO

2007-08-15 Thread Dr. Stephen Henson
On Wed, Aug 15, 2007, Dan Spirlock wrote: Hello, I'm working on an application where I'd like to have the public key stored in a local variable and compiled with the app, but I'm getting a runtime error when I try to read the public key after it has been stored in a BIO_mem_buf.

Re: Errors reading public key from BIO

2007-08-15 Thread Dan Spirlock
Hello Steve, Thank you very much for you help. It worked like a charm. Regards, Dan On Aug 15, 2007, at 2:22 PM, Dr. Stephen Henson wrote: On Wed, Aug 15, 2007, Dan Spirlock wrote: Hello, I'm working on an application where I'd like to have the public key stored in a local variable and

Re: Strange compilation errors

2006-11-06 Thread Lee Merrill
for redefined errors on this symbol. I would tend to remove the rpm before installing a built version, but either way should work. Regards, Lee On Sat, 2006-11-04 at 18:56 -0800, Ramtin wrote: Hi everybody, I had installed openssl as a rpm package (openssl-0.9.7g-2mdk) into my

Re: Strange compilation errors

2006-11-06 Thread Ramtin
ight check for "redefined" errors on this symbol.I would tend to remove the rpm before installing a built version, but either way should work.Regards,LeeOn Sat, 2006-11-04 at 18:56 -0800, Ramtin wrote: Hi everybody,I had installed openssl as a rpm package (openssl-0.9.7g-2mdk) into my linux box(ma

Strange compilation errors

2006-11-04 Thread Ramtin
error messages. Due to dependency problems I did not erase the old rpm package!But now, I encounter TOO MANY errors when trying to compile even a hello world program that just include openssl/ssl.h!!!Errors like:/usr/local/ssl/include/openssl/ssl.h:1365: error: initializer _expression list treated

Re: openssl-valgrind-errors...

2006-10-20 Thread Bruce Stephens
Anand Vasudevan [EMAIL PROTECTED] writes: Hi, am using libcurl(ver 7.15.4) which uses openssl libraries. When I ran my application with valgrind-3.1.0 in Fedora core 5, I observed some valgrind errors coming from open ssl library..any inputs? pls find the attached for the errors.. You

Re: errors in DTLS implementation in openssl0.9.8a

2006-09-14 Thread Rob Dugal
, openssl 0.9.8 appear to interpret this as saying the version is { 01, 00 } Can the authors please clarify? thanks, Rob List:openssl-users Subject: Re: errors in DTLS implementation in openssl0.9.8a From:Prashant Kumar pkix2005 () yahoo ! com Date:2005-12-13 14:52:05 Message-ID

RSAPublicKey causing compilation errors

2006-07-31 Thread Bhat, Jayalakshmi Manjunath
Hi All, I am trying to complie openssl.9.8a on HP-UX. I am getting errors ../../include/openssl/pem.h:610: parse error before `RSA' ../../include/openssl/pem.h:611: warning: return-type defaults to `int' pem_all.c: In function `DECLARE_PEM_write_fp_const': pem_all.c:133: storage class specified

Re: How to check one by one the different errors of a certificate

2006-06-09 Thread padma saxena
You can write a callback function to perform specific checks you need and use SSL_CTX_set_verify() to set up the callback mechanism. Hope this helps, Padma --- GUIRY Aroun [EMAIL PROTECTED] wrote: Hi all I am doing a https client in C language. And I would like to know if there is a

How to check one by one the different errors of a certificate

2006-06-02 Thread GUIRY Aroun
Hi all I am doing a https client in C language. And I would like to know if there is a function that can only check whether the server certificate signature fails? I use the SSL_get_verify_result() which return the first error encountered. Is it possible to verify only a single error ?

Random errors in openssl apps

2006-05-07 Thread Diffenderfer, Randy
Title: Random errors in openssl apps Folks, Using RedHat ES3.0 stock openssl RPM, for which openssl version yields 'OpensSSL 0.9.7a Fed 19 2003, I get random SEGVs while doing pk7out or verify operations using openssl smime -pk7out or openssl smime -verify. The discouraging thing about

Re: Errors compiling snapshot under Win32

2006-04-17 Thread Dae-Oh Bae
Try to run ms\do_ms instead of running ms\do_masm -Daeoh 2006/4/17, Chris Clark [EMAIL PROTECTED]: I'm having trouble compiling the current snapshot of OpenSSL under VC++.Configure and domasm are both successful, but when I run nmake I get the following result: nmake -f ms\ntdll.makMicrosoft

Re: Errors compiling snapshot under Win32

2006-04-17 Thread Dr. Stephen Henson
On Sun, Apr 16, 2006, Chris Clark wrote: I'm having trouble compiling the current snapshot of OpenSSL under VC++. Configure and domasm are both successful, but when I run nmake I get the following result: Could anyone point me in the right direction? It would help if you said which

Errors compiling snapshot under Win32

2006-04-16 Thread Chris Clark
I'm having trouble compiling the current snapshot of OpenSSL under VC++. Configure and domasm are both successful, but when I run nmake I get the following result: nmake -f ms\ntdll.mak Microsoft (R) Program Maintenance Utility Version 6.00.9782.0 Copyright (C) Microsoft Corp 1988-1998. All

RE: Errors when coding X509 attributes - help needed

2006-03-29 Thread Daniel Díaz Sánchez
:41 Para: 'openssl-users@openssl.org' Asunto: RE: Errors when coding X509 attributes - help needed Dr. Henson, I am using your ASN1 module, with some modifications to adapt it to the RFC3281. I have been busy, but now I have some time, let me try your recommendations in order to correct

RE: Errors when coding X509 attributes - help needed

2006-03-16 Thread Daniel Díaz Sánchez
-consultancy.demon.co.uk -Mensaje original- De: [EMAIL PROTECTED] [mailto:owner-openssl- [EMAIL PROTECTED] En nombre de Dr. Stephen Henson Enviado el: lunes, 20 de febrero de 2006 13:32 Para: openssl-users@openssl.org Asunto: Re: Errors when coding X509 attributes - help needed On Mon, Feb 20, 2006

Use of engines in 0.9.8a -- can't use that engine errors

2006-03-09 Thread Warren Gavin
Hello, I have installed OpenSSL 0.9.8a and have been trying to get it to work with an nCipher nShield HSM. I get the following error when running various openssl commands, e.g. $ openssl genrsa -engine chil 512 can't use that engine 2258:error:84067072:CHIL engine:HWCRHK_INIT:locking

Errors when coding X509 attributes - help needed

2006-02-20 Thread Daniel Díaz Sánchez
__ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]

Errors when coding X509 attributes - help needed

2006-02-20 Thread Daniel Díaz Sánchez
__ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]

Errors when coding X509 attributes - help needed

2006-02-20 Thread Daniel Díaz Sánchez
[Sorry for the prior empty mails I am experiencing some problems with mail] Hello, I’m implementing some X509 attributes for a Openssl based X509 attribute certificates API (will be available when finished). I have some problems with one attribute, I don't know if I am implementing it correctly

Re: Errors when coding X509 attributes - help needed

2006-02-20 Thread Dr. Stephen Henson
On Mon, Feb 20, 2006, Daniel Daz Snchez wrote: [Sorry for the prior empty mails I am experiencing some problems with mail] Hello, I’m implementing some X509 attributes for a Openssl based X509 attribute certificates API (will be available when finished). I have some problems with one

Re: Errors with firefox

2006-02-07 Thread Michael Smith
OK I have been able to 'fix' this by adding the following directive: SSLProtocol SSLv2 Does this suggest a buggy SSL v3 implementation in openssl on my platform? Odd that nobody else is experiencing it. Michael On 1/31/06, Michael Smith [EMAIL PROTECTED] wrote: Hello thereI've previously sent

Re: Errors with firefox

2006-02-07 Thread Samy Thiyagarajan
@openssl.org cc Subject Re: Errors with firefox Classification OK I have been able to 'fix' this by adding the following directive: SSLProtocol SSLv2 Does this suggest a buggy SSL v3 implementation in openssl on my platform? Odd that nobody else is experiencing it. Michael On 1/31

Re: Errors with firefox

2006-02-07 Thread Michael Smith
not to use v2. Did u tried with SSLv23 ..? Samy Michael Smith [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 07.02.2006 14:47 Please respond to openssl-users@openssl.org To openssl-users@openssl.org cc Subject Re: Errors with firefox Classification OK I have been able

Errors with firefox

2006-01-31 Thread Michael Smith
Hello thereI've previously sent this to the mod_ssl list with no success. Sorry if you've seen it before:I have apache compiled on solaris with sun cc with mod_ssl- 2.8.25-1.3.34 and openssl-0.9.8a (I've also tried 0.9.7i and the nightly build).When accessing the site using Internet Explorer I

compiling errors openssl 0.9.8a on cygwin

2006-01-11 Thread Stefan Sabolowitsch
Hi List, Property here last version of cygwin and version 0.9.8a of openssl. I would like to compile mod_ssl with Apache2 and get the following error message. Hate someone an idea? Many thanks for each assistance. Stefan Sorry for the long list. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#- make[4]:

Re: errors in DTLS implementation in openssl0.9.8a

2005-12-13 Thread Prashant Kumar
16 01 00 for a DTLS handshake is the right code16, Content type, and it is a handshakeDTLS version is 01 00Thanks, Prashant.Eduardo Pérez Ureta [EMAIL PROTECTED] wrote: Maybe you can

Re: errors in DTLS implementation in openssl0.9.8a

2005-12-12 Thread Eduardo Pérez Ureta
Maybe you can try: http://www.aet.tu-cottbus.de/rt2/Ticket/Display.html?id=1245 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=335703 This patch may fix the segmentation fault that I also confirm on openssl-0.9.8a running on linux-2.6.14/686 Some developer should review that patch. (I'll try it

errors in DTLS implementation in openssl0.9.8a

2005-12-10 Thread robert dugal
Openssl 0.9.8a is incorrectly encoding the DTLS version as 0x01,0x00 instead of 0xfe,0xff $ ./openssl s_client -dtls1 -debug CONNECTED(0003) write to 0x5d3640 [0x5dd3f8] (119 bytes = 119 (0x77)) - 16 01 00 00 00 00 00 00-00 00 00 00 6a 01 00 00 j... Openssl 0.9.8a is

Linking errors with EVC++ for CE development

2005-10-26 Thread Joerg Albrecht
am working  with openssl static libraries. Compilation of wcecompatex.lib, ssleay32.lib and libeay32.lib succeeded without any errors. I used the installation documentation from http://bs2000.fujitsu-siemens.com/download/Goodies/SMAWPlus/SMAWPossl/INSTALL.WCE. Does anybody has an idea?   Thanx

Linking errors while compilation. Please Help

2005-07-21 Thread Sitaram
l.mak" The errors occuring are as follows: link /nologo /subsystem:console /machine:I386 /opt:ref /dll /out:out32dll\libeay32.dll /def:ms/LIBEAY32.def @C:\DOCUME~1\LMAHES~1\LOCALS~1\Temp\nm2144.tmpms/LIBEAY32.def(7) : warning LNK4017: DESCRIPTION statement not supported for the target platform; ignor

Re: Link Errors building CGI on Win32

2005-07-20 Thread Andy Polyakov
I have developed a CGI that uses OpenSSL and it is building fine using 0.9.7e. Following the release of 0.9.8 I tried rebuilding with the new release. However, I am getting the following link errors: libeay32.lib(cryptlib.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED

Link Errors building CGI on Win32

2005-07-12 Thread Andrew Willemsen
I have developed a CGI that uses OpenSSL and it is building fine using 0.9.7e. Following the release of 0.9.8 I tried rebuilding with the new release. However, I am getting the following link errors: libeay32.lib(cryptlib.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED

Errors sending email thru gmail's smtp server

2005-06-27 Thread Melinda Chin
server. Gmail requires that email clients Support SMTP authentication, and also requires TLS. I am receiving the following errors in stunnel.log when trying to send email from gmail accounts. Attached is my stunnel.conf file. Is there something I am missing to cause these errors ? Does stunnel

Linker errors while compiling openssl v0.9.7g

2005-06-21 Thread Sitaram
Hi I am getting the following linker errors while compiling. I have used perl, nasm.exe to do the compilation. Help will be appreciated. Thanks in advance. link /nologo /subsystem:console /machine:I386 /opt:ref /dll /out:out32dl l\libeay32.dll /def:ms/LIBEAY32.def @C:\DOCUME~1\LMAHES~1\LOCALS~1

valgrind errors

2005-06-05 Thread greuhcom
Hello all, I develeopped a server which seems to work quite fine. When I use Valgrind to check for problems, it returns me thousands of problems wich seems to be caused by the OpenSSL librairie! follows some of the returns: ==23622== Syscall param write(buf) points to uninitialised byte(s)

Re: valgrind errors

2005-06-05 Thread Brad Hards
: There is no assurance that all of the problems are of one kind or another, however based on some advice I got on this list, I recompiled openssl with the -DPURIFY option, and most of the errors went away. The reason is that openssl tries to use uninitialised memory to help get randomness. Your results may

valgrind errors

2005-06-02 Thread Alexis Lefort
Hello all, I develeopped a server which seems to work quite fine. When I use Valgrind to check for problems, it returns me thousands of problems wich seems to be caused by the OpenSSL librairie! follows some of the returns: ==23622== Syscall param write(buf) points to uninitialised byte(s)

Re: valgrind errors

2005-06-02 Thread Nils Larsch
Alexis Lefort wrote: Hello all, I develeopped a server which seems to work quite fine. When I use Valgrind to check for problems, it returns me thousands of problems wich seems to be caused by the OpenSSL librairie! follows some of the returns: ==23622== Syscall param write(buf) points to

Re: valgrind errors

2005-06-02 Thread Alexis Lefort
I have just tried the option -DPURIFY and unfortunately it does not help. I still have hundreds of Conditional jump... and Use of uninitialised value Any other suggestion would be greatly appreciated. :) Alexis Nils Larsch a écrit : Alexis Lefort wrote: Hello all, I develeopped a

libeay32.lib giving some link errors while using on Windows

2005-06-01 Thread Qadeer Baig
Hi all, I am having some linking problems while using libeay32.lib on windows (see link errors below). I created libeay32.lib on windows by compiling openssl source as described in INSTALL.W32 by carrying out following steps: 1. perl Configure VC-WIN32 2. ms\do_ms 3. nmake -f ms\nt.mak

Re: libeay32.lib giving some link errors while using on Windows

2005-06-01 Thread Rush Manbert
Hi Qadeer, I just went through the exercise of building the openssl libraries for Win32 and for the Mac. I also built and installed libxml, libxslt, and xmlsec. This matters because xmlsec links against openssl. I discovered that the generated makefiles for Win32 hard code /MD into the

Re: libeay32.lib giving some link errors while using on Windows

2005-06-01 Thread Qadeer Baig
Great thanks Rush! This exercise did solve the problems :-) Now I see that this problem with nt.mak has already been pointed out by Matyas Majzik in one of his emails to this group. Thanks and regards, -- Qadeer Baig On 6/1/05, Rush Manbert [EMAIL PROTECTED] wrote: Hi Qadeer, I just went

Re: No show errors with ERR_print_errors_fp()

2005-05-12 Thread Angel Martinez Gonzalez
(); Why it not show the string representing the error code?. Thanks for you help. - Original Message - From: Andreas Hoffmann [EMAIL PROTECTED] To: openssl-users@openssl.org Sent: Wednesday, May 11, 2005 8:13 PM Subject: Re: No show errors with ERR_print_errors_fp() Hi I want to obtain

No show errors with ERR_print_errors_fp()

2005-05-11 Thread Angel Martinez Gonzalez
Hello: I want to obtain the errors that I have, and I use the function ERR_print_errors_fp(). But , this give a empty file. And I have errors ... My code: ERR_load_crypto_strings(); fp = fopen(fileError, w); ERR_print_errors_fp(fp); fclose(fp); Can somebody help me? Thanks

Re: No show errors with ERR_print_errors_fp()

2005-05-11 Thread Andreas Hoffmann
Hi I want to obtain the errors that I have, and I use the function ERR_print_errors_fp(). But , this give a empty file. And I have errors ... My code: ERR_load_crypto_strings(); fp = fopen(fileError, w); ERR_print_errors_fp(fp); fclose(fp); Have you tried to direct the errors to stderr? using

Re: EVP Function call errors

2005-05-03 Thread Don C. Weber
SOLVED, thank you Michael D'Errico Cutaway Michael D'Errico wrote: g++ -o hasher hasher.o form1.o moc_form1.o -L/usr/qt/3/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm You need to add -lcrypto and maybe -lssl. Mike __

EVP Function call errors

2005-05-02 Thread Don C. Weber
I am not sure why I am geting the following errors when I try to call functions that are included by OpenSSL. I basically copied the code out of the O'Reilly OpenSSL book, so the code should be okay. I have included the OpenSSL EVP headers (and even tried to include all the digest headers) but I

Re: EVP Function call errors

2005-05-02 Thread Michael D'Errico
g++ -o hasher hasher.o form1.o moc_form1.o -L/usr/qt/3/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm You need to add -lcrypto and maybe -lssl. Mike __ OpenSSL Project http://www.openssl.org User

compile time errors

2005-04-26 Thread David D. Wachtveitl
Hello, I am running fedora core 3 and trying to install openssl 0.9.7g. I am using gcc version 4.0.0 20050308, and GNU ld version 2.15.94.0.2 20041220. using ./config no-asm shared I geta huge list of errors similar to the following: libcrypto.a(co86-elf.o)(.text+0x8c0):co

Re: make test and make install errors

2005-03-17 Thread Alejandro Almaraz
:[EMAIL PROTECTED] On Behalf Of Alejandro Almaraz Sent: Tuesday, March 15, 2005 7:01 PM To: openssl-users@openssl.org Subject: Re: make test and make install errors Somebody could help me to resolv this problem?, I am trying to install the Nessus scanner,so, OpenSSL is needed. Thanks in advance

RE: make test and make install errors

2005-03-17 Thread Kammen van, Marco, Springer SBM
657 6302 [EMAIL PROTECTED] www.springeronline.com - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alejandro Almaraz Sent: Thursday, March 17, 2005 3:25 PM To: openssl-users@openssl.org Subject: Re: make test and make install errors Well

Re: make test and make install errors

2005-03-17 Thread Alejandro Almaraz
Sent: Thursday, March 17, 2005 3:25 PM To: openssl-users@openssl.org Subject: Re: make test and make install errors Well, I am not sure about the shared libraries, but I solved my problem.. I downloaded the Solaris package from sunfreeware ahd that's all, not from source. To finish

RE: make test and make install errors

2005-03-17 Thread Kammen van, Marco, Springer SBM
install errors Ok, try and keep news. Regards On Thu, 17 Mar 2005 15:30:47 +0100, Kammen van, Marco, Springer SBM [EMAIL PROTECTED] wrote: I just found this reply from a dev a few minutes ago: when installing openssl-0.9.7e on IRIX 5.3 (using GNU make 3.80) there are some shell issues

Re: make test and make install errors

2005-03-17 Thread Alejandro Almaraz
17, 2005 3:41 PM To: openssl-users@openssl.org Subject: Re: make test and make install errors Ok, try and keep news. Regards On Thu, 17 Mar 2005 15:30:47 +0100, Kammen van, Marco, Springer SBM [EMAIL PROTECTED] wrote: I just found this reply from a dev a few minutes ago: when

RE: make test and make install errors

2005-03-16 Thread Kammen van, Marco, Springer SBM
-users@openssl.org Subject: Re: make test and make install errors Somebody could help me to resolv this problem?, I am trying to install the Nessus scanner,so, OpenSSL is needed. Thanks in advance On Tue, 15 Mar 2005 11:59:06 -0600, Alejandro Almaraz [EMAIL PROTECTED] wrote: I am having problems

make test and make install errors

2005-03-15 Thread Alejandro Almaraz
I am having problems with OpenSSL 7e, here is the output for commands make test and make install: #make test Doing certs ca-cert.pem = 1f6c59cd.0 dsa-ca.pem = 73912336.0 dsa-pca.pem = 24867d38.0 eng1.pem = 7a9820c1.0 eng2.pem = 56e607f4.0 eng3.pem = 878cf4c6.0 eng4.pem = a3c60019.0 eng5.pem =

Re: make test and make install errors

2005-03-15 Thread Alejandro Almaraz
Somebody could help me to resolv this problem?, I am trying to install the Nessus scanner,so, OpenSSL is needed. Thanks in advance On Tue, 15 Mar 2005 11:59:06 -0600, Alejandro Almaraz [EMAIL PROTECTED] wrote: I am having problems with OpenSSL 7e, here is the output for commands make test and

RE: ENGINE implementaion done but facing errors

2005-02-23 Thread Frédéric Donnat
or some debug ouput (where it hangs..etc..) -Original Message- From: [EMAIL PROTECTED] on behalf of Riaz Rahaman Sent: Mon 2/21/2005 12:23 PM To: openssl-users@openssl.org Cc: Subject:Re: ENGINE implementaion done but facing errors Hi Fred, Thanks for the replyI

Re: ENGINE implementaion done but facing errors

2005-02-21 Thread Riaz Rahaman
Hi Fred, Thanks for the replyI was assuming that my mails were not being delivered to the group. I am not able to find the bug as some times the s_cleint gets connected with out any problem and some times it gives errors. If there is a bug with enc or dec functionality then it should never

RE: ENGINE implementaion done but facing errors

2005-02-17 Thread Frédéric Donnat
of Riaz Rahaman Sent: Wed 2/16/2005 9:07 AM To: openssl-users@openssl.org Cc: Subject:ENGINE implementaion done but facing errors Hi, I am trying to connect using s_client, it works fine for a couple of hours and after that I keep getting this error message

ENGINE implementaion done but facing errors

2005-02-16 Thread Riaz Rahaman
Hi, I am trying to connect using s_client, it works fine for a couple of hours and after that I keep getting this error message. = $ openssl s_client -ssl3 -connect IP_NUMBER:PORT(443) CONNECTED(0003) depth=0 /CN=XYZ 7FDA7830/O=XYZ

RPM build errors on RH9

2004-11-22 Thread Eric Wagar
-1 rpmlib(PayloadFilesHavePrefix) = 4.0-1 RPM build errors: File not found: /var/tmp/openssl-0.9.7e-root/var/ssl/lib And, I am using rpm4.2. What do I need to fix to make this work? Thanks eric __ OpenSSL Project

OpenSSL Core Dump Errors

2004-06-23 Thread Prakash Babu
Hello All, I get 3 core dump errors while using the openssl command line tool.Error 1:1) I generated a self signed certificate using the following commandopenssl req -x509 -out ca_cert.pem -new -keyout cacert_priv_key.pem -subj /C=US/ST=California/L=Cupertino/O=test/CN=myname -nodes 2)I parse

Linking errors while using OpenSSL functions in VC++ 6

2004-06-18 Thread Saeideh Ghanipour
Hi, I wrote a program in VC++ 6 to read a X509 certificates from a file but I when I was linking it I received a lot of Unresolved External func in module. I tried to find the file in which each of unresolved functions was declared and added them to my project but again I received another errors

RSA_private_decrypt errors

2004-05-04 Thread Janet Pytlik
Title: RSA_private_decrypt errors Hi, Does anyone know what the following error messages mean and/or how I can find out more about what they mean? I am obtaining these error strings via the ERR_get_error and ERR_error_string functions but I can't seem to find any documentation anywhere

Re: RSA_private_decrypt errors

2004-05-04 Thread Nils Larsch
how to resolve these errors. error:0407106B:rsa routines:RSA_padding_check_PKCS1_type_2:block type is not 02 Well this error simply means that the stuff decrypted by RSA_private_decrypt is not pkcs1 bt02 (in pkcs1 words EME-PKCS1-V1_5-ENCODE) encoded (have a look at the pkcs1 standard). followed

certificate creation verification errors / ldap

2004-04-23 Thread Mark
so i created local certs for ldap using: /usr/depot/openssl/current/ssl/misc/CA.sh -newca openssl req -newkey rsa:1024 -nodes -keyout newreq.pem -out newreq.pem /usr/depot/openssl/current/ssl/misc/CA.sh -sign and then i tried to start the ldap and verify the certs using openssl s_client

openssl errors signing

2004-04-02 Thread deck80
I've got two problems: I'm working with winxo dosshell. I tried to create a cert this way and to sign it but I get errors... ** OpenSSL req -config ../apps/openssl.cnf -new -x509 -keyout newreq.pem -out newreq.pem -days 3652

openssl errors

2004-03-29 Thread Neil Lowden
I am experimenting with the openssl extension in PHP with generally a great deal of success. However, certain functions, which otherwise suceed, leave errors on the openssl error stack. As you may know, PHP wraps most of the raw openssl functions so I am not sure exactly which raw functions

Re: openssl errors

2004-03-29 Thread Dr. Stephen Henson
On Mon, Mar 29, 2004, Neil Lowden wrote: I am experimenting with the openssl extension in PHP with generally a great deal of success. However, certain functions, which otherwise suceed, leave errors on the openssl error stack. As you may know, PHP wraps most of the raw openssl functions so

RE: openssl errors

2004-03-29 Thread Neil Lowden
: Re: openssl errors On Mon, Mar 29, 2004, Neil Lowden wrote: I am experimenting with the openssl extension in PHP with generally a great deal of success. However, certain functions, which otherwise suceed, leave errors on the openssl error stack. As you may know, PHP wraps most of the raw

Openssl errors - with apache and in make test

2004-02-20 Thread Shea Janet B CRBE
record mac It is always the same ssl error. I have tried reading the openssl documentation and searching in the archives, but I have found very little to help me. I am wondering if the base problem is with openssl. When I compile it, the configure and make appear to progress with no errors

Re: Openssl errors - with apache and in make test

2004-02-20 Thread Dr. Stephen Henson
. When I compile it, the configure and make appear to progress with no errors, but make test will fail somplace within the bn_* tests. The exact failure varies, even with simply repeating the make test step. I have tried this with openssl-0.9.6l and with openssl-0.9.7c. By the way, I

Errors

2003-12-10 Thread Rebel
/local/ssl/include/openssl/ -c client.c I get a long list of errors. Seems that there is no krb5.h header file. I checked for this file in the list of header files in /usr/local/include/ssl/include/openssl list I could not find krb5.h although I have kssl.h and krb5_asn.h. I properly installed

Re: Fwd: Getting connect errors on openssl from vbssl client

2003-11-16 Thread Vadim Fedukovich
On Sat, Nov 15, 2003 at 09:09:37PM -0800, Sriram R wrote: Can some one detail the steps to enable verbose debug on the openssl server. I added debug option ..but that did not give me enough info to further investigate. I get accept errors as attached below. Any help is greatly appreciated

Getting connect errors on openssl from vbssl client

2003-11-12 Thread Sriram R
Hi all, I tried to connect from my client ssl (Part of visibroker ORB SSL lib). When connecting to OpenSSL, I get the following errors on the OpenSSL. ERROR 18650:error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown Any clues as to why I get the above error? thanks, -Sriram

Setup Errors

2003-10-19 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]

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

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

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: 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

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 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 rsa.exe

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: 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: No

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

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

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

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
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

<    1   2   3   4   5   6   >