summaryrefslogtreecommitdiff
path: root/lib/gnutls_constate.c
Commit message (Expand)AuthorAgeFilesLines
* Client TLS 1.2 support. Works against www.mikestoolbox.org:4433.Simon Josefsson2006-11-251-16/+13
* fixed a memory copy that caused crashes.Nikos Mavrogiannopoulos2005-12-171-1/+1
* Add TLS/IA support.Simon Josefsson2005-12-151-1/+2
* Use GNU coding style.Simon Josefsson2005-11-071-625/+716
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fix warning.Simon Josefsson2005-04-141-15/+15
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* (_gnutls_set_keys): Use larger buffer, to hold entire hex output.Simon Josefsson2005-01-071-2/+2
* Indent.Simon Josefsson2004-10-281-1/+2
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-22/+22
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-701/+694
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-6/+6
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-8/+8
* patch to fix the bug in mutual certificate authentication in SSL 3.0Nikos Mavrogiannopoulos2004-02-271-1/+1
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-4/+4
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-4/+9
* some fixes to have the correct cert_type on resumed sessions.Nikos Mavrogiannopoulos2003-11-101-0/+1
* some more cleanups.Nikos Mavrogiannopoulos2003-09-141-5/+5
* * Added support for encoding and decoding PKCS #8 2.0 encryptedNikos Mavrogiannopoulos2003-03-231-8/+8
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-3/+4
* * Corrected a bug in 64 bit architectures, which affected theNikos Mavrogiannopoulos2003-03-041-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-19/+31
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-2/+2
* Added more descriptive error codes to be returned by gnutls_strerror(). Remov...Nikos Mavrogiannopoulos2002-10-241-11/+11
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-173/+173
* corrected bug in SSL3 random generation function. Now the export ciphersuite ...Nikos Mavrogiannopoulos2002-08-211-6/+8
* Added the first exportable ciphersuite (TLS_RSA_WITH_RC4_EXPORT_MD5). This on...Nikos Mavrogiannopoulos2002-08-211-230/+356
* Added some initials for the export cipher suites.gnutls_0_5_x_with_export_ciphersuitesNikos Mavrogiannopoulos2002-08-211-14/+159
* Fixes in zlib compression code. gnutls_global_init_extra() in libgnutls-extra...Nikos Mavrogiannopoulos2002-07-151-1/+2
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+4
* Exported gnutls_cipher_get_key_size(). Better name printing for MAC algorithms.Nikos Mavrogiannopoulos2002-06-211-2/+2
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-8/+8
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-2/+2
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-11/+11
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-201-17/+9
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-201-21/+11
* Optimizations and fixes in compressionNikos Mavrogiannopoulos2002-03-201-12/+5
* Improved compression support. Corrected several bugs in emptyNikos Mavrogiannopoulos2002-03-201-1/+53
* some error codes were renamed to more appropriate namesNikos Mavrogiannopoulos2002-03-101-0/+1
* removed GNUTLS_CERT_TRUSTED enumerationNikos Mavrogiannopoulos2002-03-091-1/+1
* added _gnutls_record_log(), gnutls_handshake_log(), to avoid thatNikos Mavrogiannopoulos2002-01-241-15/+5
* optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent)Nikos Mavrogiannopoulos2001-12-101-18/+43
* cleanups againNikos Mavrogiannopoulos2001-12-061-4/+4
* more non blocking IO fixesNikos Mavrogiannopoulos2001-11-131-1/+2
* added max_record_size extensionNikos Mavrogiannopoulos2001-11-061-0/+1
* ssl3 fixes and several others.Nikos Mavrogiannopoulos2001-08-071-1/+1
* added log function (no longer use fprintf).Nikos Mavrogiannopoulos2001-07-301-5/+5