Thanks, but let me rephrase my question.
There seems to be a requirement for us to process SSL app data from
kernel,
wherein I would like to read the sk_buff and pass it to a crypto
acclerator
(hardware/software), but we face a problem wherein for block ciphers, we
need
to ensure the data segment within the sk_buff is a multiple of the block
cipher
length, otherwise, we need to do a buffer copy and maintain the remaining
data
in some kernel memory, prequeue it and append it to the next
sk_buff..
If openssl does support SSL_read/SSL_write from kernel, then I could
simply
call it otherwise, have to write my own SSL_read/SSL_write
functions..
Please let me know if such support is available or someone has already
attempted
this..
Thanks
--Gayathri
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Vishnubhatla, Vijaya Bhaskar
Sent: Wednesday, June 28, 2006 1:49 PM
To: [email protected]
Subject: RE: SSL_read/SSL_write from kernelHi,U need to write a separate kernel module using open-ssl library. I don't think it is possible. Instead of that, u send your data to user space and there u use the SSL_read and SSL_write functions.Thanks,Bhaskar
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gayathri Sundar
Sent: Wednesday, June 28, 2006 1:06 PM
To: [email protected]
Subject: SSL_read/SSL_write from kernelHi.,Does openssl as such provide support for packet processingfrom kernel..i.e what do I have to do to invoke SSL_read/writefrom kernel..has anyone attempted this before.Thanks--Gayathri
