From: Nikos Mavrogiannopoulos Date: Sat, 25 Oct 2014 13:28:34 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_4_0~737 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=996fe9f8a390fca98620dd5e25f6275a67c74a79;p=thirdparty%2Fgnutls.git doc update --- diff --git a/lib/crypto-api.c b/lib/crypto-api.c index 9b6c79c084..a5749c10f6 100644 --- a/lib/crypto-api.c +++ b/lib/crypto-api.c @@ -729,7 +729,9 @@ gnutls_aead_cipher_decrypt(gnutls_aead_cipher_hd_t handle, * * This function will encrypt the given data using the algorithm * specified by the context. The output data will contain the - * authentication tag. + * authentication tag. Each call of this function must be + * preceded with a call to gnutls_aead_cipher_set_nonce() with + * random nonce. * * Returns: Zero or a negative error code on error. *