Using OpenSSL crypto library only

2006-04-05 Thread Aidaros Dev
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)

What are the requirements for using Openssl crypto algorithms without openssl installation?

2006-04-10 Thread Aidaros Dev
Dear all, What are the requirements for using Openssl crypto algorithms without openssl installation? For instance, i want to seperate and compile HMAC code without errors. Thanks in advance.

Re: What are the requirements for using Openssl crypto algorithms without openssl installation?

2006-04-10 Thread Aidaros Dev
 Thanks Girish, Marek and all Girish, what you mean " remove dependencies"? I start the main function from hmactest.c I gathered relevant included files such as  hmac md5 evp.h e_os but each calls other include files...until when I compile without error but i show you some of linking errors : cry

How the Data plus the MAC encrypted?

2006-04-16 Thread Aidaros Dev
Dear Openssl users, In Bulk data transfer, How the Data plus the MAC encrypted? which one is encrypted first? Thanks in advance