summaryrefslogtreecommitdiff
path: root/lib/gnutls_supplemental.c
Commit message (Expand)AuthorAgeFilesLines
* Fix include order, include gnutls_int.h before gnutls.h, otherwise undefined ...Tim Kosse2015-04-191-1/+1
* gnutls_supplemental_register will fail on double registrationNikos Mavrogiannopoulos2015-04-041-2/+15
* gnutls_do_recv/send_supplemental -> gnutls_supplemental_recv/sendNikos Mavrogiannopoulos2015-04-041-10/+10
* Added documentation for gnutls_do_send/recv_supplementalNikos Mavrogiannopoulos2015-04-041-2/+23
* cleanups in supplemental data supportNikos Mavrogiannopoulos2015-04-041-2/+5
* mention that the registration functions are not thread safeNikos Mavrogiannopoulos2015-03-191-1/+1
* deinitialize supplemental data on deinitNikos Mavrogiannopoulos2015-03-191-2/+17
* reduce warningsNikos Mavrogiannopoulos2015-03-191-1/+1
* added documentation for the new functionsNikos Mavrogiannopoulos2015-03-191-1/+15
* Added a way to add custom supplemental data from public API.Thierry Quemerais2015-03-191-17/+62
* Fixed handling of supplemental data with types > 255.Nikos Mavrogiannopoulos2015-03-131-2/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-129/+121
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-32/+32
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+2
* The gnutls_string code was simplified and integrated with the buffer to avoidNikos Mavrogiannopoulos2010-06-111-4/+4
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* More GTK-DOC fixes.Simon Josefsson2010-02-171-0/+10
* Update copyright years.Simon Josefsson2010-01-271-1/+1
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-1/+1
* Added casts to reduce warnings (based on report by Brad Hards).Nikos Mavrogiannopoulos2009-07-131-1/+1
* Fix warnings.Simon Josefsson2008-11-121-2/+2
* Fix warnings.Simon Josefsson2008-08-291-2/+1
* Indent code.Simon Josefsson2008-07-021-16/+13
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-1/+1
* Remove tls-authz.Simon Josefsson2007-10-171-5/+0
* Typo.Simon Josefsson2007-02-221-2/+2
* Add authz hooks.Simon Josefsson2007-02-211-0/+5
* Fill in type+length.Simon Josefsson2007-02-211-3/+28
* If callbacks failed to provide anything, at least send protocol validSimon Josefsson2007-02-211-19/+7
* New file.Simon Josefsson2007-02-211-0/+197