Hello, 

operating system: win xp sp3, 32 bits
openssl version: 1_0_0_beta3

If one calls:
EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,const char *pem_str, 
const char *info)

with pem_str and/or info equal to NULL. 

When calling:

EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth)

following tests are valid (if NOT compiled in debug mode)
if (ameth->pem_str)
if (ameth->info)

and freeing ameth->pem_str and/or ameth->info throws an exception.

NL


      
Hello,

operating system: win xp sp3, 32 bits
openssl version: 1_0_0_beta3

If one calls:
EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,const char *pem_str, const char *info)

with pem_str and/or info equal to NULL.

When calling:

EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth)

following tests are valid (if NOT compiled in debug mode)
if (ameth->pem_str)
if (ameth->info)

and freeing ameth->pem_str and/or ameth->info throws an exception.

NL




Reply via email to