Hi,
Does
openSSL support TLS communication based on Pre-Shared Keys?
I'm
referring to the implementation suggested by http://www.ietf.org/internet-drafts/draft-ietf-tls-psk-09.txt.
Thanks
in advance,
Gilad Gat.
Hello,
How should I program my client application to support
both TSLv1 and SSLv3?
According to RFC2246 appendix E, the client sends a
single SSLv3 record format HELLO message with the
version field set to {3, 1}.
Is this possible with OpenSSL?
If not, do I connect with the TLSv1_client_method(
Thanks one and all,
I had priviously used a socket BIO, but now I think I'll use accept() get
what I need, and then populate it into a SSL * it might give me
flexability
with the socket itself, timeouts and the like.
Thanks,
Joe S.
_
Thanks,
John
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]
That is memory for reading. What about memory for writing?
On 6/28/05, Prashant Kumar <[EMAIL PROTECTED]> wrote:
Look under the documentation for BIO_s_mem, an example is given there.
char data[] = "Hello World"; BIO *mem; mem = BIO_new_mem_buf(data, -1);
Regards,
Prashant.
Nadav Golombick <
Look under the documentation for BIO_s_mem, an example is given there.
char data[] = "Hello World"; BIO *mem; mem = BIO_new_mem_buf(data, -1);
Regards,
Prashant.Nadav Golombick <[EMAIL PROTECTED]> wrote:
Hi,
I was wondering if there is a way to set my own memory buffer for the use of BIO_re
Nadav Golombick wrote:
Hi,
Is there an average ratio to encrypted --> non-encrypted data?
It should be 1:1.
HOWEVER, it's more complex when you're talking about a complete
system. Data should usually be compressed before encryption and
there's normally framing and other added in the encry
Hi,
Is there an average ratio to encrypted --> non-encrypted data?-- Nadav Golombick
Hi,
I was wondering if there is a way to set my own memory buffer for the use of BIO_read and BIO_write operations when using BIO_s_mem functions?
My problem is that I don't want the waste of copying from one memory to another.
Thanks,-- Nadav Golombick
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:
10 matches
Mail list logo