summaryrefslogtreecommitdiff
path: root/lib/gnutls_constate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* corrected bug in b64 decoding. Added support for multiple TLS protocolNikos Mavrogiannopoulos2001-07-241-2/+2
* more certificate fields parsed. CleanupsNikos Mavrogiannopoulos2001-07-181-4/+0
* several cleanups. Added check for certificate's expiration time.Nikos Mavrogiannopoulos2001-07-171-0/+3
* added support for DNSNAME extension (draft-ietf-tls-extensions)Nikos Mavrogiannopoulos2001-06-241-27/+14
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-0/+624