Hi,
The release is delayed again. There are a couple of issues that I
think need to be checked. I hope we'll be through with this in a
week.
Cheers,
Richard
-
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.
--
Richard Levitte
I can't seem to get either BIO_set_ssl_renegotiate_timeout() or
BIO_set_ssl_renegotiate_bytes() to work, although SSL_renegotiate() works just
fine, watching the packets using Packetyzer.
I've tried the BIO_set_. calls in various places, just after
BIO_new_connect(), just after SSL_connect(
Hi,
I just installed OpenSSL-0.9.7g and it appears that I’m
missing the file “libcrypto.so”. The installation seemed to go
fine. I really need this fine for a particular application that we are
running. How can I get this file installed?
Thanks,
Rayna
Rayna
Hersh
Hello,
I am developing a secure HTTP web proxy server using
OpenSSL 0.9.6d. It supports SSL/TLS on both client
and server sides. I have already implemented the
basic secure connection and authentication functions
using examples found in OpenSSL books.
I am not a security expert, and my customer
I am trying to use OpenSSL to secure communications between
2 little apps that I am writing myself. I am trying to use TLSv1, and have
tried many different approaches using ADH, as well as authenticating both ends
of the connection, but no matter what I try, I always seem to get the error:
Hi, I have written an email client application to send/receive email.
However, gmail accounts requires that email clients use SSL.
In order to do this, I am running stunnel in the background.
I am able to retrieve emails from gmail pop3 server, but I am not able
To send email thru gmail smtp server
Hi, I have written an email client application to send/receive email.
However, gmail accounts requires that email clients use SSL.
In order to do this, I am running stunnel in the background.
I am able to retrieve emails from gmail pop3 server, but I am not able
To send email thru gmail smtp server
Cross-platform portability: excellent reason. As long as OpenSSL is
everywhere you need it to be, this is a great reason.
OpenSSL isn't everywhere we needed it, but we had a portable socket library
that is. We buried SSL handling inside of that; using SSL where supported
and customer chooses it,