Re: [openssl-users] openssl-1.1.0b : Getting keys from TPM

2016-11-03 Thread Zvi Vered
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

[openssl-users] openssl-1.1.0b : Getting keys from TPM

2016-11-02 Thread Zvi Vered
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

[openssl-users] compilation errors in openssl-1.0.1g\ssl\ssl_sess.cssl_sess.c

2015-05-31 Thread Zvi Vered
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

buid libcrypto: libcrypto.so.0.9.8 is not created. only libcrypto.a

2014-05-04 Thread Zvi Vered
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