summaryrefslogtreecommitdiff
path: root/lib/gnutls_db.c
Commit message (Expand)AuthorAgeFilesLines
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Added a preliminary C++ interface.Nikos Mavrogiannopoulos2006-06-011-3/+3
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-2/+2
* Use GNU coding style.Simon Josefsson2005-11-071-136/+157
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-17/+2
* 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-8/+8
* Indent.Simon Josefsson2004-10-281-3/+5
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-34/+34
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-147/+182
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-1/+1
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-3/+12
* more patches by Arne Thomassen.Nikos Mavrogiannopoulos2003-08-111-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Exported the more convenient gnutls_malloc() and gnutls_free() functions. Act...Nikos Mavrogiannopoulos2002-12-071-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-061-1/+1
* Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio...Nikos Mavrogiannopoulos2002-12-061-5/+5
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* some updated in the documentationNikos Mavrogiannopoulos2002-11-051-9/+3
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-3/+4
* Corrected bug in gnutls_dh_params_set(). Corrected bug in session resuming co...Nikos Mavrogiannopoulos2002-09-111-0/+1
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-53/+53
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-6/+5
* Now gnutls_deinit() removes abnormally terminated sessions. Added the _gnutls...Nikos Mavrogiannopoulos2002-07-101-2/+4
* _func abreviation is no longer used. Functions renamed to _function.Nikos Mavrogiannopoulos2002-06-191-9/+9
* Removed the gdbm backend for resuming TLS sessions. Program gnutls-serv was m...Nikos Mavrogiannopoulos2002-06-151-178/+12
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-291-17/+16
* Corrected session resuming in certificate authentication. gnutls_deinit,Nikos Mavrogiannopoulos2002-02-281-19/+62
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-181-5/+5
* changed function namesNikos Mavrogiannopoulos2001-12-161-2/+2
* added gnutls_transport_get_ptr() and gnutls_db_get_ptr() functions.Nikos Mavrogiannopoulos2001-12-081-0/+12
* Changes in function names concerning _db_ handling and _session_ handling.Nikos Mavrogiannopoulos2001-12-051-20/+20
* introduced gnutls_x509pki_get_certificate(). This function returns theNikos Mavrogiannopoulos2001-11-291-12/+10
* cleanups and some corrections.Nikos Mavrogiannopoulos2001-11-261-2/+1
* gnutls_handshake(), gnutls_read() etc. functions no longer requireNikos Mavrogiannopoulos2001-11-251-3/+3
* cleanupsgnutls_0_2_10Nikos Mavrogiannopoulos2001-11-051-0/+3
* added new function to check for expired sessions.Nikos Mavrogiannopoulos2001-11-041-2/+28
* cleanups in the resuming codeNikos Mavrogiannopoulos2001-11-021-28/+22
* added hooks in order to use external database to store session to beNikos Mavrogiannopoulos2001-11-021-59/+235
* corrected bugs in session resuming.Nikos Mavrogiannopoulos2001-10-301-5/+9
* *** empty log message ***gnutls_0_2_9Nikos Mavrogiannopoulos2001-10-271-2/+8
* Cleanups. Mostly while sending client certificate (and client certificate ver...Nikos Mavrogiannopoulos2001-06-251-1/+1
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* more descriptive commentsNikos Mavrogiannopoulos2001-06-091-2/+3
* updated API and documentation. Now we use the gnome way for creatingNikos Mavrogiannopoulos2001-05-301-6/+24
* Updated API (gnutls_deinit())Nikos Mavrogiannopoulos2001-05-231-8/+21
* cleanups and several fixes(and speedups) in the resume DBNikos Mavrogiannopoulos2001-05-221-26/+69