On Sun, Jun 16, 2019 at 3:17 AM Tobias Wolf <wolf.tobias@xxxxxxx> 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
and then:
Then the second call will fail because the bio has already read some bytes, when I call each function with a newly created bio it is working fine.
I already tried with BIO_seek, BIO_tell (returns 0?!), BIO_reset.
After reset did you also refill it?