[openssl.org #261] [PATCHes] OpenSSL 0.9.6g: OBJ_txt2obj, EVP reinitialisation

2002-11-14 Thread Richard Levitte via RT
The OBJ_txt2obj() problem has already been solved. The EVP reinit problem is very easy to solve, actually. Somply remove the flag variable, which is exactly what has been decided within the team. I'm sure many will scream at this decision. However, think about it, the only way that flag

RE: [openssl.org #261] [PATCHes] OpenSSL 0.9.6g: OBJ_txt2obj, EVP reinitialisation

2002-11-14 Thread via RT
Sounds good. -Original Message- From: Richard Levitte via RT [mailto:rt;openssl.org] Sent: Friday, 15 November 2002 10:25 AM To: Reddie, Steven Cc: [EMAIL PROTECTED] Subject: [openssl.org #261] [PATCHes] OpenSSL 0.9.6g: OBJ_txt2obj, EVP reinitialisation The OBJ_txt2obj() problem has

[PATCHes] OpenSSL 0.9.6g: OBJ_txt2obj, EVP reinitialisation

2002-08-30 Thread Reddie, Steven
I've included two patches which fix issues introduced in OpenSSL 0.9.6e/f/g (I found them when upgrading from d to g). The first patch is a single character change that resolves ticket#260. The bug is that in EVP_txt2obj() the content length rather than the length of the tag+length+content is

[openssl.org #261] [PATCHes] OpenSSL 0.9.6g: OBJ_txt2obj, EVP reinitialisation

2002-08-30 Thread via RT
I've included two patches which fix issues introduced in OpenSSL 0.9.6e/f/g (I found them when upgrading from d to g). The first patch is a single character change that resolves ticket#260. The bug is that in EVP_txt2obj() the content length rather than the length of the tag+length+content is