summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
...
* Made the xml convertion functions more mnemonic. Several other fixes in the c...Nikos Mavrogiannopoulos2002-06-301-3/+1
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-2/+6
* Removed the gdbm backend for resuming TLS sessions. Program gnutls-serv was m...Nikos Mavrogiannopoulos2002-06-151-1/+0
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-281-2/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-281-18/+13
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-1/+1
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-5/+5
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* merged changes from gnutls_0_4_with_alloca.Nikos Mavrogiannopoulos2002-04-031-13/+10
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-20/+20
* Added hooks for electric fenceNikos Mavrogiannopoulos2002-03-171-4/+4
* some error codes were renamed to more appropriate namesNikos Mavrogiannopoulos2002-03-101-1/+1
* removed GNUTLS_CERT_TRUSTED enumerationNikos Mavrogiannopoulos2002-03-091-1/+2
* changes for pretty documentation and cleanups.Nikos Mavrogiannopoulos2002-03-041-2/+2
* Changed behaviour in rehandshake procedure. Now can use rehandshake withNikos Mavrogiannopoulos2002-03-031-3/+1
* Cleanups in gnutls_handshake.c and gnutls_algorithms.c.Nikos Mavrogiannopoulos2002-03-011-2/+8
* No extensions are now sent if SSL 3.0 is the only protocol advertized.Nikos Mavrogiannopoulos2002-03-011-21/+26
* Added gnutls_record_set_default_version(). This is a low level function.Nikos Mavrogiannopoulos2002-02-271-1/+4
* removed GNUTLS_CERT_NONE (replaced by GNUTLS_E_NO_CERTIFICATE_FOUND).Nikos Mavrogiannopoulos2002-02-241-1/+0
* Several alert protocol changes.Nikos Mavrogiannopoulos2002-02-221-1/+1
* Direct access to version field in the state was replaced by the functionNikos Mavrogiannopoulos2002-02-141-5/+4
* Added more functions to allow access to Diffie Hellman parametersNikos Mavrogiannopoulos2002-02-131-2/+17
* Added OpenPGP certificate support in gnutls.Nikos Mavrogiannopoulos2002-02-031-9/+16
* corrected bug in certificate selection.Nikos Mavrogiannopoulos2002-01-291-8/+6
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-7/+7
* corrected and optimized handshake.Nikos Mavrogiannopoulos2002-01-281-15/+18
* Optimizations in the handshake messages hashing.Nikos Mavrogiannopoulos2002-01-281-10/+4
* Added support to select a certificate based on the peer's cipherNikos Mavrogiannopoulos2002-01-271-7/+35
* Added stuff for DSS certificates (not ready yet)Nikos Mavrogiannopoulos2002-01-261-1/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-261-1/+1
* Handshake messages are not kept in memory any more. Now we use less memoryNikos Mavrogiannopoulos2002-01-251-126/+216
* added _gnutls_record_log(), gnutls_handshake_log(), to avoid thatNikos Mavrogiannopoulos2002-01-241-58/+36
* Now a server in a case of rehandshake can continue normalyNikos Mavrogiannopoulos2002-01-201-7/+33
* corrected bug introduced in the buffering code updateNikos Mavrogiannopoulos2002-01-191-1/+1
* Renamed gnutls_x509pki_s/get_dh_bits() to gnutls_dh_s/get_dhe_bits().Nikos Mavrogiannopoulos2002-01-171-1/+2
* changes in buffering code (actually variables' names are moreNikos Mavrogiannopoulos2002-01-171-18/+19
* fixed bugs reported (with patches) byNikos Mavrogiannopoulos2002-01-171-2/+2
* CleanupsNikos Mavrogiannopoulos2002-01-041-1/+10
* corrected behaviour in version advertizingNikos Mavrogiannopoulos2002-01-031-1/+16
* cleanupsNikos Mavrogiannopoulos2002-01-021-2/+2
* Cleanups in the digest code (separated from HMAC).Nikos Mavrogiannopoulos2002-01-021-4/+4
* some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS.Nikos Mavrogiannopoulos2001-12-191-1/+1
* Corrections for big endian machines. Pointed out by Mike Siers <mikes@poliac....Nikos Mavrogiannopoulos2001-12-171-8/+8
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-12-171-2/+2
* gnutls_set_max_record_size -> gnutls_record_set_max_sizeNikos Mavrogiannopoulos2001-12-171-2/+2
* documentation updatedNikos Mavrogiannopoulos2001-12-161-1/+3
* More carefull parsing of incoming packets.Nikos Mavrogiannopoulos2001-12-131-0/+3
* several cleanupsNikos Mavrogiannopoulos2001-12-111-423/+654
* optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent)Nikos Mavrogiannopoulos2001-12-101-34/+59
* Fixes in anonymous authentication.Nikos Mavrogiannopoulos2001-12-091-21/+46