summaryrefslogtreecommitdiff
path: root/lib/gnutls_v2_compat.c
Commit message (Expand)AuthorAgeFilesLines
* Indent.Simon Josefsson2008-09-161-7/+7
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Fix warnings.Simon Josefsson2008-08-281-1/+2
* Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.Simon Josefsson2008-08-131-6/+6
* Indent code.Simon Josefsson2008-07-021-20/+17
* user_hello_func is call always. Even when resuming a session.Nikos2007-12-091-15/+5
* Renegotiate the protocol version after the user_hello_func has been calledNikos Mavrogiannopoulos2007-11-181-24/+13
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* The user handshake callback function is now called on SSLv2 hello messages.Nikos Mavrogiannopoulos2007-10-241-0/+12
* Have SSLv2 ClientHello's for unknown versions negotiate the highestSimon Josefsson2006-10-301-3/+13
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-4/+4
* Use GNU coding style.Simon Josefsson2005-11-071-147/+160
* Don't include gnutls_random.h.Simon Josefsson2005-08-301-1/+0
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fix warning.Simon Josefsson2005-04-141-6/+6
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-4/+4
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-155/+167
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-1/+1
* added some extra checks in hello packet parsing.Nikos Mavrogiannopoulos2004-05-271-2/+7
* Fixed some things in the random number usage. Weak levels are usedNikos Mavrogiannopoulos2004-05-081-1/+1
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-2/+3
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-1/+1
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-1/+1
* some more cleanups.Nikos Mavrogiannopoulos2003-09-141-4/+5
* Arne:Nikos Mavrogiannopoulos2003-08-131-1/+1
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-1/+1
* Some improvements in the version detection in the client hello.Nikos Mavrogiannopoulos2003-03-261-6/+2
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-1/+1
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-1/+1
* Added more descriptive error codes to be returned by gnutls_strerror(). Remov...Nikos Mavrogiannopoulos2002-10-241-1/+1
* several clean upsNikos Mavrogiannopoulos2002-09-011-1/+1
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-28/+28
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+3
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-3/+3
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Added support to select a certificate based on the peer's cipherNikos Mavrogiannopoulos2002-01-271-52/+22
* added _gnutls_record_log(), gnutls_handshake_log(), to avoid thatNikos Mavrogiannopoulos2002-01-241-16/+15
* cleanups againNikos Mavrogiannopoulos2001-12-061-1/+1
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-0/+2
* added log function (no longer use fprintf).Nikos Mavrogiannopoulos2001-07-301-8/+8
* corrected bug in b64 decoding. Added support for multiple TLS protocolNikos Mavrogiannopoulos2001-07-241-4/+11
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* several cleanupsNikos Mavrogiannopoulos2001-06-241-1/+1
* Updated Ciphersuite selection algorithm.Nikos Mavrogiannopoulos2001-06-211-2/+4
* removed unneeded code and added some kind of client support for RSANikos Mavrogiannopoulos2001-06-191-2/+0
* fixes in session resuming..Nikos Mavrogiannopoulos2001-06-191-3/+0
* fixes in session resumingNikos Mavrogiannopoulos2001-06-181-3/+3