Re: binaries built with openssl 0.9.7b running on openssl 0.9.6b or 0.9.6g

2004-03-19 Thread Amar Desai
Question

If I build applications using a later version of
openssl and run the compiled binaries on an
operating system with earlier versions of openssl
will there be any problems?
Example: I build applications using openssl 0.9.7b on
linux redhat version 7.2 with kernel 2.4.7 and gnu gcc 2.96
and then run these binaries on linux redhat version 7.2 with
kernel 2.4.17 gnu gcc 2.96 that has openssl version 0.9.6g.


It depends on how you are building your application. If you link your 
application against static libraries then I think it shouldn't matter. 
But if you link your application against shared libraries then it may 
have problems...

Amar



__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



smime.p7s
Description: S/MIME Cryptographic Signature


Re: binaries built with openssl 0.9.7b running on openssl 0.9.6b or 0.9.6g

2004-03-19 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Fri, 19 Mar 2004 10:52:21 -0600, Mark Rowe [EMAIL 
PROTECTED] said:

rowe If I build applications using a later version of
rowe openssl and run the compiled binaries on an
rowe operating system with earlier versions of openssl
rowe will there be any problems?
rowe 
rowe Example: I build applications using openssl 0.9.7b on
rowe linux redhat version 7.2 with kernel 2.4.7 and gnu gcc 2.96
rowe and then run these binaries on linux redhat version 7.2 with
rowe kernel 2.4.17 gnu gcc 2.96 that has openssl version 0.9.6g.   

If you link with the static libraries, you will have no problems as
far as OpenSSL goes.  If you link with the shared libraries, the
likelyhood is high that you will run into problems.

-
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.

-- 
Richard Levitte   \ Tunnlandsvägen 52 \ [EMAIL PROTECTED]
[EMAIL PROTECTED]  \ S-168 36  BROMMA  \ T: +46-708-26 53 44
\  SWEDEN   \
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


Re: binaries built with openssl 0.9.7b running on openssl 0.9.6b or 0.9.6g

2004-03-19 Thread Joseph Bruni
If you build your application on OS X or Darwin, you'll run into the 
really nasty problem where the LinkEditor will bind your app to shared 
libraries even if you specify static libraries.

(I found this out the hard way.)

Not fun.

On Mar 19, 2004, at 9:52 AM, Mark Rowe wrote:

Hi,

Question

If I build applications using a later version of
openssl and run the compiled binaries on an
operating system with earlier versions of openssl
will there be any problems?
Example: I build applications using openssl 0.9.7b on
linux redhat version 7.2 with kernel 2.4.7 and gnu gcc 2.96
and then run these binaries on linux redhat version 7.2 with
kernel 2.4.17 gnu gcc 2.96 that has openssl version 0.9.6g. 
Will there be any problems?

Thanks

-Mark-

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


Re: binaries built with openssl 0.9.7b running on openssl 0.9.6b or 0.9.6g

2004-03-19 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Fri, 19 Mar 2004 17:57:55 -0700, Joseph Bruni 
[EMAIL PROTECTED] said:

brunij If you build your application on OS X or Darwin, you'll run into the 
brunij really nasty problem where the LinkEditor will bind your app to shared 
brunij libraries even if you specify static libraries.
brunij 
brunij (I found this out the hard way.)

Yup, that's a bug in the LinkEditor (ld for the Unixly impaired :-)).
I've complained about it to Apple more than a year ago (and they
confirmed the problem, but seem not to want to fix it), and I
encourage others to do the same.  The problem is described in great
detail in the file PROBLEMS (first item), along with possible
solutions (adapted for OpenSSL itself, but with a bit of thought, you
can apply the same knowledge to any other software).

-
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.

-- 
Richard Levitte   \ Tunnlandsvägen 52 \ [EMAIL PROTECTED]
[EMAIL PROTECTED]  \ S-168 36  BROMMA  \ T: +46-708-26 53 44
\  SWEDEN   \
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


Re: binaries

2002-03-27 Thread Richard Levitte - VMS Whacker

A note on this: if someone wants to produce OpenSSL binaries in a
consistent way and put them out somewhere, I'd be happy to link to
them or the directory they're in.

Note that consistently means that there should be some kind of note
saying exactly how the binaries were produced and what is required to
install them.  It also means that the production of binaries shouldn't
just be on a one-time basis, I don't think that several links to
various versions of the otherwise same binary is very useful.
Basically, I'm looking for people to commit themselves for some time,
and to handle it nicely when they need to do something else
(basically, hand it off to someone else that can commit in the same
manner).

Another note: neither me nor the rest of the OpenSSL team will take
*any* responsability for the quality of the binaries.  All we'll do is
to set up the links.  If there are viruses coming with the binaries,
blame the one who produced them, not us, or blame yourself for not
having an updated virus scanner.  I know this sounds harsh, I just
don't want the middle man to be attacked.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



RE: binaries

2002-03-27 Thread Andrew T. Finnell

What kind of platforms are we looking to have this on?
I have somewhat access to a large set of machines including the
following:

Compilers:
--

Visual C++ 6.0 
Visual C++ .NET
SunCC 5.2
gcc (of course.. )

Platforms:
--

Windows NT 4.0
Windows 2000
Windows 2000 Advanced Server
Windows XP Professional
Sparc Solaris 7
Sparc Solaris 8
Any version of linux, because ofcourse the distro's are free.


What kind of support would everyone expect from this? I would like to
know what all would 
Be involved or better yet, what the people from this group would
_expect_. Would anyone be
Oposed to a small fee for these? Maybe a subscription type fee that
would be very minimal in the range of 
$5/month , or something like that just so the machine's hosting this can
be paid for and the time doing this
Is paid for. As everyone knows bandwidth is not free nowadays and
depending on the traffic received it can cost
A pretty penny. I would like some ideas as to what could be done with
this and what people would/wouldn't do for
These binaries. This could become a great way to alleviate the build
pain some people experience.


- 
Andrew T. Finnell
Active Solutions L.L.C
[EMAIL PROTECTED] 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]] On Behalf Of Richard 
 Levitte - VMS Whacker
 Sent: Wednesday, March 27, 2002 6:43 AM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: binaries
 
 
 A note on this: if someone wants to produce OpenSSL binaries 
 in a consistent way and put them out somewhere, I'd be happy 
 to link to them or the directory they're in.
 
 Note that consistently means that there should be some kind 
 of note saying exactly how the binaries were produced and 
 what is required to install them.  It also means that the 
 production of binaries shouldn't just be on a one-time basis, 
 I don't think that several links to various versions of the 
 otherwise same binary is very useful. Basically, I'm looking 
 for people to commit themselves for some time, and to handle 
 it nicely when they need to do something else (basically, 
 hand it off to someone else that can commit in the same manner).
 
 Another note: neither me nor the rest of the OpenSSL team will take
 *any* responsability for the quality of the binaries.  All 
 we'll do is to set up the links.  If there are viruses coming 
 with the binaries, blame the one who produced them, not us, 
 or blame yourself for not having an updated virus scanner.  I 
 know this sounds harsh, I just don't want the middle man to 
 be attacked.
 
 -- 
 Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
 Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
 \  SWEDEN   \ or +46-708-26 53 44
 Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
 Member of the OpenSSL development team: http://www.openssl.org/
 
 Unsolicited commercial email is subject to an archival fee of 
 $400. See http://www.stacken.kth.se/ ~levitte/mail/ for more 
 info. 
 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing List[EMAIL PROTECTED]
 Automated List Manager   [EMAIL PROTECTED]
 


__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: binaries

2002-03-27 Thread Paul E. Prak

Hi Andrew,

I like to have a certificate for my http-server and to create certicate for
members of my team.
The platform i am currently running on is win98se (dutch version)

Talking about a fee? Maybe at a later stage for now i don't know.

Regards,
Paul

- Original Message -
From: Andrew T. Finnell [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 27, 2002 4:23 PM
Subject: RE: binaries


 What kind of platforms are we looking to have this on?
 I have somewhat access to a large set of machines including the
 following:

 Compilers:
 --

 Visual C++ 6.0
 Visual C++ .NET
 SunCC 5.2
 gcc (of course.. )

 Platforms:
 --

 Windows NT 4.0
 Windows 2000
 Windows 2000 Advanced Server
 Windows XP Professional
 Sparc Solaris 7
 Sparc Solaris 8
 Any version of linux, because ofcourse the distro's are free.


 What kind of support would everyone expect from this? I would like to
 know what all would
 Be involved or better yet, what the people from this group would
 _expect_. Would anyone be
 Oposed to a small fee for these? Maybe a subscription type fee that
 would be very minimal in the range of
 $5/month , or something like that just so the machine's hosting this can
 be paid for and the time doing this
 Is paid for. As everyone knows bandwidth is not free nowadays and
 depending on the traffic received it can cost
 A pretty penny. I would like some ideas as to what could be done with
 this and what people would/wouldn't do for
 These binaries. This could become a great way to alleviate the build
 pain some people experience.


 -
 Andrew T. Finnell
 Active Solutions L.L.C
 [EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



RE: binaries

2002-03-25 Thread Andrew Finnell
Title: Message



Paul,
 
 Did you post what the problem was during your 
compile?

-Andrew T. 
FinnellSoftware EngineereSecurity Inc(321) 
394-2485

  
  -Original Message-From: Paul E. Prak 
  [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 5:10 
  PMTo: [EMAIL PROTECTED]Subject: 
  binaries
  Hi all,
  
  Can I download the binaries for 
  win32somewhere?
  
  I tried almost everything to compile but could 
  not fix it.
  
  Please help!!!
  
  Regards,
  Paul


Re: binaries

2002-03-25 Thread Paul E. Prak
Title: Message



Hi Andrew,

Nope I didn't. It is not a problem with the 
source.
My problem is in C++ it acts a bit weird and I do 
not know the real problem.

Regards,
Paul.

  - Original Message - 
  From: 
  Andrew Finnell 
  To: '[EMAIL PROTECTED]' 
  
  Sent: Monday, March 25, 2002 11:11 
  PM
  Subject: RE: binaries
  
  Paul,
   
   Did you post what the problem was during your 
  compile?
  
  -Andrew T. 
  FinnellSoftware EngineereSecurity Inc(321) 
  394-2485
  

-Original Message-From: Paul E. Prak 
[mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 5:10 
PMTo: [EMAIL PROTECTED]Subject: 
binaries
Hi all,

Can I download the binaries for 
win32somewhere?

I tried almost everything to compile but could 
not fix it.

Please help!!!

Regards,
Paul


RE: binaries

2002-03-25 Thread Andrew Finnell
Title: Message



Paul,

 Well someone can't just give you binaries because you would need a build 
specific to your compiler and the settings you want for your application. You 
should probably ought to list your problem including platform , compiler and 
settings.


-Andrew T. 
FinnellSoftware EngineereSecurity Inc(321) 394-2485

  
  -Original Message-From: Paul E. Prak 
  [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 10:43 
  PMTo: [EMAIL PROTECTED]Subject: Re: 
  binaries
  Hi Andrew,
  
  Nope I didn't. It is not a problem with the 
  source.
  My problem is in C++ it acts a bit weird and I do 
  not know the real problem.
  
  Regards,
  Paul.
  
- Original Message - 
From: 
Andrew Finnell 
To: '[EMAIL PROTECTED]' 

Sent: Monday, March 25, 2002 11:11 
PM
Subject: RE: binaries

Paul,
 
 Did you post what the problem was during your 
compile?

-Andrew T. 
FinnellSoftware EngineereSecurity Inc(321) 
394-2485

  
  -Original Message-From: Paul E. Prak 
  [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 5:10 
  PMTo: [EMAIL PROTECTED]Subject: 
  binaries
  Hi all,
  
  Can I download the binaries for 
  win32somewhere?
  
  I tried almost everything to compile but 
  could not fix it.
  
  Please help!!!
  
  Regards,
  Paul