summaryrefslogtreecommitdiff
path: root/lib/gnutls_alert.c
Commit message (Expand)AuthorAgeFilesLines
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-148/+156
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* some fixes to comply with the SRP draft. The handshake is now repeated if an ...Nikos Mavrogiannopoulos2003-11-301-4/+0
* Applied patch by Arne that fixes several possible NULL pointer dereferences.Nikos Mavrogiannopoulos2003-10-031-2/+5
* A new patch by Arne. More bug fixes and optimizations.Nikos Mavrogiannopoulos2003-10-011-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-09-101-1/+0
* Updated the SRP implementation to follow the latest draft.Nikos Mavrogiannopoulos2003-09-101-0/+1
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-2/+1
* Some improvements in PKCS12 parser. Now it can extract private keys from the ...Nikos Mavrogiannopoulos2003-06-221-4/+4
* several cleanups.Nikos Mavrogiannopoulos2003-03-281-4/+7
* * The RSA premaster secret version check can no longer be disabled.Nikos Mavrogiannopoulos2003-03-201-1/+1
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-1/+2
* * Corrected a bug in 64 bit architectures, which affected theNikos Mavrogiannopoulos2003-03-041-0/+4
* * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now useNikos Mavrogiannopoulos2003-02-031-0/+3
* removed backward compatibility functions for 0.9.0 version.Nikos Mavrogiannopoulos2003-01-301-1/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-231-1/+1
* The library notifies the application on empty and illegal SRP usernames,Nikos Mavrogiannopoulos2003-01-231-0/+4
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Prefixed with underscore some internal functions.Nikos Mavrogiannopoulos2003-01-161-1/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Added support for the DSS certificate SRP authenticated cipher suites (curren...Nikos Mavrogiannopoulos2002-11-191-0/+3
* Added some new alert codes from the extensions draft.Nikos Mavrogiannopoulos2002-11-141-0/+6
* Added new alert (certificate unobtainable) from draft-ietf-tls-extensions.Nikos Mavrogiannopoulos2002-11-041-0/+5
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-021-1/+1
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-4/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-131-0/+1
* Added a new function to convert from an error to an alert code.Nikos Mavrogiannopoulos2002-09-131-28/+71
* Improved support for zlib.Nikos Mavrogiannopoulos2002-09-121-0/+4
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-19/+19
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-2/+2
* Added check for C99 macro support. Stubs are used if they are not supported b...Nikos Mavrogiannopoulos2002-06-091-16/+16
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Combined error codes of gnutls and ASN.1 parser. Also several cleanups in theNikos Mavrogiannopoulos2002-03-061-1/+11
* Several alert protocol changes.Nikos Mavrogiannopoulos2002-02-221-79/+49
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-211-9/+9
* Added gnutls_alert_str (allows printing alert number descriptions)Nikos Mavrogiannopoulos2002-02-211-1/+87
* Removed the GNUTLS_E_MAC_FAILED error. Now only GNUTLS_E_DECRYPTION_FAILEDNikos Mavrogiannopoulos2002-02-091-4/+4
* Added OpenPGP certificate support in gnutls.Nikos Mavrogiannopoulos2002-02-031-0/+3
* added _gnutls_record_log(), gnutls_handshake_log(), to avoid thatNikos Mavrogiannopoulos2002-01-241-3/+2
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-181-2/+2
* separated alert protocol functionsNikos Mavrogiannopoulos2002-01-041-0/+127