hi, I have three questions about block ciphers: 1) Is there a way to validate data of streamed block ciphers, As far as i know when MITH occures there is no way to validate the data, there are few technics, like reversing the data. Does OpenSSL has any sollution for this? 2) Is there a way to set padding mode? There are few ways of padding, adding a byte, a bit and etc. 3) Is there a way to get maximal nid (name id) value? Or how to get all the names of available block ciphers?
Thank you.