summaryrefslogtreecommitdiff
path: root/lib/gnutls_session.c
Commit message (Expand)AuthorAgeFilesLines
* 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