CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/02/06 16:31:29
Modified files:
usr.bin/ssh : Makefile.inc ssherr.c ssherr.h
usr.bin/ssh/scp: Makefile
usr.bin/ssh/sftp: Makefile
usr.bin/ssh/sftp-server: Makefile
Added files:
usr.bin/ssh : ssherr-libcrypto.c ssherr-nolibcrypto.c
Log message:
Fetch the error reason from libcrypto if available, append it to
the corresponding ssh error message and optionall print the libcrypto
full error stack (at debug1). with & ok tb@ djm@ millert@ schwarze@
Note that the quality of errors obtainable from libcrypto is somewhat
variable, so these may be any of: useful, misleading, incomplete
or missing entirely. As a result we reserve the right to change
what is returned or even stop returning it if it does more harm than
good.