Mention a subtle difference between PEM_def_callback(3) and the example.
authorschwarze <schwarze@openbsd.org>
Tue, 19 Sep 2023 09:40:35 +0000 (09:40 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 19 Sep 2023 09:40:35 +0000 (09:40 +0000)
commitce6274be5871f0e76803d9d69180aac679b389cd
tree562957ac31c99127c756d6d8a6d3063b1d0cfbeb
parent3f86e50f063e852891afeba4c332eb9d8bf41bd5
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@
lib/libssl/man/SSL_CTX_set_default_passwd_cb.3