CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/19 03:40:35
Modified files:
lib/libssl/man : SSL_CTX_set_default_passwd_cb.3
Log message:
Mention a subtle difference between PEM_def_callback(3) and the example.
It's relevant not only for the example, but also because the functions
documented here use PEM_def_callback(3) by default, and that exhibits
surprising and potentially dangerous behaviour by not NUL-terminating.
OK tb@
