Files
heimdal/lib
Simon Wilkinson 07b3e6fd74 Allow zero-length encrypt IOVs in _krb5_evp_encrypt_iov_cts()
The iovec encryption code doesn't handle 0 length iovecs correctly.
Instead of just skipping them, _krb5_evp_encrypt_iov_cts() will spin
on the 0 length iovec.

Modify the _krb5_evp_iov_cursor_expand helper so that iovec expansion
simply skips 0 length iovecs, and make _krb5_evp_iov_cursor_nextcrypt
do the same.

Original bug report and tests from Andrew Bartlett <abartlet@samba.org>
2018-09-18 19:23:31 -04:00
..
2018-09-10 14:42:18 -04:00
2017-04-29 01:05:58 -04:00
2018-09-10 14:42:18 -04:00
2017-03-10 15:47:43 -05:00
2017-04-29 01:05:59 -04:00
2016-11-08 15:48:40 -05:00
2018-04-19 13:12:59 -04:00
2017-03-19 18:55:51 -04:00
2016-12-15 12:15:56 -06:00
2015-03-21 15:44:48 -04:00
2016-12-15 12:23:09 -06:00