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)
committerMatt Caswell <matt@openssl.org>
Tue, 27 Sep 2022 12:55:32 +0000 (13:55 +0100)
commit104c60e90016401c4319eb7c80363f742bc74643
tree9d39d3de0c43c913f562946808e9854d01edffec
parenta2c0a959e0bb26fc5aa5c822ecee30135b08a282
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: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19249)
test/sslapitest.c