summaryrefslogtreecommitdiff
path: root/lib/gnutls_v2_compat.c
Commit message (Expand)AuthorAgeFilesLines
* introduced GNUTLS_MAX_SESSION_ID_SIZENikos Mavrogiannopoulos2014-11-051-2/+2
* handshake: Allow the post client hello callback to put the handshake on holdNikos Mavrogiannopoulos2014-06-091-4/+8
* handshake: Prevent memory leak on invalid SSLv2 hello length.Nikos Mavrogiannopoulos2014-06-031-5/+5
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-3/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-199/+196
* gnutls_handshake_set_server_random -> gnutls_handshake_set_randomNikos Mavrogiannopoulos2013-02-121-6/+6
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-6/+7
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* cipher_suite_st is no longer used internally. We only use a point to 2 bytes.Nikos Mavrogiannopoulos2011-12-131-4/+4
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Correctly set compression method when resuming sessions.Nikos Mavrogiannopoulos2011-05-281-0/+1
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-1/+1
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* session->internals.compression_method was removed. It was no longer required ...Nikos Mavrogiannopoulos2011-03-131-2/+1
* Corrected SSL2 client hello handling.Nikos Mavrogiannopoulos2011-03-121-0/+2
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-3/+0
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-19/+19
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-7/+7
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Fix warnings.Simon Josefsson2008-11-121-3/+3
* 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