Re: ssl/kssl.c fails on NetBSD

2005-06-14 Thread GOTOU Yuuzou
In message <[EMAIL PROTECTED]>, `GOTOU Yuuzou <[EMAIL PROTECTED]>' wrote: > This error could be avoided if we read at least one standard > header file before setting _XOPEN_SOURCE macro. > -#include > #include > > #define _XOPEN_SOURCE 500 /* glibc2 needs this to declare strptime() */ Sorr

Re: windows ce port

2005-06-14 Thread Farkas Levente
JSec wrote: Have you looked at MatrixSSL? It is designed to provide SSL for devices and works on Windows CE and Symbian (among many other OSes too numerous to list). It is under a dual source license so if you can use a GPL or commercial license it will work for your project. There is a free s

crypt/des/dx86-out.s fails on NetBSD

2005-06-14 Thread GOTOU Yuuzou
Hi, cyrpt/des/dx86-out.s makes some errors in build process. For now, I can only attach a summary of make report. Please let me know if you need more information. -- gotoyuzo % make report ... making all in crypto/des... gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -pthread -D_THREAD_SA

ssl/kssl.c fails on NetBSD

2005-06-14 Thread GOTOU Yuuzou
Hi, Compilation of ssl/kssl.c fails on NetBSD 3.99.5. gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -pthread -D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_A

RE: windows ce port

2005-06-14 Thread JSec
Have you looked at MatrixSSL? It is designed to provide SSL for devices and works on Windows CE and Symbian (among many other OSes too numerous to list). It is under a dual source license so if you can use a GPL or commercial license it will work for your project. There is a free source download

[openssl.org #1114] Bug: RC4 on IA64 and OpenSSH

2005-06-14 Thread Iain Morgan via RT
When building OpenSSH 4.1p1 against OpenSSL 0.9.7g on Itanium (Linux) the OpenSSH 'make tests' regression tests fail wrt the RC4 cipher. At first glance, this appears to be an OpenSSL issue: The tests are successful when OpenSSH is built against 0.9.7e, but later versions fail. Specifically, the

Re: windows ce port

2005-06-14 Thread Pablo J Royo
Just FYI , I compiled OpenSSL 0.9.7e for WinCE last week. I think a little more order in compilation of OpenSSL for WinCE is needed now. May be this compiled cleanly a few years ago but now needs some ugly extra work. I had to define set WCEPLATFORM on my environment vars and define _WIN32_CE, OP

Re: windows ce port

2005-06-14 Thread Rodney Thayer
Farkas Levente wrote: hi, it seems to me that no one realy cares about the windows ce port of openssl. RSA's product (i.e. the capitalist fork of ssleay ;-) runs on WinCE. People DO care about it - sometimes. The phones and small devices (Cisco 7961's run WinCE???) may well use SSL and woul

RE: windows ce port

2005-06-14 Thread Steven Reddie
Hi Levente, I did the Windows CE port but have not found the time to complete an update for the latest compiler and SDKs. I think the last kit I used for the current OpenSSL support was eVC 3.0 for PPC2002. OPENSSL_SYS_WINCE is the correct tag to use; you'll find these in the source code already

windows ce port

2005-06-14 Thread Farkas Levente
hi, it seems to me that no one realy cares about the windows ce port of openssl. so i look around and try to fix the problems with the current stable release 0.9.7g and the current embedded visual c++. i'll send the required patch to be able to compile on windows ce. but i wouldn't like to tou

openssl 0.9.7g encrypt/decrypt not able to interoperate with Java

2005-06-14 Thread Belliappa, Ashith Muddiana (STSD)
Hi All, I am facing a problem while performing encryption and decryption using 0.9.7g. Here I am encrypting data using openssl 0.9.7g and decrypting using Java, and vice versa. Basically, I find the interoperability with Java to be broken (see detail of exception below). The same was working fine

[openssl.org #1109] Please urgently impelment "-utf8" parameter in "openssl ca" command

2005-06-14 Thread via RT
Finally a better way to fix it ;) The fix adds a new command line switch to "openssl ca" function that affects the way “-subj” parameter is parsed. The new switch is named “- utf8” and makes possible to send the “-subj” parameter as a string in UTF8 format in order to generate RFC3280 subject t

[openssl.org #1112] 0.9.8 beta 5 build issue on windows

2005-06-14 Thread Jeffrey Altman via RT
The following build issue exists: cl /Fotmp32dll\c_zlib.obj -Iinc32 -Itmp32dll -DZLIB_SHARED -DZLIB -DKRB5_MIT /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DOPENSSL_SYSNAME_WINNT -DOPENSSL_USE_APPLINK -I. /Fdout3

[openssl.org #1113] openssl-0.9.8-beta5 - install fails on "../../util/pod2man.pl: Invalid man page"

2005-06-14 Thread [EMAIL PROTECTED] via RT
making all in tools... ./pod2mantest: pod2man: not found pod2man does not work properly ('BasicTest' failed). Looking for another pod2man ... No working pod2man found. Consider installing a new version. As a workaround, we'll use a bundled old copy of pod2man.pl. installing man1/CA.pl.1 instal