summaryrefslogtreecommitdiff
path: root/lib/gnutls_str.c
Commit message (Expand)AuthorAgeFilesLines
* Include stdarg.h for va_start etc.Simon Josefsson2008-08-291-0/+1
* Indent code.Simon Josefsson2008-07-021-19/+18
* added wide wildcard hostname matching. Patch by Jean-Philippe Garcia Ballester.Nikos Mavrogiannopoulos2008-05-191-25/+22
* Doc markup for newly added APIs.Simon Josefsson2008-04-281-0/+2
* Fix gnutls_hex2bin prototype.Simon Josefsson2008-03-061-7/+18
* Move rfc2818.h hostname comparison to gnutls_str.h and update callers.Simon Josefsson2008-02-261-1/+44
* Several updates in the openpgp code. Now it uses subkeys only when requested.Nikos2008-02-181-0/+8
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* No need for vasprintf.h.Simon Josefsson2007-03-281-2/+0
* Typo.Simon Josefsson2007-02-091-1/+1
* Add _gnutls_string_append_printf.Simon Josefsson2007-02-081-1/+24
* ULONG_MAX should be in limits.h, so include it at the right place.Simon Josefsson2005-12-091-3/+0
* Fix.Simon Josefsson2005-12-081-0/+3
* Use GNU coding style.Simon Josefsson2005-11-071-138/+176
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-0/+33
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* (_gnutls_bin2hex): Return truncated string instead of NULL, to make itSimon Josefsson2005-01-071-7/+4
* Use minmax.h from gnulib instead of GMIN/GMAX.Simon Josefsson2004-08-171-4/+4
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-2/+2
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-127/+137
* Corrected bug in TLS renegotiation.Nikos Mavrogiannopoulos2004-04-171-1/+4
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-1/+1
* gnutls_x509_*_get_*_dn_by_oid() functions have a raw_flag parameter added.Nikos Mavrogiannopoulos2003-11-151-1/+2
* Several fixes and improvements in CRL support.Nikos Mavrogiannopoulos2003-02-061-0/+21
* Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio...Nikos Mavrogiannopoulos2002-12-061-3/+3
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Optimizations in buffering code, which reduce the number of malloc/realloc ca...Nikos Mavrogiannopoulos2002-10-261-17/+18
* Some fixes for the used realloc() function. Now we have gnutls_realloc_fast()...Nikos Mavrogiannopoulos2002-09-091-2/+2
* updated string functionsNikos Mavrogiannopoulos2002-09-081-4/+8
* Added new string functions to handle the XML string stuff.Nikos Mavrogiannopoulos2002-06-221-0/+107
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* added _gnutls_mem_cpy()Nikos Mavrogiannopoulos2002-01-261-0/+11
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-231-0/+2
* Added a minimal string library to assist in safer ASN.1 parsingNikos Mavrogiannopoulos2002-01-231-0/+55