summaryrefslogtreecommitdiff
path: root/lib/gnutls_session.c
Commit message (Collapse)AuthorAgeFilesLines
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
|
* changed function name to gnutls_session_force_valid.Nikos Mavrogiannopoulos2013-01-221-2/+2
|
* Added gnutls_session_clear_invalidNikos Mavrogiannopoulos2013-01-221-0/+17
|
* Added "Since" field to new functions.Nikos Mavrogiannopoulos2012-11-011-0/+2
|
* doc updateNikos Mavrogiannopoulos2012-10-281-17/+9
|
* Added gnutls_session_get_id2().Nikos Mavrogiannopoulos2012-10-281-4/+25
|
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
|
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+1
| | | | Dropped opaque type (replaced with uint8_t)
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
|
* bug fix in gnutls_session_get_data().Nikos Mavrogiannopoulos2011-11-081-0/+1
|
* gnutls_session_get_data: fix possible buffer overflowAlban Crequy2011-11-071-1/+1
| | | | | | | | | | | | | | | | The test to avoid the buffer overflow was always false because session_data_size was set at the wrong place. This problem has been introduced by this commit: |commit ad4ed44c65e753e6d3a00104c049dd81826ccbf3 |Author: Nikos Mavrogiannopoulos <nmav@gnutls.org> |Date: Mon Nov 7 22:24:48 2005 +0000 | | This is the initial commit in the 1.3 branch. Ported from the PSK branch: | * PSK ciphersuites have been added. | * The session resumption data are now system independent. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
|
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
|
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-161-4/+4
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
|
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-4/+4
|
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-51/+51
|
* Update copyright years.Simon Josefsson2010-01-271-1/+2
|
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
|
* Typo fixes: successful, precedence, preferredAndreas Metzler2010-01-041-2/+2
|
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-17/+18
|
* 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
| | | | by Daniel Stenberg.
* 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 ↵Nikos Mavrogiannopoulos2005-11-301-0/+9
| | | | suggestions by Joe Orton.
* 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
| | | | | * 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-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
| | | | | | * Added the FSF copyright notices. * Moved all the compatibility interface to the openssl compatibility library.
* 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 ↵Nikos Mavrogiannopoulos2003-06-251-1/+1
| | | | added the ability to decrypt plain DES encrypted PKCS #8 keys.
* *** 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 ↵Nikos Mavrogiannopoulos2002-08-291-27/+29
| | | | other minor improvements.
* 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
| | | | | peer's certificate DER encoded. This certificate is also stored in the resume db.
* 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
| | | | of the session.
* corrected bugs in session resuming.Nikos Mavrogiannopoulos2001-10-301-5/+12
|