Piper Guy1 wrote:
> > This is precisely what a browser does. Again, using the
> > "https://www.amazon.com"; example, OpenSSL takes care of getting the
> > certificate from the server, making sure the certificate is valid,
> checking
> > that the server owns the certificate, and making sure the
>
Dear all,
I would like to encrypt the transmitting data on the server side before the
data is send to a socket. And then, decrypt the data from the socket on the
client side. I am using the following code, which is from Internet.
#include "encryption.h"
byte_t* BufferEncryption(const byt
On Tue, Apr 20, 2010, Charlie Crowe wrote:
> Hi,
>
> Does OpenSSL 1.0.0 provide full TLS 1.1 support? I tried to look through
> the OpenSSL 1.0.0 documentation, but it seemed only partial support for TLS
> 1.1 is available in 1.0.0.
>
> If full support for TLS 1.1 is not in OpenSSL 1.0.0, then
Hi,
Does OpenSSL 1.0.0 provide full TLS 1.1 support? I tried to look through the
OpenSSL 1.0.0 documentation, but it seemed only partial support for TLS 1.1 is
available in 1.0.0.
If full support for TLS 1.1 is not in OpenSSL 1.0.0, then does anybody have any
idea/guess when full TLS 1.1 sup
Hi,
Does OpenSSL 1.0.0 provide full TLS 1.1 support? I tried to look through the
OpenSSL 1.0.0 documentation, but it seemed only partial support for TLS 1.1 is
available in 1.0.0.
If full support for TLS 1.1 is not in OpenSSL 1.0.0, then does anybody have any
idea/guess when full TLS 1.1 sup
On Mon, 19 Apr 2010, Sad Clouds wrote:
On Mon, 19 Apr 2010 11:58:51 +0200 (CEST)
Ondrej Jombik wrote:
I do need this for client side. Machine where connection is
originating has several IP addresses and the remote machine will
accept connection only from one of those. So I need to choose exact
Hi,
I am having trouble building a shared object for openssl. I am getting
the following error:
usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
libcrypto.a(e_4758cca.o): relocation R_X86_64_32 against `a local
symbol' can not be used when making a shared object; recompi