summaryrefslogtreecommitdiff
path: root/lib/ext_server_name.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improved the server name extension. Resumed sessions can now use it.Nikos Mavrogiannopoulos2002-10-111-11/+4
* Added server name extension, from draft-ietf-tls-extension-05.Nikos Mavrogiannopoulos2002-10-111-0/+275