summaryrefslogtreecommitdiff
path: root/lib/gnutls_session.c
Commit message (Expand)AuthorAgeFilesLines
* Indent code.Simon Josefsson2008-07-021-1/+1
* Doc fix.Simon Josefsson2008-03-061-19/+31
* Corrected memory leaks in session resuming and DHE ciphersuites. ReportedNikos2008-02-171-2/+10
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Use *_t types consistently.Simon Josefsson2007-08-131-2/+2
* Indent more.Simon Josefsson2005-12-151-3/+3
* Some fixes in session resumption and prototypes. Based on patches and suggest...Nikos Mavrogiannopoulos2005-11-301-0/+9
* Use GNU coding style.Simon Josefsson2005-11-071-52/+61
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-11/+40
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Doc fix.Simon Josefsson2004-10-281-3/+3
* 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-53/+56
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-1/+2
* Some fixes pointed out by Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr>Nikos Mavrogiannopoulos2003-11-211-1/+4
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-4/+8
* More PKCS #12 additions. Now the code can generate PKCS #12 files. Also added...Nikos Mavrogiannopoulos2003-06-251-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-161-4/+8
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-27/+29
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* added a check in the given parameters for nullNikos Mavrogiannopoulos2002-02-281-1/+4
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-12-171-1/+2
* Changes in function names concerning _db_ handling and _session_ handling.Nikos Mavrogiannopoulos2001-12-051-8/+8
* introduced gnutls_x509pki_get_certificate(). This function returns theNikos Mavrogiannopoulos2001-11-291-38/+19
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-1/+1
* corrected bug which made get_current_session, not to return the right sizeNikos Mavrogiannopoulos2001-11-061-3/+6
* corrected bugs in session resuming.Nikos Mavrogiannopoulos2001-10-301-5/+12
* *** empty log message ***gnutls_0_2_9Nikos Mavrogiannopoulos2001-10-271-2/+13
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-3/+1
* fixes in session resuming..Nikos Mavrogiannopoulos2001-06-191-1/+1
* updated API and documentation. Now we use the gnome way for creatingNikos Mavrogiannopoulos2001-05-301-11/+41
* cleanups and several fixes(and speedups) in the resume DBNikos Mavrogiannopoulos2001-05-221-8/+15
* added functions to access authentication data (like username), andNikos Mavrogiannopoulos2001-05-141-6/+14
* added server side session resuming (using gdbm)Nikos Mavrogiannopoulos2001-01-111-2/+6
* added some new functions in the API. documentation updated.Nikos Mavrogiannopoulos2000-12-111-0/+15
* added client side resumingNikos Mavrogiannopoulos2000-12-101-1/+4
* added support for session resumingNikos Mavrogiannopoulos2000-12-091-0/+53