openssl/util/perl
Alexandr Nedvedicky 3a86c44fda 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:30 +01:00
..
OpenSSL die() in .tmpl file should not be silently ignored. 2024-11-29 17:08:30 +01:00
TLSProxy Copyright year updates 2024-09-03 15:28:11 +02:00
checkhandshake.pm Teach TLSProxy how to parse CertificateRequest messages 2019-09-06 10:07:11 +01:00