[gnutls-help] GnuTLS on ARMv7 and HardFP

Nikos Mavrogiannopoulos n.mavrogiannopoulos at gmail.com
Sat Jun 10 08:53:14 CEST 2017


Check the gnutls_cipher_aead* functions at:
https://www.gnutls.org/manual/html_node/Symmetric-algorithms.html

On Fri, Jun 9, 2017 at 10:24 AM, Mandar Joshi <emailmandar at gmail.com> wrote:
>>
>> I see that you are using strlen() on the input data. CBC mode is a
>> block mode, which means you cannot encrypt data of arbitrary size. Any
>> data you encrypt must be a multiple of the block size. I'd recommend
>> to switch to the authenticated encryption API and use that, due to its
>> simplicity.
>>
> I wasn't aware of any other API.
> Which are the authenticated encryption API functions?
> Can you please point me to their documentation?
>
> Thanks
> Mandar Joshi



More information about the Gnutls-help mailing list