Hi,
I've gotten a few messages about M2Crypto not working on Linux (Red Hat
7.1, SuSe 7.1) because "undefined symbol: EVP_rc5_32_12_16_ofb".
I understand the packaged OpenSSL on those platforms are versions of
0.9.6.
I don't have a Linux installation at the moment, so I have no clue why
this i
> Ryan wrote:
>
> I am on Win2000 and I'm trying to make openssh from the source.
> Everything seems to go smooth when I execute:
>
> > nmake -f ms\ntdll.mak
>
> but when it tries to execute the following line:
>
> ml /Cp /coff /c /Cx /Focrypto\md5\asm\m5-win32.obj
> .\crypto\md5\asm\m5-win32
"Timothy H. Schilbach" wrote:
>
> Dont feel bad, for 2 years now I have had the same problem and no one can
> seem to tell me why I cant install it.
>
> I believe that no one has ever tested it tis why no one can get it to work!
>
I can't see any reference to you mentioning the same problem as
Hello Group,
I have some general questions on creating a CA on my RH 7.1 linux
server. I want to be able to create some certificates for my Apache Web
Server and my NT 4.0 server to enable ssl.
Is there a reference I can read on this? I am fairly new to Linux.
Matthew Ballou
IT Manager
Thanks for your help on this one but sorry I don't get any output I just get
a file created: "openssl.core" Do you know what type of things cause a core
dump? I can't say I've experienced it to often in the past.
I'm assuming it's something to do with apache clashing with openssl, because
ssh is
I am on Win2000
and I'm trying to make openssh from the source.
Everything seems
to go smooth when I execute:
> nmake
-f ms\ntdll.mak
but when it tries
to execute the following line:
ml /Cp /coff /c
/Cx /Focrypto\md5\asm\m5-win32.obj
.\crypto\md5\asm\m5-win32.asm
I get the
follow
- 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
On Friday 27 July 2001 10:04 am, you wrote:
> Hi all.
>
> I followed instructions in
> http://marc.theaimsgroup.com/?l=openssl-users&m=99494629705968&w=2
> to find memory leaks in my application.
>
> The output generated by CRYPTO_mem_leaks_fp (as show below) tells me
> that 899 bytes were leaked
Hi all.
I followed instructions in
http://marc.theaimsgroup.com/?l=openssl-users&m=99494629705968&w=2
to find memory leaks in my application.
The output generated by CRYPTO_mem_leaks_fp (as show below) tells me
that 899 bytes were leaked but the sum of all reported bytes is 1608. Is
that a bug
Dont feel bad, for 2 years now I have had the same problem and no one can
seem to tell me why I cant install it.
I believe that no one has ever tested it tis why no one can get it to work!
Timothy H. Schilbach
Alpha Omega Design Inc.
[EMAIL PROTECTED]
Visit our website at www.aodinc.com
-
RE: smime system call problem> #!/usr/bin/perl -w
>
> system("openssl smime -encrypt -in message.txt -out crypto.txt cert.pem");
I suggest that this is NOT the way to do this. Its better to open it
something like this:
our $Debug=1;
#DONT FORGET THE PIPE AT THE END!
open (SSL,"openssl smime -encr
Title: RE: smime system call problem
"Oliver Bode" <[EMAIL PROTECTED]>
wrote:
> =
> #!/usr/bin/perl -w
>
> system("openssl smime -encrypt -in message.txt -out crypto.txt cert.pem");
I suggest that this is NOT the way to do this. Its better to open it someth
Hello,
> Does the script run ok ? ie does it print out "crypto.txt failed" ?
Yes, and it gives me a core dump.
> Does 'message.txt' exist in the current directory (presumably your
cgi-bin)
I've done it in my cgi-bin under cgiwrap as the same user as ssh and I've
run it as an executable elsewhe
Moved to openssl-users:
Massimiliano Pala wrote:
>
> Hi all,
>
> I am trying to get the ocsp stuff working with the Netscape psm, I am only
> at the beginning, but I have some questions for you:
>
> o Is it the PEM_read_bio_OCSP_REQUEST() the right function
> to use to read a
- 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
On Fri, Jul 27, 2001 at 10:44:08AM +, Edward Woodstarf wrote:
> I need to retrieve CA certificates from an exsisting certificate store and
> make them available to my client application for verifying server
> certficates.
> I can't write these certs back to the harddrive for performance reas
Title: Web Site Alert: Not Responding
It
worked just now! I've just pulled 0.9.6b again to test it
(again).
- John
Airey Internet Systems Support Officer,
ITCSD, Royal National Institute for the Blind, Bakewell Road, Peterborough PE2 6XU, Tel.: +44 (0) 1733 375299 Fax: +44 (0) 1733 370848
Hi Guys,
I need to retrieve CA certificates from an exsisting certificate store and
make them available to my client application for verifying server
certficates.
I can't write these certs back to the harddrive for performance reasons and
issues with multithreadding.
I need to convert the certi
On Thu, Jul 26, 2001 at 05:39:46PM -0400, Pooja Aggarwal wrote:
> Hi,
>
> I am a newbie to this group. I am having the following problem. I ported
> the rsa code from openssl and am trying to get it to work on Vxworks.
>
> It gives me the following error when i try to link in the library.
> In f
Help,
I am having an unusual problem on my openbsd default openssl 0.9.5a install
that I can't work out.
If I am at the command line and run the following simple perl script,
crypto.txt exists, however, if I point my browser at the script crypto.txt
fails.
My permissions in the directory are 77
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
Dear Mr.,
Thanks for your time reading this.
I use the crypto library in openssl-0.9.6b.tar.gz, and configure into
VC-WIN32.
After setting up and compling, every thing works fine with the XXXtest.exe
in out32dll directory.
Then I try to use the file demos\eay\loadrsa.c and it works.
I try to us
please
has someone used libeay under mts/com+ successfully???
i've experiencing problems with it related to concurrency
best regards
__
OpenSSL Project http://www.openssl.org
User Support Mailin
hi,
following instructions from file INSTALL.W32
i have this error running
nmake -f ms\ntdll.mak
something wrong?
removing the option /WX solves the problem. it dont stop with error but the
warning remains, should be reviewed?
cl /Fotmp32dll\rsa_oaep.obj -Iinc32 -Itmp32dll /MD /W3
25 matches
Mail list logo