Re: impedence mismatch between openssh 3.4p1 and openssl 0.9.6d onSCO OpenServer 3.2 5.0.6

2002-07-23 Thread Fred Obermann
Hi Tim, Thanks for your reply. rs506a is installed libcrypto.a is installed in /usr/local/ssl/ OpenSSL's make test did pass On Mon, 2002-07-22 at 21:33, Tim Rice wrote: On 21 Jul 2002, Fred Obermann wrote: Hi, I have been trying to build openssh 3.4p1 on SCO Open Server xxx It

Re: Win95

2002-07-23 Thread Pascal Chauffour
You can use archiving programs such as Power Archiver that do support the majority of archiving formats including Unix tar format. You can download such program as freeware from the net (search for the string Power Archiver on your favorite search engine). Hope this help!

RE: Compiler does not find INT_MAX - thank you!

2002-07-23 Thread Martin Witzel
Thank to all who responeded! Regards, Martin __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Re: iPlanet/Crypt-SLLeay v.37

2002-07-23 Thread Martin Witzel
Each of the two servers is performing client authentication. One of the servers can verify your client certificate (i.e., it knows and trusts the signer of your client cert). The other server rejects your client certificate, probably because it is unable to verify the client certificate with the

Getting session parameters using sess_id.

2002-07-23 Thread Christer Melander
Hi, Does anyone understand how to retrieve the session ID parameters of an 'openssl s_server' session using the 'openssl sess_id' command. This should be possible according to the doc, but i can't seem to understand how to do it. Thanks. /Christer

SSL_shutdown return 0 in case of SSLv3_client_method

2002-07-23 Thread Ruslan Mahno
I have a problem with OpenSSL-0.9.6. Would you mind you help me? I'm using OpenSSL lib to get SSL access to the email server via IMPA4 protocol. I have develop a DLL which is provide access to IMPA4 server. If I'm not using SSL the DLL is working fine. If I will replace Read() and Write()

SSL re-negotiation probleme

2002-07-23 Thread Nicolas Laigle
Hi everybody, I'm not sureifthis is theright place to post this message, if not then my apologies. We are currently using OpenSSL 0.9.6.b engine version with Apache 1.3.19 for commercial purposes and we are facing a problem related to load balancing and SSL SESSIONID. We are using a

Re: SSL re-negotiation probleme

2002-07-23 Thread George Johnson
Nicolas, I have seen this problem many times. The MS client renegotiates every 2 minutes by default. There is a registry setting in windows that tells the browser how often to force a renegotiation in the SSL session, but off the top of my head I can't remember it. I will dig to try to find

Re: SSL re-negotiation probleme

2002-07-23 Thread Lutz Jaenicke
On Tue, Jul 23, 2002 at 10:18:21AM +0200, Nicolas Laigle wrote: We are currently using OpenSSL 0.9.6.b engine version with Apache 1.3.19 for commercial purposes and we are facing a problem related to load balancing and SSL SESSIONID. We are using a level 7 switch to load balance over

fw::re::httpd startup failure

2002-07-23 Thread Dirk van der Giesen
I have it like this: -rw-r--r-- 1 root root 1029 Jul 11 10:27 server.crt This should be sufficient for anyone running httpd right? Thanks for your reply. - Original Message - From: "Tony Paterra" [EMAIL PROTECTED] To: "Dirk van der Giesen" [EMAIL PROTECTED] Sent: Monday, July

Elliptic Curve module

2002-07-23 Thread Haikel MEJRI
Hi, I'm trying openssl-0.9.7-beta2, I want to know why the elliptic curve module is not included in the openssl command line tool? I want to know also if I can generate elliptic curve keys with standard or non standard domaine parameters and if I Can generate certificates for the ec public

RE: SSL Client problems

2002-07-23 Thread Mestl, Robert R.
Did anyone have a chance to read up on my problem? Thanks - - - - - - - - - - - - - - - - - Robert R. Mestl -Original Message- From: Mestl, Robert R. Sent: Wednesday, July 17, 2002 1:29 PM To: [EMAIL PROTECTED] Subject:SSL Client problems Hello, I have a question or

RE: SSL Client problems

2002-07-23 Thread Dilkie, Lee
As I understand it, fork() creates processes with separate memory spaces. While file descriptors can be shared between those processes, SSL data structures cannot, so you cannot directly use one process to SSL_write and another to SSL_read. Using threads instead of processes would not have

Unkown protocol error

2002-07-23 Thread Emma Willis
Dear everyone, I am guessing that this is quite a basic error but I am having problems searching the archives at present to find a solution (I get this error if anyone needs to sort it out... ht://Dig error htsearch detected an error. Please report this to the webmaster of this site. The error

creating RSA private/public key pair

2002-07-23 Thread ganesh kumar godavari
hello group, i have create RSA private key using openssl genrsa -out KEY.pem 1024 openssl rsa -in KEY.pem -out private.pem openssl rsa -in KEY.pem -pubout -out public.pem the private and public keys are create properly(please tell me if the above way of creating keys is wrong) i try to read

REMOVE

2002-07-23 Thread Bhushan Balani
__ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com __ OpenSSL Project http://www.openssl.org User Support

Re: creating RSA private/public key pair

2002-07-23 Thread Aleix Conchillo
On 23 Jul 2002 17:44:15 -, ganesh kumar godavari wrote: hello group, i have create RSA private key using openssl genrsa -out KEY.pem 1024 openssl rsa -in KEY.pem -out private.pem openssl rsa -in KEY.pem -pubout -out public.pem hi first, you don't need to call openssl rsa -in

SSL error: 5 : error:00000005::lib(0) :func(0) :bad asn1 object header

2002-07-23 Thread Ulf Leonhardt
Hello, I am using openssl 0.9.6 to SSL-secure an HTTP-server. I have noticed that when I connect using IE 5.0, I get this error message: SSL error: 5 : error:0005::lib(0) :func(0) :bad asn1 object header This does not have any visible effect on the browser (ie. the pages load fine) but is

Re: impedence mismatch between openssh 3.4p1 and openssl 0.9.6d onSCO OpenServer 3.2 5.0.6

2002-07-23 Thread Tim Rice
On 22 Jul 2002, Fred Obermann wrote: Hi Tim, Thanks for your reply. rs506a is installed libcrypto.a is installed in /usr/local/ssl/ OpenSSL's make test did pass Is libcrypto.a really installed in /usr/local/ssl/ or did you mean that libcrypto.a is in /usr/local/ssl/lib ? On Mon,

Re: fw::re::httpd startup failure

2002-07-23 Thread Christian Hohnstaedt
Try: openssl x509 -inform DER server.crt server.pem and set the SSLCertificateFile directive in httpd.conf to server.pem hope, that helps... Christian On Tue, Jul 23, 2002 at 09:33:26AM -0400, Dirk van der Giesen wrote: I have it like this: -rw-r--r--1 rootroot1029 Jul

configuring with different lib names

2002-07-23 Thread Amos Blackman
i was just wondering if there was a simple way to generate all the makefiles and supporting scripts such that they create differently named libraries (eg. libcrypto-mine and libssl-mine). i can write a script to comb through and change all the files individually, but just thought there might be

Re: Re: creating RSA private/public key pair

2002-07-23 Thread ganesh kumar godavari
Hi Alex, thanks for the help now i am able to encrypt and decrypt them using public and private keys. i have one more question. i want to send the public key of the client to the server for authentication. is there any way i can print the RSA public key into a string so that i can send them

Re: Re: creating RSA private/public key pair

2002-07-23 Thread Manish Ramesh Chablani
Hi, Check out following functions... i2d_RSAPublicKey() and d2i_RSAPublicKey() hope this helps, Manish -- Manish Chablani ([EMAIL PROTECTED]), Graduate Student, Computer Science Department, Indiana University. Make

remove

2002-07-23 Thread Lenn M. McCubbil
remove __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

RE: Unkown protocol error

2002-07-23 Thread Sharon Hezy
Hi Emma. Your problem is that you're trying to connect ssl_client to server's port 5223,which is probably not talking SSL. Check the port you're supplying to the client program - it should have listener attached, which is able of performing SSL connection (ssl_server), and that listener should

remove

2002-07-23 Thread Attila Feher