Reliant Unix

2002-03-13 Thread Hermann Guenther
Hallo, ich versuche openssl auf einer RM400 mit ReliantUNIX-N 5.45 A1023 zu installieren. Das config-script läuft durch und legt ein Makefile.ssl an. Der make steigt mit folgender Fehlermeldung aus: cc:[fatal]:CDR9912 thread package for -Kthread not installed Können Sie mir weiterhelfen

Re: Reliant Unix

2002-03-13 Thread Tom Anderson
Es ist ein kleines gewesen habe können wurde, da ich dies gemacht, deshalb sein meine Informationen jetzig nicht, aber es erfordert, daß Sie das DCE Klient Paket zu installieren, um erhalten, Fäden Stütze auf Siemens Nixdorf Maschinen. Ich hoffe, daß dies hilft. It's been a little while, so

.NET version of OpenSSL

2002-03-13 Thread jeff roberts
Is anyone working on a .NET version of OpenSSL ? thank you

Re: .NET version of OpenSSL

2002-03-13 Thread Stephen Sprunk
Thus spake jeff roberts: Is anyone working on a .NET version of OpenSSL ? For those of us that live in non-Microsoft worlds, can you explain what this means/entails? S -- Stephen Sprunk So long as they don't get violent, I want to CCIE #3723 let everyone say what they wish,

re[2]: .NET version of OpenSSL

2002-03-13 Thread Jeff Roberts
I will take a stab at it, but I am not going to be able to cover it all here ! A .NET port of OpenSSL would require replacing the C style DLL interface with a .NET Object DLL. The OpenSSL source code would have to be able to be compiled under the C# (pronounced c sharp) compiler. Microsoft

Re: re[2]: .NET version of OpenSSL

2002-03-13 Thread Geoff Thorpe
Hi there, On Thursday 14 March 2002 10:13, Jeff Roberts wrote: A .NET port of OpenSSL would require replacing the C style DLL interface with a .NET Object DLL. The OpenSSL source code would have to be able to be compiled under the C# (pronounced c sharp) compiler. Microsoft has just

RE: re[2]: .NET version of OpenSSL

2002-03-13 Thread Neff Robert A
I believe that most future software development is and will be done as a .NET component and that if OpenSSL is not ported to it, then OpenSSL will die the same fate as Windows 3.1 You're joking, right? You don't honestly believe that .NET is going to eliminate the need for real UNIX servers,

Re: re[2]: .NET version of OpenSSL

2002-03-13 Thread Daniel Sands
Maybe when Mono (the Open-Source version of .NET) is available? OpenSSL is primarily for UNIX systems, which at present have no .NET support. So making a .NET port sounds about like making a Java port, from this description. I guess Microsoft, fresh from the black eye over Java, is trying to

re[4]: .NET version of OpenSSL

2002-03-13 Thread Jeff Roberts
I know old Unix programmers die hard ! __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager

re[4]: .NET version of OpenSSL

2002-03-13 Thread Jeff Roberts
I have heard that the reason that Microsoft bought a large part of Coral is to have them put .NET on Linux ! __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: re[4]: .NET version of OpenSSL

2002-03-13 Thread Vadim Fedukovich
On Wed, 13 Mar 2002, Jeff Roberts wrote: I have heard that the reason that Microsoft bought a large part of Coral is to have them put .NET on Linux ! Yes, they also buy hotmail to prove it cant be running on nt. Could we keep on .NET please when they manage to make some code?

Re: re[4]: .NET version of OpenSSL

2002-03-13 Thread Stephen Sprunk
Thus spake Jeff Roberts: I think you can create .NET components in Java too ! The point is that there are going to be a lot of .NET applications that need a .NET solution. Some companies are porting their Java code to C# because it is so similar ! C# will never have the speed that C/ASM

Re: re[4]: .NET version of OpenSSL

2002-03-13 Thread Jean-Luc Duval
I think it have gone far from the questions. But in my perspective (it can be faulty) OPENSSL must be put in wrapper that make it a CSP of Windows and the application in whatever language (C, C++, C#, JAVA, next language, next ... ) will access it via the CryptoAPI this means that all the

Re: .NET version of OpenSSL

2002-03-13 Thread Paul Allen
Jeff Roberts wrote: I know old Unix programmers die hard ! You might ask yourself why that is. In fact old Unix programmers built most of the technologies on which the Internet runs. Old Unix programmers know that it is a technical error to use an OS with such obvious designed-in flaws as

Re: Reliant Unix

2002-03-13 Thread Daniel Sands
Sie brauchen DCE-THR V2.0 oder SIthreads. Von siemens.de: Die Betriebssystem-CD enthält das Paket SIthreads, das über cdinst installiert werden kann. Das Paket SIthreads ersetzt die frühere Version von DCE-Threads DCE-THR 2.0A von der CD-SYS-MI. Vergewissern Sie sich bitte, daß die frühere

[PATCH] Initialize cipher context in ssl/s3_(clnt|srvr).c

2002-03-13 Thread D. Russell
A ciph_ctx is declared auto, but not initialized in the SSL_kKRB5 codepath. diff -ur openssl-0.9.7-stable-SNAP-20020312-orig/ssl/s3_clnt.c openssl-0.9.7-stable-SNAP-20020312-work/ssl/s3_clnt.c --- openssl-0.9.7-stable-SNAP-20020312-orig/ssl/s3_clnt.c Mon Jan 14 18:40:23 2002 +++