]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/statem/statem_srvr.c
Call SSLfatal when the generate_ticket_cb returns 0
authorTodd Short <tshort@akamai.com>
Wed, 26 May 2021 14:03:35 +0000 (10:03 -0400)
committerBenjamin Kaduk <bkaduk@akamai.com>
Thu, 27 May 2021 18:54:32 +0000 (11:54 -0700)
commite49095f186dcea5dbd902eae6cc81935063f782d
tree93ddb421ce0d25dd7b12e977a96c9d8a67fafe83
parent07fb85cf6191961fcad824d2f8f2b2a0fcba18ce
Call SSLfatal when the generate_ticket_cb returns 0

Otherwise, the state machine ends up being in a bad state:
```
SSL routines:write_state_machine:missing fatal:ssl/statem/statem.c:XXX:
```

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/15487)
ssl/statem/statem_srvr.c