CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/07 11:39:16
Modified files:
lib/libssl : ssl_clnt.c
Log message:
Add missing error check call in ssl3_get_new_session_ticket()
EVP_Digest() can fail, so handle failure appropriately and prepare
switch of session_id_length to a size_t.
ok jsing
