CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2020/02/17 05:51:48

Modified files:
        lib/libcrypto/conf: conf.h conf_def.c conf_err.c 

Log message:
Restrict the length of openssl conf value string

There was no limitation for the length of openssl conf value.
This brings possibility of out-of-memory problem as oss-fuzz had detected.
This diff restricts the length of conf value up to 64k.

ok jsing@

Reply via email to