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