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
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
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
- 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
- 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
- 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
- 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.
- 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
- 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
- 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 --
- 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
- 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
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
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
- 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
- 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
- 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
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
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
- 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
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
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
- 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
> 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
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
- 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
;[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
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
- 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
- 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
- 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
31 matches
Mail list logo