summaryrefslogtreecommitdiff
path: root/lib/gnutls_record.c
Commit message (Expand)AuthorAgeFilesLines
* added some text about premature termination of sessions.Nikos Mavrogiannopoulos2006-01-291-0/+6
* fixed bug in non-blocking gnutls_bye(). gnutls_send will no longer invalidate...Nikos Mavrogiannopoulos2006-01-291-1/+2
* Indent more.Simon Josefsson2005-12-151-12/+12
* Add TLS/IA support.Simon Josefsson2005-12-151-4/+22
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-4/+4
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-7/+7
* Use GNU coding style.Simon Josefsson2005-11-071-562/+649
* Fix zero size send.Simon Josefsson2005-10-231-1/+1
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Simplify.Simon Josefsson2005-04-141-1/+0
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-12/+12
* Doc fix, suggested by Nikos Mavrogiannopoulos <nmav@gnutls.org>.Simon Josefsson2005-04-041-10/+0
* Doc fixes, adapted from suggestions by Martin Lambers <marlam@web.de>.Simon Josefsson2005-04-041-15/+31
* some more documentation fixes.Nikos Mavrogiannopoulos2005-03-291-5/+6
* Doc fix, reported by Martin Lambers <marlam@web.de>.Simon Josefsson2005-03-291-18/+20
* eliminated some memory leaks caused by DHE and RSA-EXPORT ciphersuites. Thank...Nikos Mavrogiannopoulos2005-03-191-4/+2
* some modifications for gnutls_bye() semantics.Nikos Mavrogiannopoulos2005-02-231-22/+23
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Doc fix.Simon Josefsson2004-10-281-11/+11
* Indent.Simon Josefsson2004-10-281-17/+19
* The ephemeral DH and RSA parameters are no longer stored in theNikos Mavrogiannopoulos2004-06-291-1/+1
* Reject hello packets with major version higher than 3.Nikos Mavrogiannopoulos2004-06-291-10/+16
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-52/+52
* some fixes in the session resuming code.Nikos Mavrogiannopoulos2004-06-101-1/+2
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-555/+634
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-061-38/+50
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-11/+11
* some cleanups and better handling of EOF in record_recv.Nikos Mavrogiannopoulos2004-05-221-5/+9
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-221-2/+2
* Corrected bug in TLS renegotiation.Nikos Mavrogiannopoulos2004-04-171-2/+7
* The record receive buffer is now stored in the session data, to avoid memory ...Nikos Mavrogiannopoulos2004-04-131-53/+83
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-3/+3
* Added support for TLS 1.1Nikos Mavrogiannopoulos2003-12-291-67/+8
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Corrected bug in gnutls_bye() which made it return an error codeNikos Mavrogiannopoulos2003-12-191-20/+29
* Included gnutls_1_0_0_patches.Nikos Mavrogiannopoulos2003-12-101-14/+16
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-231-3/+7
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-1/+1
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-13/+14
* A new patch by Arne. More bug fixes and optimizations.Nikos Mavrogiannopoulos2003-10-011-9/+8
* Arne:Nikos Mavrogiannopoulos2003-08-131-4/+5
* more fixes by Arne.Nikos Mavrogiannopoulos2003-08-121-1/+1
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-1/+1
* some more cleanups.Nikos Mavrogiannopoulos2003-08-111-2/+2
* more patches by Arne Thomassen.Nikos Mavrogiannopoulos2003-08-111-13/+13
* Added bogus TLS record version check in the gnutls-cli-debug tool.Nikos Mavrogiannopoulos2003-03-261-32/+43
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-161-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Prefixed with underscore some internal functions.Nikos Mavrogiannopoulos2003-01-161-6/+6
* Finished SRP-6 stuff. It should work fine now.Nikos Mavrogiannopoulos2002-12-161-17/+20