How to contact with PERL program?

2000-11-23 Thread Tony Cheung
Hi, I will wirte a PERL program that can accept client request,but must be have host authorization,so openssl is very good software, but how to use openssl in PERL program?and how to use openssl in Linux 6.2? Best regards, Tony Cheung

No Subject

2000-11-23 Thread zy081
Hello everyone: When I'm running windows98, I run command "openssl genrsa -des3 -out server.key 1024" to generate file "server.key" and it's OK. But when I run command "openssl req -new -key server.key -out server.csr", it shows problem as follows: D:\openssl-0.9.5a\out32dllopenssl req

SSL_read problem

2000-11-23 Thread Wolfgang Marczy
Hi everybody, I am developing on an SSL enhancement for an SMTP Server and I want ot use the OpenSSL API to establish the SSL connection. So far I initialized the SSL connection, also the SSL_accept worked fine. But as I want to read from the socket I always get a -1 as return value. I am

Only e-mail certificate

2000-11-23 Thread Marco Zaino
How can I set openssl.conf to make a CA that can issue only e-mail certificate valid for Netscape and IE? What correlation is there between keyUsage and nsCertType? Thanks. __ OpenSSL Project

RE: SSL_read problem

2000-11-23 Thread Dale Peakall
You need to determine what the SSL error is that you're receiving (use SSL_get_error). It may well be SSL_ERROR_WANT_READ saying that you need to call SSL_read again for it to get all the data you've requested (particularly if you're using non-blocking sockets). - Dale.

openssl and iplanet server

2000-11-23 Thread Wei JIN
I want to use OpenSSL generated self-signed certificate in iplanet servers to enable SSL, it seems iplanet server doesn't automatically accept the generated certificate, it says "no private key in the certificate.". Is there any ways to solve this problem? or they are just incompatible. Thanks,

Demo Application echohttpd-1.0.tar.gz available.

2000-11-23 Thread jkunz
Hi. A week ago I offered to make echohttpd, my SSL test application, public available. I received some requests, so I refined the code a bit, added some comments... and now it is ready for download at: ftp://forelle32.wohnheim.uni-kl.de/pub/apps/echohttpd-1.0.tar.gz This is no end user

Unable to Build OPen ssl -please help (urgent)

2000-11-23 Thread dilip kumar
Hi I am trying to install openssl on solaris 5.6 . i am running config command . there is no problem with it. but make command is not completed successfully ,and it is unable to create target . when i run make ,the following output is generated .please see this ,and let me know whow can i

Unable to Build OPen ssl -please help (urgent)

2000-11-23 Thread dilip kumar
Hi I am trying to install openssl on solaris 5.6 . i am running config command . there is no problem with it. but make command is not completed successfully ,and it is unable to create target . when i run make ,the following output is generated .please see this ,and let me know whow can i

Re: Looking for an HTTPS client for NT C/C++

2000-11-23 Thread Shridhar Bhat
¾G¹ÅÂ×(kevin) wrote: Hi, Will you post to this mailing list how and where to download the tool? kevin Yes, I would post it here. I've got the permission from management to release it under GPL. I have asked to set up a machine from where it could be downloaded. Also, I am figuring out

Re: Looking for an HTTPS client for NT C/C++

2000-11-23 Thread Shridhar Bhat
I've got the permission from management to release it under GPL. I have asked to set up a machine from where it could be downloaded. Also, I am figuring out the licensing issues. I came across lot of discussions which advise releasing a tool under GPL. I may not spend Actually, it should have

Re: Looking for an HTTPS client for NT C/C++

2000-11-23 Thread John Casu
[Charset iso-8859-1 unsupported, filtering to ASCII...] _G(kevin) wrote: Hi, Will you post to this mailing list how and where to download the tool? kevin Yes, I would post it here. I've got the permission from management to release it under GPL. I have asked to set up a

SSL stream?

2000-11-23 Thread A. Konigsdorfer
Title: SSL stream? Hi! Just a short question: We need to run SLL over a very 'special' connection, that means there is _no_ socket of file descriptor. We only have a C API for the I/O. I've used the OpenSLL SSL_read and write methods so far, but now I have to implement the handshake and

PEM_read_X509

2000-11-23 Thread Aaron Galea
Hi, I am compiling all the openssl files under VC++ and creating a number of libraries that I can include to compile the programs. However I am having problems with PEM_read_X509 when compilingthe .c files of the openssl. The error is "Not enough actual Parameters". Has anyone experienced

Re: SSL stream?

2000-11-23 Thread Lutz Jaenicke
On Fri, Nov 24, 2000 at 08:44:33AM +0100, A. Konigsdorfer wrote: Just a short question: We need to run SLL over a very 'special' connection, that means there is _no_ socket of file descriptor. We only have a C API for the I/O. I've used the OpenSLL SSL_read and write methods so far, but