summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Prefixed with underscore some internal functions.Nikos Mavrogiannopoulos2003-01-161-9/+9
* Dropped the support for the client key exchange message 0, and server key exc...Nikos Mavrogiannopoulos2002-12-161-60/+20
* added error code to report illegal srp usernames. Some fixes in the extension...Nikos Mavrogiannopoulos2002-12-061-4/+15
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-4/+1
* Added support for the DSS certificate SRP authenticated cipher suites (curren...Nikos Mavrogiannopoulos2002-11-191-3/+6
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-13/+11
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-4/+4
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-021-1/+1
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-5/+5
* Optimizations in buffering code, which reduce the number of malloc/realloc ca...Nikos Mavrogiannopoulos2002-10-261-1/+2
* Added more descriptive error codes to be returned by gnutls_strerror(). Remov...Nikos Mavrogiannopoulos2002-10-241-3/+3
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-3/+8
* several cleanupsNikos Mavrogiannopoulos2002-10-071-1/+0
* Added support for the LZO compression library in gnutls-extra. Some fixes in ...Nikos Mavrogiannopoulos2002-09-171-14/+27
* replaced gnutls_handshake_get_direction() with gnutls_record_get_direction().Nikos Mavrogiannopoulos2002-09-161-32/+0
* Improved support for zlib.Nikos Mavrogiannopoulos2002-09-121-1/+3
* Some fixes for the used realloc() function. Now we have gnutls_realloc_fast()...Nikos Mavrogiannopoulos2002-09-091-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-1/+1
* more cleanupsNikos Mavrogiannopoulos2002-09-011-2/+4
* several clean upsNikos Mavrogiannopoulos2002-09-011-4/+4
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-349/+349
* Added the first exportable ciphersuite (TLS_RSA_WITH_RC4_EXPORT_MD5). This on...Nikos Mavrogiannopoulos2002-08-211-2/+1
* Added some initials for the export cipher suites.gnutls_0_5_x_with_export_ciphersuitesNikos Mavrogiannopoulos2002-08-211-22/+0
* included the change cipher specs in gnutls_handshake_get_direction().Nikos Mavrogiannopoulos2002-08-201-0/+8
* gnutls_handshake_check_direction() renamed to gnutls_handshake_get_direction().Nikos Mavrogiannopoulos2002-08-181-2/+2
* Added the gnutls_handshake_set_exportable_detection() function, whichNikos Mavrogiannopoulos2002-08-181-18/+31
* Added new function gnutls_handshake_check_direction(), which returns the stat...Nikos Mavrogiannopoulos2002-08-151-0/+24
* Added a special error code for cases where the peer (server) supports only ex...Nikos Mavrogiannopoulos2002-07-201-9/+19
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+3
* 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