Re: BIO in memory usage....

2019-06-17 Thread Tomas Mraz
On Sun, 2019-06-16 at 12:11 +0200, Tobias Wolf wrote: > I`d like to understand how a memory bio can be reseted with the > internal read counter back to zero for further reusage. > > e.g. > I want to try to read first der and then pem > > d2i_X509 > > and then: > > PEM_read_X509 > > Then t

Re: BIO in memory usage....

2019-06-16 Thread J Decker
On Sun, Jun 16, 2019 at 3:17 AM Tobias Wolf wrote: > I`d like to understand how a memory bio can be reseted with the internal > read counter back to zero for further reusage. > > > > e.g. > > I want to try to read first der and then pem > > > > d2i_X509

BIO in memory usage....

2019-06-16 Thread Tobias Wolf
I`d like to understand how a memory bio can be reseted with the internal read counter back to zero for further reusage. e.g. I want to try to read first der and then pem d2i_X509 and then: