summaryrefslogtreecommitdiff
path: root/lib/gnutls_alert.c
Commit message (Expand)AuthorAgeFilesLines
* Backported new verification functions for clients from 3.5.x branchNikos Mavrogiannopoulos2015-10-071-0/+1
* handshake: check for TLS_FALLBACK_SCSVAlessandro Ghedini2015-08-011-0/+6
* move all gettext definitions in gnutls_str.hNikos Mavrogiannopoulos2015-06-201-5/+1
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-3/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-196/+200
* Added support for the NO_APPLICATION_PROTOCOL alert for ALPN.Nikos Mavrogiannopoulos2013-05-051-0/+6
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-1/+1
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* better handle alert for GNUTLS_E_PREMATURE_TERMINATIONNikos Mavrogiannopoulos2012-01-111-0/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-021-1/+3
* Added gnutls_alert_get_strname().Nikos Mavrogiannopoulos2011-07-231-38/+60
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Added GNUTLS_E_USER_ERRORNikos Mavrogiannopoulos2011-04-201-0/+4
* Return a special error code if DSA keys with over 1024 are being used with TL...Nikos Mavrogiannopoulos2011-03-191-0/+1
* Added string for GNUTLS_A_SSL3_NO_CERTIFICATE.Nikos Mavrogiannopoulos2011-03-121-0/+1
* Removed remaining TLS/IA stuff.Nikos Mavrogiannopoulos2011-02-071-4/+0
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-4/+4
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+3
* Explicit symmetric cipher state versionning.Jonathan Bastien-Filiatrault2010-09-171-1/+1
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-101-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Added gnutls_certificate_set_verify_function() to allow checking (verifying)Nikos Mavrogiannopoulos2010-03-171-0/+1
* Avoid sending alerts during handshake. Alerts might be interrupted and returnNikos Mavrogiannopoulos2010-03-031-0/+5
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-5/+5
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Added Steve Dispensa's patch for safe renegotiation (with artistic changes).Nikos Mavrogiannopoulos2010-01-121-0/+1
* Final touch on signature algorithms in TLS 1.2 support. Added function gnutls...Nikos Mavrogiannopoulos2009-11-011-0/+1
* Translate error messages. Cleanup code.Simon Josefsson2008-09-011-49/+49
* Indent code.Simon Josefsson2008-07-021-1/+2
* Doc fix.Simon Josefsson2008-03-061-37/+41
* Doc fixes.Simon Josefsson2008-03-061-15/+16
* Doc fix, remove verbose 'This function ...'Simon Josefsson2008-03-061-3/+3
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-081-2/+1
* error_to_alert() now always return an alert number. This is to avoid sending ...Nikos Mavrogiannopoulos2007-10-061-4/+7
* Add TLS/IA support.Simon Josefsson2005-12-151-0/+4
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-3/+3
* Use GNU coding style.Simon Josefsson2005-11-071-118/+126
* Some fixes in the certificate handling.Nikos Mavrogiannopoulos2005-10-301-1/+1
* Fix GTK-DOC warnings.Simon Josefsson2005-07-161-7/+7
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* some updates in the description of gnutls_alert_get()Nikos Mavrogiannopoulos2005-04-231-0/+3
* gnutls_alert_send_appropriate() is no longer marked as deprecated.Nikos Mavrogiannopoulos2005-04-231-2/+2
* Make it compile.Simon Josefsson2005-04-211-1/+1
* Make it build.Simon Josefsson2005-04-141-1/+0