Looking for someone to help port OpenSSL to the Palm

2000-12-07 Thread SSL Porter
Hello all, As part of a company project I initiated an attempt to port OpenSSL to the Palm. About two months ago I completed stage 1 which was actually getting the source compiled and linked for the Palm. However, due to either the toolkit's or the PalmOS' limitations I then was unable to l

Palm support

2000-10-12 Thread SSL Porter
Is anybody porting this library to the PalmOS? I managed to get v0.9.5c to successfully compile for the Palm but was then unable to install the resulting prc file as it was too big. __ OpenSSL Project

Problem with installing shared libs

2000-10-12 Thread SSL Porter
> Yup. From INSTALL: > > sharedIn addition to the usual static libraries, create shared > libraries on platforms where it's supported. See "Note on > shared libraries" below. I ran ./config shared and while it build and installed shared libraries it did

Question on the use of gmtime in openssl

2000-08-23 Thread SSL Porter
Hi, I'm currently porting OpenSSL to a platform that lacks a gmtime eqivalent. I do however have access to a localtime. How would the OpenSSL library be affected if I switched the gmtime()'s to the localtime equivalent available to me? My hope is that the gmtime is only being used to verif