using bio abstractions

2001-01-16 Thread Hoeteck Wee
Hi, I'm working on some stand-alone S/MIME, pkcs7 and other related routines based on the apps files in the OpenSSL 0.9.6 code. In particular, I'm modifying smime.c, pkcs7.c, etc. I wrote a function: int smime(char **argv, char **outdata, char **outerror) that is basically identical to MAIN in

Re: Hi P12

2001-01-15 Thread Hoeteck Wee
> How to convert p12 format to pem format? % openssl pkcs12 -in p12file -out tempfile should do the trick. I found the following page a very useful reference for performing common S/MIME tasks: http://www.kfu.com/~nsayer/encryption/openssl.html Hope that helps. -hoeteck ___

SMIME modules for Perl

2001-01-11 Thread Hoeteck Wee
Hello, Does anyone know of SMIME modules for Perl? I looked at Sampo's SMIMEUtil at http://www.bacus.pt/Net_SSLeay/smime.html and when I finally got it to compile, it couldn't do verification correctly. There appears to be problems with doing encryption/decryption with personal certificates that