[gnutls-help] GNU TLS and extensions/supplemental data

Thierry Quemerais tquemerais at awox.com
Mon Mar 9 12:22:55 CET 2015


Hi all,

I'm working on GNUTLS library in order to had some customs/proprietary extension/supplemental data.

My goal is to not modify GNUTLS at all and to instead handle my specific extensions/supplemental data out of GNUTLS.

According to my understanding, GNUTLS support it BUT it need to change code inside GNUTLS.

I found all what I need:


1)      To add my supplemental data callback :

gnutls_supplemental_entry _gnutls_supplemental[] = {
                {0, 0, 0, 0}
};


2)      To add my extensions

-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20150309/8ab69867/attachment.html>


More information about the Gnutls-help mailing list