Michael Bradley Jr wrote: > Marek Marcola wrote: >> Hello, >> >>> are there some available settings to build openssl for small >>> footprint applications and devices? >>> I mean to get a smaller library like matrixssl [1] and strip thing >>> and module out someone might not need ? >>> >> In my personal opinion: no. >> (This is why MatrixSSL was built). >> >> Best regards, >> > But I'm pretty sure this is easily feasible. > Is someone willing to hack on that issue with me? > Or does someone has an alternative for the matrixssl library which > cost some bucks if used in a commercial software! It is not as simple as it may seem on the first glance. Many components in OpenSSL are somewhat linked. If you want to use SSL you need to be able to do several things: * use the respective encryption/authentication algorithms needed * support the handling of X.509 certificates + requires the respective algorithms + requires the ASN.1 handling code + requires the OID handling code and OIDs It finally boils down to the point that most of the OpenSSL library code is needed, just omitting some extra alogrithms and the error strings...
Best regards, Lutz ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]