Test a 0 return from the ticket key callback
authorMatt Caswell <matt@openssl.org>
Fri, 12 Aug 2022 11:14:18 +0000 (12:14 +0100)
committerHugo Landau <hlandau@openssl.org>
Tue, 20 Sep 2022 07:16:57 +0000 (08:16 +0100)
commit3b7a3241c225b152ba8519f540bcac5b680312c2
tree218bbb43ea8a1fc348d6d014faeb6868b6710223
parent9b25f52a4425d03fee1364d3531331d5d37ef742
Test a 0 return from the ticket key callback

A 0 return from a ticket key callback should indicate that crypto parameters
are not currently available and that the handshake should continue without
generating/using the ticket.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18990)
test/sslapitest.c