On Wed, Feb 23, 2005, Pablo J Royo wrote: > > > > żDo you know if actual OpenSSL versions do (still) compile with VC1.52 > producing 16bit code? > > > I need PKCS7 support for an old 16bit application. > > > > > > > It has not been tested for a long time and I'd be surprised if it still > > worked. > > > > In that case, does anybody know which version was the first implementing > PKCS7 handling? > Last 16bit version I used was SSLEay 0.8.1. It has a pkcs7.h include file, > so I think it could work, but I would prefer to use something > as recent as I can. (0.9.5, 0.9.6 ...) >
Depends on what you mean by "PKCS7 handling" if you just mean being able to parse PKCS#7 structures then even SSLeay would handle it. If you mean S/MIME then it first appeared in 0.9.5 but there have been *many* security and bugfixing changes since then. You might be able to use CryptoAPI if the necessary PKCS#7 support was present: not sure if it was. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]