@openssl.org
Subject: RE: compiling openssl only with passwd application
On Wed, 2007-11-28 at 11:59 +0530, Ranjeet Kumar wrote:
>
> Hi Marek,
>
> You understood me correctly. But basically I want binary should be
very
> less in size. Earlier openssl binary was 1.7MB, after your step pas
On Wed, 2007-11-28 at 11:59 +0530, Ranjeet Kumar wrote:
>
> Hi Marek,
>
> You understood me correctly. But basically I want binary should be very
> less in size. Earlier openssl binary was 1.7MB, after your step passwd
> binary is 1.1MB. It cannot be accepted. I think right now libssl3.so is
> li
On Nov 28, 2007 11:59 AM, Ranjeet Kumar <[EMAIL PROTECTED]> wrote:
>
>
> Hi Marek,
>
> You understood me correctly. But basically I want binary should be very
> less in size. Earlier openssl binary was 1.7MB, after your step passwd
> binary is 1.1MB. It cannot be accepted. I think right now libssl3
openssl only with passwd application
Hello,
> I need htpasswd password, which crypt does not support. It can be done
> only with openssl. So please help me in that.
I'm not sure if I understand you correctly, but if you want to compile
only passwd application from apps/ directory you may d
Hello,
> I need htpasswd password, which crypt does not support. It can be done
> only with openssl. So please help me in that.
I'm not sure if I understand you correctly, but if you want to compile
only passwd application from apps/ directory you may do something like
that on Linux:
$ gzip -d
: openssl-users@openssl.org
Subject: Re: compiling openssl only with passwd application
Hello
> I need openssl only with passwd application. Could you please help me
> in compiling for this purpose.
If you need only unix-style password maybe writing simple
application using crypt(3) may be more
Hello
> I need openssl only with passwd application. Could you please help me
> in compiling for this purpose.
If you need only unix-style password maybe writing simple
application using crypt(3) may be more simple.
OpenSSL implementation of this function you may find in
crypto/des/fcrypt.c (DES_cr
Ranjeet Kumar wrote:
> Hi,
>
> I need openssl only with passwd application. Could you please help me in
> compiling for this purpose.
>
> Because, I don't dependencies.
>
>
>
> Thanks,
>
> Ranjeet
Unless you're clearer about what you want to achieve it's unlikely that
reposting will get you