[openssl.org #1191] [PATCH] Pre-Shared Key Ciphersuites for OpenSSL

2005-08-23 Thread [EMAIL PROTECTED] via RT
We have implemented a part of a new Intenet Draft called Pre-Shared Key Ciphersuites for Transport Layer Security (TLS) [1], and we would like to contribute it to the OpenSSL project. According to the Abstract section of the draft: This document specifies three sets of new ciphersuites for the

Re: [openssl.org #1191] [PATCH] Pre-Shared Key Ciphersuites for OpenSSL

2005-08-23 Thread Rich Salz via RT
this is great work, thanks! i can understand why avoiding keygen on a mobile device is a good thing :) -- Rich Salz Chief Security Architect DataPower Technology http://www.datapower.com XS40 XML Security Gateway http://www.datapower.com/products/xs40.html

mingw32-make failed patch

2005-08-23 Thread Goodwu
When compile by ms\mingw32.bat mingw32-make shows the following error message: process_begin: CreateProcess((null), copy .\.\e_os.h tmp\e_os.h, ...) failed. mingw32-make also failed at if exist sentences The attached patch can fix this bug But this patch should only work under windows 2000/xp

MinGW compile patch (fixed bug #1151)

2005-08-23 Thread Goodwu
When i try to compile via ms\mingw32.bat with asm support, i got the following error: out\libcrypto.a(cryptlib.o)(.text+0x2b9):cryptlib.c: undefined reference to `OPENSSL_ia32_cpuid' The attached patch fixed this bug. openssl-0.9.8-mingw-cpuid.patch Description: Binary data

why RSA_sign still uses SHA-1 AlgorithmId with a NULL parameter?

2005-08-23 Thread Weijun Max Wang
According to RFC 3370 (ftp://ftp.rfc-editor.org/in-notes/rfc3370.txt) 2.1 SHA-1: The AlgorithmIdentifier parameters field is OPTIONAL. If present, the parameters field MUST contain a NULL. Implementations MUST accept SHA-1 AlgorithmIdentifiers with absent parameters.