summaryrefslogtreecommitdiff
path: root/lib/gnutls_db.c
Commit message (Collapse)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
| | | | | * PSK ciphersuites have been added. * The session resumption data are now system independent.
* 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
| | | | | | * Added the FSF copyright notices. * Moved all the compatibility interface to the openssl compatibility library.
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos ↵Nikos Mavrogiannopoulos2003-11-041-3/+12
| | | | <papadopo@shfj.cea.fr>.
* 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. ↵Nikos Mavrogiannopoulos2002-12-071-2/+2
| | | | Actually pointers to functions.
* *** empty log message ***Nikos Mavrogiannopoulos2002-12-061-1/+1
|
* Added the new functions gnutls_get_malloc_function(), ↵Nikos Mavrogiannopoulos2002-12-061-5/+5
| | | | gnutls_get_free_function(). Also changed the way callback functions must allocate data. They now need to use these functions, instead of just calling malloc().
* 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 ↵Nikos Mavrogiannopoulos2002-09-111-0/+1
| | | | code of server side.
* Renamed all the constructed types to have more consisten names, and some ↵Nikos Mavrogiannopoulos2002-08-291-53/+53
| | | | other minor improvements.
* 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 ↵Nikos Mavrogiannopoulos2002-07-101-2/+4
| | | | _gnutls_deinit() function which has the behaviour of the older gnutls_deinit().
* _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 ↵Nikos Mavrogiannopoulos2002-06-151-178/+12
| | | | modified to include support for resuming sessions with the callback api.
* 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
| | | | | does not remove the session entry any more if it is invalid. Added gnutls_db_remove_session() function, which does this.
* 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
| | | | | peer's certificate DER encoded. This certificate is also stored in the resume db.
* cleanups and some corrections.Nikos Mavrogiannopoulos2001-11-261-2/+1
|
* gnutls_handshake(), gnutls_read() etc. functions no longer requireNikos Mavrogiannopoulos2001-11-251-3/+3
| | | | | the 'SOCKET cd' argument. This argument is set using the function gnutls_set_transport_ptr().
* 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
| | | | resumed. Works but it is not finished.
* 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 ↵Nikos Mavrogiannopoulos2001-06-251-1/+1
| | | | verify)
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
| | | | Several cleanups.
* 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
| | | | API docs.
* Updated API (gnutls_deinit())Nikos Mavrogiannopoulos2001-05-231-8/+21
| | | | | gnutls_db: does not store anything if db has not been opened for reading. Added some kind of support for renegotiation of parameters.
* cleanups and several fixes(and speedups) in the resume DBNikos Mavrogiannopoulos2001-05-221-26/+69
|