summaryrefslogtreecommitdiff
path: root/lib/ext_max_record.c
Commit message (Expand)AuthorAgeFilesLines
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-84/+84
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-42/+49
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-12/+147
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+1
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent.Simon Josefsson2008-09-161-2/+2
* Indent code.Simon Josefsson2008-07-021-5/+5
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Indent more.Simon Josefsson2005-12-151-3/+3
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-2/+2
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-2/+2
* Use GNU coding style.Simon Josefsson2005-11-071-71/+93
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-2/+2
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-100/+111
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-1/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-131-2/+0
* 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-2/+6
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-2/+3
* Corrected some types, to work in 64 bits machines. Suggested by Ivo Timmerman...gnutls_0_5_x_before_int_fixesNikos Mavrogiannopoulos2002-10-121-3/+3
* some cleanups in the extension parsingNikos Mavrogiannopoulos2002-09-111-8/+5
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-13/+13
* Fixes in zlib compression code. gnutls_global_init_extra() in libgnutls-extra...Nikos Mavrogiannopoulos2002-07-151-5/+7
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+3
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Some minor fixes in SRP support. Changed extension generation. Now lessNikos Mavrogiannopoulos2002-04-181-8/+11
* Added stuff for DSS certificates (not ready yet)Nikos Mavrogiannopoulos2002-01-261-2/+0
* several fixes.Nikos Mavrogiannopoulos2001-11-101-9/+14
* added max_record_size extensionNikos Mavrogiannopoulos2001-11-061-0/+149