summaryrefslogtreecommitdiff
path: root/lib/gnutls_str.c
Commit message (Expand)AuthorAgeFilesLines
* 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