> Date: Wed, 13 Apr 2011 16:17:45 -0700
> From: pie...@hogranch.com
> To: openssl-users@openssl.org
> Subject: Re: command line to c++ code
>
> On 04/13/11 4:11 PM, luis hernandez wrote:
> >
> > > 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.
> > >
> >
> > One month doing it that way but there is not other way.
> >
>
> its that or spend month(s) learning how to program with libssl and
> libcrypto some other way. openssl and only openssl (the program, not
> the libraries) does exactly what you asked for, 'converts command line
> arguments into function calls'.
>
> crypto is hard. there are no (valid) shortcuts to a full and thorough
> understanding of how it works and how to correctly use it.
>
>
>
>
Ok Thanks.