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
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 compiling the .c files
of the openssl. The error is "Not enough actual Parameters". Has anyone
experienced
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 th
[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 a
> 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 h
> ¾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 figurin
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 solve
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 solve
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 applicatio
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,
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.
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 htt
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 not
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\out32dll>openssl req -n
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
__
15 matches
Mail list logo