[gnutls-devel] GnuTLS | WIP: Record layer separation for QUIC TLS API (!1086)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Sat Oct 19 15:17:42 CEST 2019
Aniketh Girish commented on a discussion on lib/quic-api.c: https://gitlab.com/gnutls/gnutls/merge_requests/1086#note_232844446
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program. If not, see <https://www.gnu.org/licenses/>
> + *
> + */
> +
> +/* This file contains TLS API for QUIC protocol related types, prototypes and includes.
> + */
> +
> +#include "gnutls_int.h"
> +#include "quic.h"
> +#include <gnutls/gnutls.h>
> +
> +void gnutls_set_secret_hook_function(gnutls_session_t session, gnutls_secret_hook_func func) {
I have added the documentation, let me know if it doesn't sound meaningful enough. If not, let me iterate through it once again.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1086#note_232844446
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/20191019/2bba13a0/attachment-0001.html>
More information about the Gnutls-devel
mailing list