Jeffrey Altman wrote:
> 
> 
> I think what he would like is the ability to do what the Microsoft
> SSPI does.  Instead of OpenSSL being a layer between the I/O channel
> and the app, he would like the app to provide all I/O functions and
> have OpenSSL provide routines that encode and decode buffers provided
> to it by the application.  After OpenSSL has done its work, the
> application transmits the outgoing data to the peer.  After receiving
> data from the peer it calls OpenSSL to process it.
> 

Is there some reason why this cannot be done by writing your own
BIO_METHOD to supply the I/O functions?

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