summaryrefslogtreecommitdiff
path: root/lib/gnutls_extensions.h
Commit message (Expand)AuthorAgeFilesLines
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-201-4/+5
* store a copy of the extensions nameNikos Mavrogiannopoulos2015-03-191-1/+3
* removed unused epoch change callbackNikos Mavrogiannopoulos2015-03-191-6/+0
* Added a way to add custom extensions from public API.Thierry Quemerais2015-03-191-14/+6
* reindented codeNikos Mavrogiannopoulos2013-11-081-53/+56
* The after handshake function is now called before epoch change.Nikos Mavrogiannopoulos2013-07-281-3/+3
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added a new record padding mechanism.Nikos Mavrogiannopoulos2013-01-021-1/+3
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
* The extensions code is now using the gnutls_buffer_st.Nikos Mavrogiannopoulos2011-02-091-2/+9
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-14/+14
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-21/+24
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-0/+56
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* More indentation.Simon Josefsson2010-04-141-1/+1
* Extension generation in SSL 3.0 (as a reply to SCSV) is not usingNikos Mavrogiannopoulos2010-03-111-1/+1
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Added Steve Dispensa's patch for safe renegotiation (with artistic changes).Nikos Mavrogiannopoulos2010-01-121-0/+2
* Fix warnings.Simon Josefsson2008-11-121-1/+1
* Fix mem leak.Simon Josefsson2008-11-111-0/+1
* Add APIs to register TLS extension handlers.Simon Josefsson2008-07-031-20/+5
* Changes for post_client_hello_function(). The extensions are now parsed in aNikos2007-12-161-2/+3
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Revert.Simon Josefsson2007-02-221-1/+0
* Add prototype for _gnutls_extension_list_check, we use it inSimon Josefsson2007-02-221-1/+2
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-4/+4
* Use GNU coding style.Simon Josefsson2005-11-071-11/+12
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-12/+16
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-4/+4
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-8/+9
* some improvements that lead to fewer calls to malloc().Nikos Mavrogiannopoulos2004-03-261-1/+1
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-5/+9
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-4/+4
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-1/+1
* Separated the library to gnutls and gnutls-extra. gnutls-extra library contai...Nikos Mavrogiannopoulos2002-05-201-0/+8
* Extension types now use a 16 bit type field (following the current draft).Nikos Mavrogiannopoulos2002-02-151-3/+3
* several cleanups. Added check for certificate's expiration time.Nikos Mavrogiannopoulos2001-07-171-1/+1
* Added some preliminary support for TLS extensions;Nikos Mavrogiannopoulos2001-03-171-0/+26