Simplify certificate list handling code in legacy client.
authorjsing <jsing@openbsd.org>
Sun, 3 Jul 2022 14:52:39 +0000 (14:52 +0000)
committerjsing <jsing@openbsd.org>
Sun, 3 Jul 2022 14:52:39 +0000 (14:52 +0000)
commit8c35f87075d7447937181b620b41dbddac5b799f
tree6856f4029343fba98741cc20729a54525a548a51
parent6774f271bd2fb4f23cbc3c80839e86e28aa9601d
Simplify certificate list handling code in legacy client.

Tidy up CBS code and remove some unnecessary length checks. Use 'cert' and
'certs' for certificates, rather than 'x' and 'sk'.

ok tb@
lib/libssl/ssl_clnt.c