Martin Szotkowski wrote:
> 
> Hi,
> this feature are not supported? Why?
> Is there way reach it direct through BUF_MEM in this readonly mem BIO?
> 

This is largely because there's no real way to support it without
extending the internal structure to something more complex than a
BUF_MEM. Now there's no reason not to do that but I didn't have the time
to completely rewrite the internals when I added the readonly support.

Anyway you can get the buffer using the various memory BIO calls such as
BIO_get_mem_data() or if you want the BUF_MEM structure itself then
BIO_get_mem_ptr(): see BIO_s_mem() manual page for more info.

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to