Dear OpenSSL working group ,
My name is Aidros doing Master study in SSL
Development.
I'm glad to participate and share knowledge with you. This is the firs
participation.
My project is to Improve Bulk data transfer phase performance (Record Layer)
using Parallelism (reducing the processing time).
To simulate this process I would like to get:
the HMAC code followed by Encryption code, i mean:
the code has four inputs: MAC key, Encryption key, IV if necessary and Data.
the one output : (MAC and Data) encrypted
I would like to ask whether it is possible to use crypto library for this
purpose without openssl installation, or expected compilation errors will be appeared.
The files is under openssl-0.9.7d\crypto folder. Let say i start my main function
from hmactest.c then end up to with data plus MAC encrupted.
My PC platform is Win XP.
Thanks for your anticipation help.
We keep in touch.