RE: compiling openssl only with passwd application

2007-11-28 Thread Ranjeet Kumar
@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

RE: compiling openssl only with passwd application

2007-11-27 Thread Marek Marcola
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

Re: compiling openssl only with passwd application

2007-11-27 Thread Jimmy B
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

RE: compiling openssl only with passwd application

2007-11-27 Thread Ranjeet Kumar
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

RE: compiling openssl only with passwd application

2007-11-27 Thread Marek Marcola
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

RE: compiling openssl only with passwd application

2007-11-25 Thread Ranjeet Kumar
: 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

Re: compiling openssl only with passwd application

2007-11-23 Thread Marek Marcola
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

Re: compiling openssl only with passwd application

2007-11-23 Thread jimmy bahuleyan
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