Version
latest master
Description
While this issue is not a bug, using a void* instead of a typed object in function calls effectively removes pointer compatibility checks when using the library increasing the chance of a user of WolfSSL creating a bug. There are 10 functions I found in asn.c by grepping for "void *cm". These are mostly related to wc_ParseCert.
Version
latest master
Description
While this issue is not a bug, using a void* instead of a typed object in function calls effectively removes pointer compatibility checks when using the library increasing the chance of a user of WolfSSL creating a bug. There are 10 functions I found in asn.c by grepping for "void *cm". These are mostly related to wc_ParseCert.