openssl/util/perl
Alexandr Nedvedicky a1828c116b die() in .tmpl file should not be silently ignored.
call to die() in perl templates is currently ignored.
any error printed by die() commad appears in template
output.

In order to make sure die() terminates processing we
must ensure we emite `undef` value. This is ensured
by adding a `BROKEN` callback to `fill_in()` Template
method. The callback must return undef to stop processing.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26064)

(cherry picked from commit 578760bb6a)
2024-11-29 17:08:14 +01:00
..
OpenSSL die() in .tmpl file should not be silently ignored. 2024-11-29 17:08:14 +01:00
TLSProxy Copyright year updates 2024-09-03 14:50:21 +02:00
checkhandshake.pm Add support for compressed certificates (RFC8879) 2022-10-18 09:30:22 -04:00