TLS with Client Authentication using private key from Windows store

2020-11-23 Thread Ferenc Gerlits via openssl-users
Hi, I am trying to use openssl to implement a client-side TLS connection with Client Authentication on Windows, using a non-exportable private key stored in the Windows Certificate Store. Currently, our code can use a private key stored in a local file, and if the key in the Windows store was

Re: set/get utilities are not available to access variable 'num' of structure bio_st (Matt Caswell)

2020-11-23 Thread Matt Caswell
On 23/11/2020 11:28, Narayana, Sunil Kumar wrote: > Hi Matt, >   We are using  MEM type BIO. similar to the openssl > library ‘BIO_TYPE_MEM ‘ we have an internal type defined like ex:- > ‘BIO_TYPE_XYZ_MEM’  and all other mem utilities are internally defined. > > Like

Re: set/get utilities are not available to access variable 'num' of structure bio_st (Matt Caswell)

2020-11-23 Thread Narayana, Sunil Kumar
Hi Matt, We are using MEM type BIO. similar to the openssl library ‘BIO_TYPE_MEM ‘ we have an internal type defined like ex:- ‘BIO_TYPE_XYZ_MEM’ and all other mem utilities are internally defined. Like XYZ_mem_new/XYZ_mem_read … etc these utilities are accessing the bio_st