[gnutls-devel] GnuTLS | Implement gnutls_aead_cipher_encryptv2() (#718)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Tue Feb 26 16:32:41 CET 2019


New Issue was created.

Issue 718: https://gitlab.com/gnutls/gnutls/issues/718
Author:    Andreas Schneider
Assignee:  

Please implement:

```
int gnutls_aead_cipher_encryptv(gnutls_aead_cipher_hd_t handle,
                                const void *nonce,
                                size_t nonce_len,
                                const giovec_t * auth_iov,
                                int auth_iovcnt,
                                const giovec_t *iov,
                                int iovcnt,
                                void *tag,
                                size_t *tag_size);
```

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/718
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190226/6b3a3f22/attachment.html>


More information about the Gnutls-devel mailing list