summaryrefslogtreecommitdiff
path: root/lib/gnutls_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* Mark global extfunc_size as having static scope.Simon Josefsson2009-06-081-1/+1
* Deinitalize extension global variable properly.Simon Josefsson2009-06-081-1/+3
* Fix warnings.Simon Josefsson2008-11-121-1/+1
* Fix warnings.Simon Josefsson2008-11-121-2/+2
* Fix mem leak.Simon Josefsson2008-11-111-0/+6
* Indent.Simon Josefsson2008-09-161-4/+4
* Re-add, but mark static.Simon Josefsson2008-08-291-0/+12
* Fix warnings.Simon Josefsson2008-08-281-12/+0
* Doc fixes.Simon Josefsson2008-08-141-0/+2
* Move TLS/IA features to libgnutls-extra.Simon Josefsson2008-07-081-9/+0
* Add APIs to register TLS extension handlers.Simon Josefsson2008-07-031-82/+140
* Indent code.Simon Josefsson2008-07-021-15/+19
* Fix gcc warnings.Simon Josefsson2008-03-191-2/+2
* Changes for post_client_hello_function(). The extensions are now parsed in aNikos2007-12-161-7/+13
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Remove tls-authz.Simon Josefsson2007-10-171-9/+0
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-081-2/+2
* Support for Opaque PRF Input TLS extension.Simon Josefsson2007-09-201-0/+6
* Make tls-authz conditional on ENABLE_AUTHZ.Simon Josefsson2007-04-101-0/+2
* Revert.Simon Josefsson2007-02-221-1/+1
* Remove static from _gnutls_extension_list_check, we use it in ext_authz.cSimon Josefsson2007-02-221-1/+1
* Add authz extension.Simon Josefsson2007-02-211-1/+8
* Indent more.Simon Josefsson2005-12-151-7/+7
* Add TLS/IA support.Simon Josefsson2005-12-151-11/+11
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-8/+8
* Use GNU coding style.Simon Josefsson2005-11-071-148/+171
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Changes to make the --disable-* options work again.Nikos Mavrogiannopoulos2005-01-261-0/+2
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Indent.Simon Josefsson2004-10-281-1/+2
* SRP ciphersuites were moved to the gnutls (lgpl) library.Nikos Mavrogiannopoulos2004-07-281-1/+5
* 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-153/+172
* some improvements that lead to fewer calls to malloc().Nikos Mavrogiannopoulos2004-03-261-16/+25
* *** empty log message ***Nikos Mavrogiannopoulos2004-02-101-3/+0
* Fixed a bug where 'server name' extension was always sent.Nikos Mavrogiannopoulos2004-02-101-0/+3
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-131-8/+8
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-5/+6
* some fixes to have the correct cert_type on resumed sessions.Nikos Mavrogiannopoulos2003-11-101-2/+9
* More more fixes by Arne.Nikos Mavrogiannopoulos2003-09-011-4/+3
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-1/+1
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-2/+0
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-4/+2
* Added ability to send some messages back to the application usingNikos Mavrogiannopoulos2003-01-231-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* added error code to report illegal srp usernames. Some fixes in the extension...Nikos Mavrogiannopoulos2002-12-061-1/+5
* Corrected bug in extension parsing.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Several cleanups and elimination of warnings.Nikos Mavrogiannopoulos2002-11-201-1/+1
* Added server name extension, from draft-ietf-tls-extension-05.Nikos Mavrogiannopoulos2002-10-111-1/+2