1.0.1b, Win32, 64-bit MinGW

2012-04-27 Thread Sisyphus
Hi, I use a 64-bit MinGW (gcc-4.7.0) compiler on Windows Vista64. = Issue 1 = Having run configure, make croaks with undefined references to `rc4_md5_enc' in libcrypto.a. I can find the rc4_md5_enc prototype in openssl-1.0.1b\crypto\evp\e_rc4_hmac_md5.c but that's all. How does one f

[Win64] 'make install' error with 1.0.0e

2011-11-06 Thread Sisyphus
Hi, Having successfully built (and tested) a static openssl-1.0.0e library using a mingw64 compiler (gcc-4.7.0) in the msys shell, make install croaks with: ## making install in apps... make[1]: Entering directory `/c/comp/openssl-1.0.0e/apps' installing openssl chm

[MinGW] undefined reference to `ERR_unload_strings'

2010-10-29 Thread Sisyphus
Hi, Building recent openssl (0.9.8n, 0.9.8o) from source in the MSYS shell with the MinGW port of 6cc-3.4.5. When trying to build a shared library (dll), I do './config --shared && make'. Everything is fine until, during the 'make' stage, we switch to the 'engines' directory: make[1]: Enter

Re: OpenSSL FIPS 1.1.2 on Windows

2008-03-14 Thread Sisyphus
- Original Message - From: "Dr. Stephen Henson" <[EMAIL PROTECTED]> To: Sent: Friday, March 14, 2008 10:09 PM Subject: Re: OpenSSL FIPS 1.1.2 on Windows On Fri, Mar 14, 2008, Sisyphus wrote: Rather than digging, I opted for simply linking to my openss

Re: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Sisyphus
- Original Message - From: "Sisyphus" <[EMAIL PROTECTED]> . . Yet I still get those "undefined references" (posted earlier in this thread) when the attempt is made to build fips_desmoves.exe during the 'make' stage. Looks like I'll hav

Re: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Sisyphus
- Original Message - From: "Dr. Stephen Henson" <[EMAIL PROTECTED]> To: Sent: Friday, March 14, 2008 5:24 AM Subject: Re: OpenSSL FIPS 1.1.2 on Windows On Thu, Mar 13, 2008, Scholl, Ben M. wrote: Would you please explain how to "properly" install the MingW environment? I started

Re: OpenSSL FIPS 1.1.2 on Windows

2008-03-13 Thread Sisyphus
- Original Message - From: "Saju Paul" <[EMAIL PROTECTED]> To: Sent: Friday, March 14, 2008 12:11 AM Subject: RE: OpenSSL FIPS 1.1.2 on Windows Here is a clue...you need to have openssl 0.9.7m built & installed on the system you are attempting the FIPS build on. I have openssl-0.

Re: OpenSSL FIPS 1.1.2 on Windows

2008-03-12 Thread Sisyphus
- Original Message - From: "Scholl, Ben M." <[EMAIL PROTECTED]> To: Sent: Tuesday, March 11, 2008 5:06 AM Subject: OpenSSL FIPS 1.1.2 on Windows Hello OpenSSL Team, I am having difficulty building OpenSSL FIPS 1.1.2 on Windows. I am following the directions in the latest User Guide

Re: Net ssleay on Active Perl

2008-02-22 Thread Sisyphus
- Original Message - From: "Norm Bumbieris" <[EMAIL PROTECTED]> To: Sent: Saturday, February 23, 2008 4:42 PM Subject: Net ssleay on Active Perl Dear Users I am presently trying to insert Net ssleay V1.32 into Active Perl V5.8.0 build 805 for Windows XP SP2. I downloaded the rele

Re: How to build with zlib support

2008-01-22 Thread Sisyphus
- Original Message - From: <[EMAIL PROTECTED]> . . You may just use: $ ./Configure zlib --with-zlib-lib=/path --with-zlib-include=/path mingw It still can't find zlib. I eventually found that the following works: ./config no-shared zlib -I/usr/local/include -L/usr/local/lib -lz --

Re: How to build with zlib support

2008-01-22 Thread Sisyphus
- Original Message - From: <[EMAIL PROTECTED]> . . How do I tell ./config where zlib.h is located ? With Configure you may add something like: --with-zlib-lib=/path --with-zlib-include=/path I find that when I run ./config the operating system "i686-whatever-mingw" is detecte

Re: 'make test' error - "I am unable to access the ./demoCA/newcerts directory"

2008-01-22 Thread Sisyphus
- Original Message - From: "C K KIRAN-KNTX36" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 22, 2008 7:27 PM Subject: RE: 'make test' error - "I am unable to access the ./demoCA/newcerts directory" Try just touching those directories. Hopefully that should fix your problem. The p

How to build with zlib support

2008-01-19 Thread Sisyphus
Hi, No doubt a dumb question, but I couldn't work out how to build openssl with zlib support. I know about the 'no-zlib', 'zlib', and 'zlib-dynamic' options - and I guess I can use the -lxxx and -Lxxx options to specify libz and its location, but all my attempts to build with zlib support are

'make test' error - "I am unable to access the ./demoCA/newcerts directory"

2008-01-19 Thread Sisyphus
Hi, I'm building openssl-0.9.8g on Windows Vista in the msys shell using (the mingw port of) gcc-3.4.5. I've successfully run './config no-shared' and 'make', but 'make test' throws up the following: - You are about to be asked to enter information that will be incorporated into your cer

Re: How to make in Visual C++ 6.0

2002-12-02 Thread Sisyphus
- Original Message - From: "Desmond Ling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 9:18 AM Subject: Re: How to make in Visual C++ 6.0 > hi > i tried to build the program in > visual studio c++.net > i got stuck at the step "nmake -f ntdll.mak" > i've a

Re: BN_CTX_start()

2002-10-04 Thread Sisyphus
- Original Message - From: "Nils Larsch" <[EMAIL PROTECTED]> > > > > BN_mod_exp() will calculate: > > r = (a^p) % m > > I don't think it permits calculation of: > > a = (a^p) %m > > use a extra variable : > BIGNUM *tmp = BN_dup(a); > if (!BN_mod_exp(a, tmp, p, m, ctx)) goto err; > BN_fre

Re: Trying to build 'prime.c'

2002-06-14 Thread Sisyphus
- Original Message - From: "Sisyphus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 09, 2002 8:38 PM Subject: Trying to build 'prime.c' > Hi, > > On Win 2k, OpenSSL 0.9.6a, I am trying to build 'prime.c' (from the de

Trying to build 'prime.c'

2002-06-09 Thread Sisyphus
Sorry - should have mentioned that 'prime.c' is in the 'openssl/demos/prime' prime folder. Cheers, Rob __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL

Trying to build 'prime.c'

2002-06-09 Thread Sisyphus
Hi, On Win 2k, OpenSSL 0.9.6a, I am trying to build 'prime.c' using MSVC++ 6.0 (with which I built openssl). Compiles ok, but cannot link the 3 'BN_' functions called in 'prime.c'. I get the following error report: prime.c prime.c(91) : warning C4113: 'void (__cdecl *)()' differs in parameter

Re: Trouble with HTTPS: and PERL

2001-09-17 Thread Sisyphus
- Original Message - From: "Marko Asplund" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 16, 2001 9:27 PM Subject: Re: Trouble with HTTPS: and PERL > On Sat, 15 Sep 2001, Sisyphus wrote: > > > I don't think LWP supports

Re: Trouble with HTTPS: and PERL

2001-09-14 Thread Sisyphus
Hi, I don't think LWP supports 'https' protocol. Note that '$req' is a 'HTTP::Request' (not 'HTTPS::Request) object. You'll need to install 'Net::SSLeay' or 'Crypt::SSLeay' modules. Cheers, Rob - Original Message - From: "Andy Donaldson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: F

OOPS- was Re:Installation problem

2001-09-14 Thread Sisyphus
My apologies for posting that large attachment to the list. It was meant to be an offlist reply. ( I'm not sure why it wasn't - but I'll try and ensure that I get it right in future.) Cheers, Rob __ OpenSSL Project

Re: Questions re: Crypt::SSLeay

2001-09-05 Thread Sisyphus
- Original Message - From: "Szeto, Paul" <[EMAIL PROTECTED]> - > Can't locate loadable object for module Crypt::SSLeay in @INC > But the Crypt::SSLeay is there in the @INC path with the correct > permissions. I'm not familiar with your OS, but the 'loa

Re: [OT] Rabin-Miller test for primes

2001-08-28 Thread Sisyphus
> You have read up to step 5? :-) > > HTH, > Thomas > Thanks, Thomas - the penny has finally dropped. I just have to loop through steps 4 and 5, incrementing j for as long as jhttp://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

[OT] Rabin-Miller test for primes

2001-08-28 Thread Sisyphus
Hi, I have 2 almost identical accounts of the Rabin-Miller test. One is in Schneier's 'Applied Cryptography' and the other is at http://mason.gmu.edu/~kgaj/ECE590/spec/dong.html ( from a Google search). I can follow the procedure quite well, except for the role of the variable 'j', which has no b

Re: Importing cerificates on Win 2k

2001-08-06 Thread Sisyphus
- Original Message - From: "Oliver Bode" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 5:02 PM Subject: Re: Importing cerificates on Win 2k > > After importing it you have to enable it in your E-mail client: > > Outlook Express: > > tools>accounts>mail>your ac

Re: Importing cerificates on Win 2k

2001-08-05 Thread Sisyphus
;[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 1:53 AM Subject: Re: Importing cerificates on Win 2k > Hi > > Just convert the newcertt.pem in pkcs12 format > and import it into Win2K > > Bye! > > Sisyphus wrote: > > > > Hi, > > I've just worked throug

Importing cerificates on Win 2k

2001-08-05 Thread Sisyphus
Hi, I've just worked through the tutorial on creating a CA and certificate at: http://www.sendmail.org/~ca/email/other/cagreg.html And I now have 2 files, 'newcert.pem' (the signed certificate) and 'newreq.pem' (unsigned certificate and private key). I believe that everything to that stage worke

Re: NT Compilation problem

2001-07-27 Thread Sisyphus
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 6:25 PM Subject: NT Compilation problem > hi, > > following instructions from file INSTALL.W32 > > i have this error running > > nmake -f ms\ntdll.mak > > something wrong? > > removing the

Re: smime system call problem

2001-07-27 Thread Sisyphus
- Original Message - From: "Oliver Bode" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 11:34 PM Subject: Re: smime system call problem > > No information that I can pinpoint in the logs or the coredump. > > Even when I run the full path I get a core dump with t

Re: smime system call problem

2001-07-27 Thread Sisyphus
- Original Message - From: "Oliver Bode" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 7:18 PM Subject: smime system call problem > = > #!/usr/bin/perl -w > > system("openssl smime -encrypt -in message.txt -out crypto.txt cert.pe