RE: Openssl-0.9.7-beta6/wcecompat on Pocket PC 2002 -- problem with time.h

2002-12-23 Thread Steven Reddie
Thanks Atul, I'll incorporate this into the next wcecompat release. Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Atul Prakash Sent: Monday, 23 December 2002 6:41 AM To: [EMAIL PROTECTED] Subject: Openssl-0.9.7-beta6/wcecompat on Pocket PC 2002 -

Re: md5 of openssl-0.9.6h.tar.gz

2002-12-23 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 23 Dec 2002 11:05:18 +0100, Ladislav Hagara <[EMAIL PROTECTED]> said: hgr> please, what version and md5 is correct for openssl-0.9.6h.tar.gz ? 0.9.6h, 1a0c2bee9f6b0af95ce65106462411f5. hgr> According to http://www.openssl.org/news/announce.html it is hgr>

Re: How to use AES scheme?

2002-12-23 Thread Richard Levitte - VMS Whacker
In message <01c2aa3d$ed41bab0$7c03fdcb@the9note> on Mon, 23 Dec 2002 13:44:06 +0900, 김덕우\(Deokwu, Kim\) <[EMAIL PROTECTED]> said: thenine> void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out, thenine>const unsigned long length, const AES_KEY *key, thenine>unsig

Re: problem with compiling openssl

2002-12-23 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sun, 22 Dec 2002 13:07:44 +0100, "Ilias Barthelemy" <[EMAIL PROTECTED]> said: ilias> can you help me out, i recieve this when i try to compile openssl You might want to timewarp back from history :-). ilias> make: *** Warning: File `Makefile.org' has modificati

md5 of openssl-0.9.6h.tar.gz

2002-12-23 Thread Ladislav Hagara
Howdy, please, what version and md5 is correct for openssl-0.9.6h.tar.gz ? According to http://www.openssl.org/news/announce.html it is 1a0c2bee9f6b0af95ce65106462411f5. According to http://marc.theaimsgroup.com/?l=openssl-dev&m=103938176401134&w=2 openssl was fixed and rebuilt and md5 was chang

How to use AES scheme?

2002-12-23 Thread 김덕우\(Deokwu, Kim\)
Hi, I want to use AES scheme by counter mode. void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out, const unsigned long length, const AES_KEY *key, unsigned char counter[AES_BLOCK_SIZE], unsigned char ecount_buf[AES_BLOCK_SIZE], unsigned int *num) T

Openssl-0.9.7-beta6/wcecompat on Pocket PC 2002 -- problem with time.h

2002-12-23 Thread Atul Prakash
The "struct tm" structure is defined in wcecompat/include/time.h as well as in "Windows CE Tools\wce300\Pocket Pc 2002\mfc\include\wcealt.h". That gives problems in compiling some openssl programs that use MFC includes as well as wcecompat includes. Perhaps, the wcecompat's time.h should be t

problem with compiling openssl

2002-12-23 Thread Ilias Barthelemy
can you help me out, i recieve this when i try to compile openssl make: *** Warning: File `Makefile.org' has modification time in the future (2002-11-14 13:40:49 > 2000-06-07 16:40:42) Makefile.ssl is older than Makefile.org. Reconfigure the source tree (via './config' or 'perl Configure'), plea