summaryrefslogtreecommitdiff
path: root/lib/gnutls_session_pack.c
Commit message (Expand)AuthorAgeFilesLines
* Indent more.Simon Josefsson2005-12-151-31/+31
* Replace uint32 with uint32_t.Simon Josefsson2005-12-091-8/+8
* Corrected bugs in session resumption. Bugs reported by Yoann Vandoorselare.Nikos Mavrogiannopoulos2005-12-021-16/+23
* Some fixes in session resumption and prototypes. Based on patches and suggest...Nikos Mavrogiannopoulos2005-11-301-0/+2
* some more fixes for PSK.Nikos Mavrogiannopoulos2005-11-161-5/+7
* Completed the DHE-PSK ciphersuite additions.Nikos Mavrogiannopoulos2005-11-161-22/+105
* fixed bug in session packing for anonymous connections.Nikos Mavrogiannopoulos2005-11-081-6/+6
* Use GNU coding style.Simon Josefsson2005-11-071-655/+749
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-271/+866
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* some cleanups, and changes in the resuming code to avoid freeing non-allocate...Nikos Mavrogiannopoulos2005-04-211-4/+4
* eliminated some memory leaks caused by DHE and RSA-EXPORT ciphersuites. Thank...Nikos Mavrogiannopoulos2005-03-191-0/+3
* Changes to make the --disable-* options work again.Nikos Mavrogiannopoulos2005-01-261-1/+3
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Indent.Simon Josefsson2004-10-281-14/+17
* The ephemeral DH and RSA parameters are no longer stored in theNikos Mavrogiannopoulos2004-06-291-12/+22
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-10/+10
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-309/+318
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-12/+12
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-21/+21
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-171-1/+1
* some fixes to have the correct cert_type on resumed sessions.Nikos Mavrogiannopoulos2003-11-101-1/+0
* Several GNUTLS_E_UNIMPLEMENTED_FEATURE errors were replaced with meaningful e...Nikos Mavrogiannopoulos2003-03-251-4/+4
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-3/+3
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-27/+27
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-021-3/+3
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-4/+5
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-41/+41
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+5
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-10/+10
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-0/+4
* Corrected session resuming in certificate authentication. gnutls_deinit,Nikos Mavrogiannopoulos2002-02-281-19/+30
* Several changes in certificate and key handling.Nikos Mavrogiannopoulos2002-02-011-10/+10
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-29/+29
* corrections in SRP and ANON authentication.Nikos Mavrogiannopoulos2001-12-171-17/+13
* gnutls_set_max_record_size -> gnutls_record_set_max_sizeNikos Mavrogiannopoulos2001-12-171-2/+2
* now the peer's certificate list is stored into auth info structure (insteadNikos Mavrogiannopoulos2001-12-041-44/+98
* introduced gnutls_x509pki_get_certificate(). This function returns theNikos Mavrogiannopoulos2001-11-291-0/+344