CVSROOT: /cvs Module name: src Changes by: bc...@cvs.openbsd.org 2014/12/07 09:56:17
Modified files: lib/libtls : tls_client.c tls_internal.h tls_verify.c regress/lib/libtls/verify: verifytest.c Log message: Allow specific libtls hostname validation errors to propagate. Remove direct calls to printf from the tls_check_hostname() path. This allows NUL byte error messages to bubble up to the caller, to be logged in a program-appropriate way. It also removes non-portable calls to getprogname(). ok jsing@