[openssl.org #1273] [PATCH] support for SEED (RFC4269)

2006-01-21 Thread Hye-Shik Chang via RT
Hi, Here's a patch that adds SEED support for OpenSSL cvs head as of today: http://people.freebsd.org/~perky/openssl-seed-060121.diff.gz SEED is a 128-bit block cipher registered to ISO/IEC and IETF and has some applications already (RFC4010: CMS, RFC4162: TLS, RFC4196: IPSec). More

[openssl.org #1274] Possible bug in sha512

2006-01-21 Thread [EMAIL PROTECTED] via RT
I have used openssl in an application for the first time, so this might be my code, but there is strong evidence that it is not. I linked Electric Fence in my application and when I use the sha512 digest, I get a Bus Error, when I use the md5 digest, I do not. I am running on a sparc Ultra-2

Re: [openssl.org #1272] Problem with config 64 bits AIX 5.2

2006-01-21 Thread Peter Waltenberg
Create a new build tree (from the tar file) and configure it explicitly with the 64 bit AIX target. If you make a mistake, start again. (rm the build tree, untar). make clean/reconfigure doesn't remove all the 32 bit configuration and some files build incorrectly. I can't remember where the