On 04/13/11 10:16 AM, luis hernandez wrote:
Hi
I do not know if you have talk about this here, but I can not find the answer.

How to translate a command line commandt to a c++ code?

For instance if at commandd prompt i do this: openssl x509 -inform DER -in cert.cer -noout -enddate

What code will generate the same result?

take a look at the source to openssl (the executable utility). I believe its in C and it, obviously, can do every possible command line that it does.




______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to