Hey guys, The api TSSslTicketKeyUpdate currently returns void, but in some recent plugin debugging, I find it necessary to check whether the key update was actually successful or not. Upon reading the related functions I think it's possible to return a bool value as an indication for a successful/failed key update.
So I'm proposing that we change the return value type of TSSslTicketKeyUpdate from void to bool. Regards, Fei Deng