CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/16 01:35:25
Modified files:
lib/libtls : tls_ocsp.c tls_signer.c
Log message:
libtls: consistently handle allocation failures
Use tls_set_errorx() or tls_error_setx() rather than the versions without
x for TLS_ERROR_OUT_OF_MEMORY. ENOMEM adds no further info.
>From Michael Forney
ok bcook
