Re: [openssl-users] Problems on authentication during TLS handshake

2019-01-08 Thread Jin Xie
ne is working during handshake and all encrypt processes and server is able to recognize my client. I would give some follow up in this thread if I have more results. Thanks, Jim On Tue, Jan 8, 2019 at 3:37 PM Antonio Iacono wrote: > Il giorno mar 8 gen 2019 alle ore 19:32 Jin Xie >

Re: [openssl-users] Problems on authentication during TLS handshake

2019-01-08 Thread Jin Xie
Thank you! I would have a try. On Tue, Jan 8, 2019 at 1:10 AM Viktor Dukhovni wrote: > On Tue, Jan 08, 2019 at 12:38:32AM -0800, Jin Xie wrote: > > > As for “in which case it will use the public key as a stand-in for the > > missing private key”, do you mean use “client cert p

Re: [openssl-users] Problems on authentication during TLS handshake

2019-01-08 Thread Jin Xie
, Jan 07, 2019 at 11:43:47PM -0800, Jin Xie wrote: [ Going forward, please try to post plain-text with regular spaces, rather than Unicode non-breaking spaces. ] >// load client-side cert and key, signed by intermediate cert >SSL_CTX_use_certificate_file

[openssl-users] Problems on authentication during TLS handshake

2019-01-07 Thread Jin Xie
Hello everyone, I’m new at OpenSSL programming and encountered a problem while build TLS connection. I’m working on a crypto chip ATECC508A. So the client private key is stored in the chip and no way to get it out. However during standard TLS handshake, I need to provide client private key by “