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

Re: using bio abstractions

2001-01-16 Thread Dr S N Henson
Hoeteck Wee wrote: 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