Then I may be
> able to point you to sample code.
>
>
> On 11/2/2016 11:06 PM, Zvi Vered wrote:
>
>>
>> I want to use openssl in order to send\receive encrypted messages to a
>> server.
>>
>> My Target has TPM.
>>
>> Can you please explain how t
Hello,
I want to use openssl in order to send\receive encrypted messages to a
server.
My Target has TPM.
Can you please explain how to configure the openssl library to take
public+private keys from TPM ?
Should I use a specific TPM library ?
Thank you,
Z.V
--
openssl-users mailing list
Dear Members,
In the file ssl_ openssl-1.0.1g\ssl\ssl_sess.cssl_sess.c there are some
routines that I do not understand their prototpye.
For example:
1. void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*cb)(struct ssl_st
*ssl,SSL_SESSION *sess))
Return value is void. First parameter is
Hello,
Under Centos 5.9 I downloaded the file: openssl-0.9.8e.tar.gz and extracted
it.
Then I ran:
cd ./openssl-0.9.8e
./config shared no-idea no-mdc2 no-rc5 --prefix /home/my_user/openssl
make depend
make
make install
All the above steps ended with no errors but the library libcrypto.so.0.9.8
w