summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-271-2/+2
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-7/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-041-1/+1
* corrected a bug in the debugging output of handshake. Pointed out by Mark McL...Nikos Mavrogiannopoulos2003-10-171-2/+4
* Corrected some unaligned accesses in IA64. Initial patch by Ian Wienand <ianw...Nikos Mavrogiannopoulos2003-10-011-11/+15
* *** empty log message ***Nikos Mavrogiannopoulos2003-09-141-2/+1
* some more cleanups.Nikos Mavrogiannopoulos2003-09-141-38/+31
* Corrected the client's behaviour in the handshake handling. Some fixes in the...Nikos Mavrogiannopoulos2003-09-141-4/+5
* More more fixes by Arne.Nikos Mavrogiannopoulos2003-09-011-1/+1
* Arne:Nikos Mavrogiannopoulos2003-08-131-34/+39
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-13/+5
* more patches by Arne Thomassen.Nikos Mavrogiannopoulos2003-08-111-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-08-091-1/+2
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-17/+19
* Some improvements in the version detection in the client hello.Nikos Mavrogiannopoulos2003-03-261-7/+0
* Added bogus TLS record version check in the gnutls-cli-debug tool.Nikos Mavrogiannopoulos2003-03-261-8/+4
* * The RSA premaster secret version check can no longer be disabled.Nikos Mavrogiannopoulos2003-03-201-7/+40
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-4/+10
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-091-1/+1
* The library notifies the application on empty and illegal SRP usernames,Nikos Mavrogiannopoulos2003-01-231-1/+0
* *** 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