summaryrefslogtreecommitdiff
path: root/lib/gnutls_constate.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings.Simon Josefsson2008-11-121-4/+4
* Indent.Simon Josefsson2008-10-081-10/+11
* Re-add comment about too long function, it is one of the most complex in gnutls.Simon Josefsson2008-09-291-0/+2
* more memory leak fixes (based on patch by Sam)Nikos Mavrogiannopoulos2008-09-281-24/+7
* avoid using malloc for small buffers.Nikos Mavrogiannopoulos2008-09-281-4/+3
* Revert "Revert C99 uses. Fixes gnutls_mpi.c mem leak, but not others."Nikos Mavrogiannopoulos2008-09-271-70/+40
* Revert C99 uses. Fixes gnutls_mpi.c mem leak, but not others.Simon Josefsson2008-09-251-40/+70
* Corrected several memory leaks reported by Sam. In some cases switchedNikos Mavrogiannopoulos2008-09-231-70/+40
* Indent.Simon Josefsson2008-09-161-58/+60
* Fix warnings.Simon Josefsson2008-08-291-3/+3
* Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.Simon Josefsson2008-08-131-23/+23
* Indent code.Simon Josefsson2008-07-021-103/+96
* Remove all uses of gnutls_alloca/gnutls_afree.Simon Josefsson2008-04-171-7/+7
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-161-7/+5
* Added functionality to override (register) a cipher. Initial functionality fo...Nikos2008-03-161-31/+20
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* 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