BIO in memory usage....
Tobias Wolf
wolf.tobias at gmx.net
Sun Jun 16 10:11:55 UTC 2019
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
<https://www.openssl.org/docs/man1.1.1/man3/d2i_X509.html> d2i_X509
and then:
<https://www.openssl.org/docs/man1.1.1/man3/PEM_read_X509.html>
PEM_read_X509
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20190616/25278eb9/attachment.html>
More information about the openssl-users
mailing list