Hello,
>            I am new user of open ssl.I am trying to port open ssl on VDK 
RTOS (Which is 
> not VMS OS, Which is RTOS developed by Analog Devices).For porting OPEN 
SSL I got 
> openssl-0.9.8g from http://www.openssl.org/.   I am trying port whole 
project openssl-0.
> 9.8g but this project having so many folder and each folder having so 
many .c and .h file.
> So for that  I am facing so many problems.
> Actually I want to know for secure connetion which folder I will port on 
VDK.
> Please reply me which folders I required to port on VDK i.e I can work 
on SSL.
If you want SSL/TLS functionality then I think that the easiest way to 
port 
is to include all directories. You may easy extract some crypto algorithm 
(like AES or RSA) but SSL/TLS is requires many algorithms and OpenSSL 
utilities/tools
(loging, threads, ...)
You may also look at other, smaller implementations of SSL/TLS designed 
for easy
porting and small resource usage (MatrixSSL is an example)

Best regards,
--
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to