OpenSSL 3.x binaries naming convention (on Windows)

2021-08-02 Thread Olivier Mascia via openssl-users
[This is a partial repost from another topic] I have a question, regarding Windows binaries. (We build our own for x86/amd64 using the documented procedure, the compilers installed are Visual Studio 2019, with latest updates). I take it (might be wrong, because the build scripts are complex to

Re: [openssl-users] Windows 1.1.1 binaries and web server

2018-02-23 Thread Angus Robertson - Magenta Systems Ltd
> This is very useful! Can you post an udate to the wiki? > https://wiki.openssl.org/index.php/Binaries Wiki has been updated with details of the binaries and download locations. Angus -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Windows 1.1.1 binaries and web server

2018-02-21 Thread Salz, Rich via openssl-users
This is very useful! Can you post an udate to the wiki? https://wiki.openssl.org/index.php/Binaries On 2/21/18, 8:57 AM, "Angus Robertson - Magenta Systems Ltd" wrote: Windows developers may be interested in our Win32 build of OpenSSL 1.1.1-pre1 (alpha), the binaries are

[openssl-users] Windows 1.1.1 binaries and web server

2018-02-16 Thread Angus Robertson - Magenta Systems Ltd
Windows developers may be interested in our Win32 build of OpenSSL 1.1.1-pre1 (alpha), the binaries are digitally code signed 'Open Source Developer, François PIETTE', the lead developer for the Delphi Internet Component Suite project. About half way down the page at: http://wiki.o

[openssl-users] Windows OpenSSL's FIPS Binaries

2017-12-07 Thread Dr. Pala
Hi all, does anybody know if there are downloadable binaries of openssl-fips and/or openssl-fips-ecp (2.0.16 or earlier) for Windows ? Cheers, Max -- Best Regards, Massimiliano Pala, Ph.D. OpenCA Labs Director OpenCA Logo smime.p7s Description: S/MIME Cryptographic Signature -- openssl

Re: [openssl-users] Binaries exit with signature bytes

2016-03-31 Thread Satya Das
can I fix this error ? -Original Message- From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Satya Das Sent: Monday, March 28, 2016 5:48 PM To: openssl-users@openssl.org Subject: Re: [openssl-users] Binaries exit with signature bytes >What platform are you buil

Re: [openssl-users] Binaries exit with signature bytes

2016-03-28 Thread Satya Das
>What platform are you building? Is it a native or cross compile? >You'd get that behaviour if fipsld isn't linking the binaries properly. Thanks Steve. I am on centos 6, native compile. I saw " /libcrypto.so is not cross-compiler aware." with fipsld linking until

Re: [openssl-users] Binaries exit with signature bytes

2016-03-26 Thread Dr. Stephen Henson
On Fri, Mar 25, 2016, Satya Das wrote: > > I am building a fips capable openssl package and running into a condition > where all binaries exit with a signature in the stdout. As far as I can tell > it is the incore hash. It seems FINGERPRINT_premain() is findin

[openssl-users] Binaries exit with signature bytes

2016-03-25 Thread Satya Das
Hello, I am building a fips capable openssl package and running into a condition where all binaries exit with a signature in the stdout. As far as I can tell it is the incore hash. It seems FINGERPRINT_premain() is finding a ? in the FINGERPRINT_ascii_value and branching to exit(0). What am I

Re: [openssl-users] Is there a public OpenSSL github with prebuilt binaries?

2014-12-20 Thread Viktor Dukhovni
On Sat, Dec 20, 2014 at 09:05:52PM -0500, Jeffrey Walton wrote: > Is there an official OpenSSL github account with prebuilt binaries for > platforms like iOS and Android? > > If so, where is it? Prebuilt binaries of security toolkits should in my view come only from the platform

Re: [openssl-users] Is there a public OpenSSL github with prebuilt binaries?

2014-12-20 Thread Salz, Rich
> Is there an official OpenSSL github account with prebuilt binaries for > platforms like iOS and Android? > > If so, where is it? There's this: https://www.openssl.org/about/binaries.html > If not, should there be? If someone wants to step forward we can a

[openssl-users] Is there a public OpenSSL github with prebuilt binaries?

2014-12-20 Thread Jeffrey Walton
Is there an official OpenSSL github account with prebuilt binaries for platforms like iOS and Android? If so, where is it? If not, should there be? ___ openssl-users mailing list openssl-users@openssl.org https://mta.opensslfoundation.net/mailman

Re: Fwd: Download binaries - 404 not found

2014-12-03 Thread Ken Goldman
On 12/3/2014 9:41 AM, T K wrote: Is there any other way to download binaries for Win32/64? http://slproweb.com/products/Win32OpenSSL.html __ OpenSSL Project http://www.openssl.org User Support

RE: Download binaries - 404 not found

2014-12-03 Thread Salz, Rich
> http://www.openssl.org/related/binaries.html gives an "404 not found" error. > Is there any other way to download binaries for Win32/64? They moved to the ‘about’ area. The FAQ is auto-generated and I forgot to update that. Fixed, thanks. :��I"Ϯ��r�m (Z+�K�

Download binaries - 404 not found

2014-12-03 Thread T K
Hi, maybe I missed the information but http://www.openssl.org/related/binaries.html gives an "404 not found" error. Is there any other way to download binaries for Win32/64? Thanks, Thorsten

Fwd: Download binaries - 404 not found

2014-12-03 Thread T K
Hi, maybe I missed the information that the files are not available any more... http://www.openssl.org/related/binaries.html gives an "404 not found" error. Is there any other way to download binaries for Win32/64? Thanks, Thorsten

Re: Cannot create keystore using Purify instrumented binaries.

2008-10-25 Thread Sanjith Chungath
Thanks to all for information. Special thanks to Geoff for mentioning the assembly code. As he mentioned the assembly code was making thousands of UMRs and the code dump in Purify instrumented code. I was able to complete my test cases and found few memory leaks in our code. Thanks again for the h

Re: Cannot create keystore using Purify instrumented binaries.

2008-10-02 Thread Tim Hudson
Sanjith Chungath wrote: I am getting thousands of UMRs and finally one segmentation error and a core dump while trying to create a keystore. Am using 0.9.8g. Everything works fine without purify. I also tried rebuilding openssl with PURIFY" compiler option. But that also didnt help me. Compi

Re: Cannot create keystore using Purify instrumented binaries.

2008-10-02 Thread Geoff Thorpe
On Thursday 02 October 2008 06:40:53 Sanjith Chungath wrote: > I am getting thousands of UMRs and finally one segmentation error and > a core dump while trying to create a keystore. Am using 0.9.8g. > Everything works fine without purify. I also tried rebuilding openssl > with PURIFY" compiler opti

RE: 0.9.8b windows binaries

2006-05-16 Thread Parind Shah
Thanks Chris, I appreciate you taking time to respond & help. Parind. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hunter Sent: Friday, May 12, 2006 8:35 PM To: openssl-users@openssl.org Subject: Re: 0.9.8b windows binaries On 5/12/06, Pa

Re: 0.9.8b windows binaries

2006-05-12 Thread hunter
On 5/12/06, Parind Shah <[EMAIL PROTECTED]> wrote: That works Chris. Obviously I'm missing a step, can you please tell me what did you do to build the static version of 64 bit binaries? I want to be able to build them and not keep bothering you. Thanks again, Parind. -Origi

RE: 0.9.8b windows binaries

2006-05-12 Thread Parind Shah
That works Chris. Obviously I'm missing a step, can you please tell me what did you do to build the static version of 64 bit binaries? I want to be able to build them and not keep bothering you. Thanks again, Parind. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

Re: 0.9.8b windows binaries

2006-05-11 Thread hunter
On 5/12/06, hunter <[EMAIL PROTECTED]> wrote: On 5/11/06, Parind Shah <[EMAIL PROTECTED]> wrote: > Chris, > > I was able to use binaries you provided & also create my own set this > time. Here's the output of the test.bat. Looks like it passed all tests. > I

Re: 0.9.8b windows binaries

2006-05-11 Thread hunter
On 5/11/06, Parind Shah <[EMAIL PROTECTED]> wrote: Chris, I was able to use binaries you provided & also create my own set this time. Here's the output of the test.bat. Looks like it passed all tests. I ran in on 64 bit Win 2003 Server R2. One thing I'm still struggling

RE: 0.9.8b windows binaries

2006-05-11 Thread Parind Shah
Chris, I was able to use binaries you provided & also create my own set this time. Here's the output of the test.bat. Looks like it passed all tests. I ran in on 64 bit Win 2003 Server R2. One thing I'm still struggling with is that I can't build the static libs for the 64 bi

RE: 0.9.8b windows binaries

2006-05-10 Thread Parind Shah
Chris, I really appreciate you taking time to build 64 bit binaries. I'll try to use it and get back to you. Many thanks in advance, Parind. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hunter Sent: Wednesday, May 10, 2006 1:45 AM To: op

RE: 0.9.8b windows binaries

2006-05-10 Thread Wai Wu
Excellent. Many Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hunter Sent: Wednesday, May 10, 2006 1:45 AM To: openssl-users@openssl.org Subject: Re: 0.9.8b windows binaries On 5/8/06, Parind Shah <[EMAIL PROTECTED]> wrote: > > Is

Re: 0.9.8b windows binaries

2006-05-09 Thread hunter
On 5/8/06, Parind Shah <[EMAIL PROTECTED]> wrote: Is it possible to include 64 bit binaries as well? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wai Wu Sent: Monday, May 08, 2006 11:12 AM To: openssl-users@openssl.org Subject: RE: 0.9.8b w

Re: 0.9.8b windows binaries

2006-05-09 Thread hunter
code. > > Are you saying that if I build and provide a package with static libs > and headers that an application could use this to compile smaller > binaries? Yes. > I will look for instructions on how to do this... You should find ms/ntdll.mak as well as ms/nt.mak, one sp

Re: 0.9.8b windows binaries

2006-05-08 Thread William A. Rowe, Jr.
ompile smaller binaries? Yes. I will look for instructions on how to do this... You should find ms/ntdll.mak as well as ms/nt.mak, one spits out dynamic libs into out32dll/, the other static libs into out32/. __ OpenSSL P

Re: 0.9.8b windows binaries

2006-05-08 Thread hunter
y, May 07, 2006 12:56 PM To: openssl-users@openssl.org Subject: Re: 0.9.8b windows binaries On 5/7/06, Mike Ehlert <[EMAIL PROTECTED]> wrote: > Oops. looks like I sent a blank reply to the list earlier this morning. > My apologies to all. > > >> Hummm. I d

Re: 0.9.8b windows binaries

2006-05-08 Thread hunter
On 5/8/06, Parind Shah <[EMAIL PROTECTED]> wrote: Is it possible to include 64 bit binaries as well? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wai Wu Sent: Monday, May 08, 2006 11:12 AM To: openssl-users@openssl.org Subject: RE: 0.9.8b w

Re: 0.9.8b windows binaries

2006-05-08 Thread hunter
l.org Automated List Manager [EMAIL PROTECTED] Bill, Are you saying that if I build and provide a package with static libs and headers that an application could use this to compile smaller binaries? I will look for instructions on ho

RE: 0.9.8b windows binaries

2006-05-08 Thread Parind Shah
Is it possible to include 64 bit binaries as well? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wai Wu Sent: Monday, May 08, 2006 11:12 AM To: openssl-users@openssl.org Subject: RE: 0.9.8b windows binaries Yes. Please hunter. Please include the

RE: 0.9.8b windows binaries

2006-05-08 Thread Wai Wu
@openssl.org Subject: Re: 0.9.8b windows binaries On 5/7/06, Mike Ehlert <[EMAIL PROTECTED]> wrote: > Oops. looks like I sent a blank reply to the list earlier this morning. > My apologies to all. > > >> Hummm. I downloaded the binary from http://hunter.campbus.com/, > > I was g

Re: 0.9.8b windows binaries

2006-05-07 Thread William A. Rowe, Jr.
Mike Ehlert wrote: but what I'm after now is some information on any tricks to compiling the DLL's with only the features needed for my application to reduce their size. Typically one links to the static library then, which of course will only link in .obj files that are consumed. One bit of

Re: 0.9.8b windows binaries

2006-05-07 Thread hunter
On 5/7/06, Mike Ehlert <[EMAIL PROTECTED]> wrote: Oops. looks like I sent a blank reply to the list earlier this morning. My apologies to all. >> Hummm. I downloaded the binary from http://hunter.campbus.com/, I was going to comment that this site does not offer the 0.9.8b binari

Re: 0.9.8b windows binaries

2006-05-07 Thread Mike Ehlert
Oops. looks like I sent a blank reply to the list earlier this morning. My apologies to all. Hummm. I downloaded the binary from http://hunter.campbus.com/, I was going to comment that this site does not offer the 0.9.8b binaries, but what I'm after now is some information on any tric

Re: 0.9.8b windows binaries

2006-05-07 Thread Mike Ehlert
- Original Message - From: "Wai Wu" <[EMAIL PROTECTED]> To: Sent: Saturday, May 06, 2006 2:36 PM Subject: RE: 0.9.8b windows binaries Hummm. I downloaded the binary from http://hunter.campbus.com/, and I am using Visual Studio 2005 C++, and everything works fine.

RE: 0.9.8b windows binaries

2006-05-06 Thread Wai Wu
Thnx. I will give it a try. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton Sent: Saturday, May 06, 2006 5:50 PM To: openssl-users@openssl.org Subject: Re: 0.9.8b windows binaries A fairly good random number generator can be found via

Re: 0.9.8b windows binaries

2006-05-06 Thread Kyle Hamilton
works fine. Ofcourse, I have the issue of getting a good random number generator. From: [EMAIL PROTECTED] on behalf of Kyle Hamilton Sent: Sat 5/6/2006 12:31 AM To: openssl-users@openssl.org Subject: Re: 0.9.8b windows binaries First off, those aren'

RE: 0.9.8b windows binaries

2006-05-06 Thread Wai Wu
: Sat 5/6/2006 12:31 AM To: openssl-users@openssl.org Subject: Re: 0.9.8b windows binaries First off, those aren't official. They seem to be compiled by VC++ 6, which seems to be binary-incompatible with VC++ .Net 2002+. (I use VC++2005 Express Edition, at the moment, and I can't get a

Re: 0.9.8b windows binaries

2006-05-06 Thread Mike Ehlert
First off, those aren't official. Any inquiries about the Shining Light Productions binaries need to be directed there. Thanks Kyle. I sent him an email 2 days ago but haven't hear back yet. I went ahead and compiled 0.9.8b on my own today, and I noticed that libeay32.dll is 1,089

Re: 0.9.8b windows binaries

2006-05-05 Thread Kyle Hamilton
roductions binaries need to be directed there. He might be modifying his build process to include a FIPS-compliant version of 0.9.7j -- I just don't know. -Kyle H On 5/5/06, Mike Ehlert <[EMAIL PROTECTED]> wrote: Can anyone tell me how long it usually takes after a release before the offi

0.9.8b windows binaries

2006-05-05 Thread Mike Ehlert
Can anyone tell me how long it usually takes after a release before the official Windows binaries are updated (at Shining Light Productions)? Regards, Mike __ OpenSSL Project http

Re: “OpenSSL binaries” on the (shared) server

2006-02-08 Thread ssl_virgin (sent by Nabble.com)
Thanks Kyle, much appreciated! -- View this message in context: http://www.nabble.com/OpenSSL-binaries-on-the-%28shared%29-server-t1079747.html#a2818694 Sent from the OpenSSL - User forum at Nabble.com. __ OpenSSL Project

Re: “OpenSSL binaries” on the (shared) server

2006-02-07 Thread Kyle Hamilton
l be uploaded > to the server (and the Public Cert will also be uploaded to PayPal). > Apparently, in order to generate PayPal buttons "on the fly", I also need to > upload "OpenSSL binaries" to the server. What I need to know is: > > 1) what files exactly do I nee

“OpenSSL binaries” on the (shared) server

2006-02-07 Thread ssl_virgin (sent by Nabble.com)
order to generate PayPal buttons “on the fly”, I also need to upload “OpenSSL binaries” to the server.  What I need to know is: 1) what files exactly do I need to upload? (Server is running Linux). 2) Is this normally something that my host provider needs to be involved in (I have a shared server ac

Building Universial Binaries on a PPC MacOSX

2006-01-26 Thread Jean-Pierre Szikora
Hi, As the new MacIntel are there, I want to build Universal Binaries of OpenSSL on a PowerPC MacOSX. How can I do that? There are 2 URL on Apple's developer site describing that process: http://developer.apple.com/documentation/Porting/Conceptual/PortingUnix/compiling/chapter_4_sect

IBM's OpenSSL binaries

2005-07-12 Thread Stewart Dean
This is free, although: 1) you have to register 2) the latest copy is 9.7d Note that: 1) it is in RPM format 2) OPen SSH is available from the same page, though in installp format (use smitty) 3) both may have their libraries in funny places (typically IBM, they know better), so if you compile o

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 spe

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

2004-03-19 Thread Joseph Bruni
stion 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 the

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> wi

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

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

2004-03-19 Thread Mark Rowe
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

Re: I just want the binaries for W2K

2002-12-13 Thread Peter 'Luna' Runestig
Rabellino Sergio wrote: Hi peter, which tool are you using to create .msi packages ?? It's a freeware one ? It's my own code that creates the package, read this: http://marc.theaimsgroup.com/?l=openssl-dev&m=103210259026139&w=2 also http://www.runestig.com/msiutil.html Cheers, - Peter -- Peter

Re: I just want the binaries for W2K

2002-12-13 Thread Rabellino Sergio
Peter 'Luna' Runestig wrote: Marcel Elsner wrote: Hi, i am sick of compiling everything again and again using 3 or more different compilers. I really tried it but now just want running code. Is anybody out there who allready has the binarys for windows 2000? if, then please send it or give m

Re: I just want the binaries for W2K

2002-12-13 Thread Peter 'Luna' Runestig
Marcel Elsner wrote: Hi, i am sick of compiling everything again and again using 3 or more different compilers. I really tried it but now just want running code. Is anybody out there who allready has the binarys for windows 2000? if, then please send it or give me a link where i can download.

I just want the binaries for W2K

2002-12-13 Thread Marcel Elsner
Hi,   i am sick of compiling everything again and again using 3 or more different compilers. I really tried it but now just want running code. Is anybody out there who allready has the binarys for windows 2000? if, then please send it or give me a link where i can download.     thx & happy

[Crypt::SSLeay] Looking for modern version of Perl binaries for Win32

2002-10-11 Thread Clinton Pierce
t the version made available by Activestate (0.17) doesn't seem to. Does anyone have a modern Win32/Activestate compatable version of Crypt::SSLeay compiled and wouldn't mind giving me the binaries? Thank you! __

Need recipe for finding binaries with static libssl

2002-07-31 Thread Mike Green
In light of the recent vulnerabilities announced in openssl, I am attempting to recompile packages against openssl-0.9.6e. Finding binaries/libraries compiled against shared libraries has been straightforward. However, I have no clue how to approach finding binaries/libraries that have

Re: binaries

2002-03-27 Thread Paul E. Prak
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: >

RE: binaries

2002-03-27 Thread Andrew T. Finnell
ing 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 Solutio

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 a

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 set

Re: binaries

2002-03-25 Thread Paul E. Prak
onday, 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. Pr

RE: binaries

2002-03-25 Thread Andrew Finnell
, 2002 5:10 PMTo: [EMAIL PROTECTED]Subject: binaries Hi all,   Can I download the binaries for win32 somewhere?   I tried almost everything to compile but could not fix it.   Please help!!!   Regards, Paul

binaries

2002-03-25 Thread Paul E. Prak
Hi all,   Can I download the binaries for win32 somewhere?   I tried almost everything to compile but could not fix it.   Please help!!!   Regards, Paul

RE: WIN32 binaries anyone??

2001-09-13 Thread John . Airey
: Radi Shourbaji [mailto:[EMAIL PROTECTED]] >Sent: 13 September 2001 08:50 >To: '[EMAIL PROTECTED]' >Subject: WIN32 binaries anyone?? >Importance: High >I am in search of pre-built binaries for WIN32 to use in conjunction with curl in a w2k environment. Any help wo

Re: WIN32 binaries anyone??

2001-09-13 Thread Hannu Krosing
I use the ones from m2crypto (python bindings) site http://www.pobox.org.sg/home/ngps/m2/ the libs themself are at: http://www.pobox.org.sg/home/ngps/m2/openssl-0.9.6-win32.zip --- Hannu __ OpenSSL Project

WIN32 binaries anyone??

2001-09-13 Thread Radi Shourbaji
I am in search of pre-built binaries for WIN32 to use in conjunction with curl in a w2k environment.  Any help would be appreciated!    Thanks!   Radi  

[Announce] M2Crypto 0.05p1 and Win32 binaries]

2000-12-07 Thread Ng Pheng Siong
Hello, M2Crypto 0.05p1 is now available, in source and Win32 binary packages. M2Crypto is a Python interface to OpenSSL's ciphers, message digests and SSL and S/MIME functionality. Get it here: http://www.post1.com/home/ngps/m2 As usual, feedback is welcome. -- Ng Pheng Siong <[EMAIL P

Re: Announcement: OpenSSL 0.9.6 binaries for HP-UX 10.20

2000-11-17 Thread Lutz Jaenicke
On Fri, Nov 17, 2000 at 11:23:36PM +0100, Reiner Buehl wrote: > I could provide a swinstall version if people are interrested, but I > do not have a ftp site to make it available. Binaries are not provided at the OpenSSL download site, so the problem for people is finding them. I don'

Re: Announcement: OpenSSL 0.9.6 binaries for HP-UX 10.20

2000-11-17 Thread George Staikos
On Friday 17 November 2000 17:23, Reiner Buehl wrote: > I could provide a swinstall version if people are interrested, but I > do not have a ftp site to make it available. That would be great! You could probably submit to the HP Packaging Project too -- George Staikos ___

RE: Announcement: OpenSSL 0.9.6 binaries for HP-UX 10.20

2000-11-17 Thread Reiner Buehl
0 11:22 > To: [EMAIL PROTECTED] > Subject: Announcement: OpenSSL 0.9.6 binaries for HP-UX 10.20 > > > Hi! > > Due to the questions arising on this list during the last days I have > decided to provide binaries of OpenSSL 0.9.6 for HP-UX 10.20. > In fact, I just tar'

Announcement: OpenSSL 0.9.6 binaries for HP-UX 10.20

2000-11-17 Thread Lutz Jaenicke
Hi! Due to the questions arising on this list during the last days I have decided to provide binaries of OpenSSL 0.9.6 for HP-UX 10.20. In fact, I just tar'ed together my own installation and wrote a README :-) You can download it at: ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/re

Re: Win32 binaries needed.

2000-09-25 Thread David Maurus
Craig Manley wrote: > Hi all, > I've got the free Borland C++ 5.5 compiler but I can't compile the > source on Win98. Has anybody got already compiled Win32 binaries (or a > complete setup) that I could download? You can grab them here (temporary): http://www.mailbag.de

Win32 binaries needed.

2000-09-25 Thread Craig Manley
Hi all, I've got the free Borland C++ 5.5 compiler but I can't compile the source on Win98. Has anybody got already compiled Win32 binaries (or a complete setup) that I could download? P.S. I'm not a C programmer so I have no hope in figuring out how to compile it myself

Re: Solaris SUN Binaries

1999-06-10 Thread Holger Reif
irctory, and instead have to do a > "use lib" to a directory I can write to. > 3 - Other things I don't know about > > My question is whether anyone knows of a source for precompiled binaries > for openssl, or of another way to get PERL to speak https as a client that

Making exportable binaries?

1999-05-04 Thread John Fisher
Hello, I'm writing an application that utilizes OpenSSL for encryption/authentication. Certainly, I can make the application binaries as strong as I want in the US, cryptographically-speaking. But, if I wanted to generated some binaries that I knew were export-safe outside the US, how wo