what if data we are sending is such that
size(data) + size(mac) =multiple of block size
If this case if possible how the receiver will determine that no padding is present ???
what if data we are sending is such that
size(data) + size(mac) =multiple of block size
If this case if possible how the receiver will determine that no padding is present ???
When the size of the data and mac is equal to a multiple of the block size, a complete block of padding is added. So in effect, there no TLS message that is not padded.