summaryrefslogtreecommitdiff
path: root/lib/ext_server_name.c
Commit message (Expand)AuthorAgeFilesLines
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-130/+130
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-72/+87
* Fix some syntax-check errors.Simon Josefsson2010-10-011-1/+0
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-54/+167
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-20/+20
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-3/+5
* Clarify gnutls_server_name_set usage.Simon Josefsson2009-09-231-4/+4
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-57/+63
* Fix warnings.Simon Josefsson2008-11-121-2/+2
* Indent.Simon Josefsson2008-09-161-20/+20
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Indent code.Simon Josefsson2008-07-021-22/+22
* Fix GNUTLS-SA-2008-1 security vulnerabilities.Simon Josefsson2008-05-191-7/+20
* Handle more than one server name field correctly.Simon Josefsson2008-01-071-2/+2
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-1/+1
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-4/+4
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-172/+187
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* File is LGPL.Simon Josefsson2005-01-241-11/+13
* Clean up license templates.Simon Josefsson2005-01-221-2/+3
* Doc fix.Simon Josefsson2004-10-281-2/+2
* Indent.Simon Josefsson2004-10-281-2/+2
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-8/+8
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-201/+204
* Fixed a bug where 'server name' extension was always sent.Nikos Mavrogiannopoulos2004-02-101-1/+5
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-241-4/+4
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-211-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-171-3/+3
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-9/+10
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-1/+1
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-08-271-1/+0
* *** empty log message ***Nikos Mavrogiannopoulos2003-05-211-8/+8
* Corrected bug in server_name extension which made the client to send the wron...Nikos Mavrogiannopoulos2003-04-141-7/+10
* Several GNUTLS_E_UNIMPLEMENTED_FEATURE errors were replaced with meaningful e...Nikos Mavrogiannopoulos2003-03-251-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* some fixes in server_name extensionNikos Mavrogiannopoulos2002-12-071-4/+11
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* updated documentation to include record layer weaknesses and counter-measures...Nikos Mavrogiannopoulos2002-11-201-4/+4
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-021-6/+5
* cleanups in the server name extension.Nikos Mavrogiannopoulos2002-10-141-10/+23
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-1/+0
* Fixes (or not) in server name extension parsingNikos Mavrogiannopoulos2002-10-111-30/+45