summaryrefslogtreecommitdiff
path: root/lib/gnutls_str.h
Commit message (Expand)AuthorAgeFilesLines
* Correctly import and export pkcs11-urls with ID field set.Nikos Mavrogiannopoulos2011-05-101-1/+1
* _gnutls_hostname_compare() was incredibly slow when over ten wildcards were p...Nikos Mavrogiannopoulos2011-05-051-1/+1
* Simplified code in authentication methods by using gnutls_buffer_stNikos Mavrogiannopoulos2011-02-081-4/+8
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-16/+16
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-13/+18
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-2/+72
* The gnutls_string code was simplified and integrated with the buffer to avoidNikos Mavrogiannopoulos2010-06-111-24/+11
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-1/+4
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* More indentation.Simon Josefsson2010-04-141-6/+8
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Fix use of deprecated types, for now and the future.Simon Josefsson2009-08-281-2/+2
* GnuTLS vs. NULL chars in CNsTomas Hoger2009-08-041-1/+1
* When reading data from a buffer (gnutls_string) avoid memmoving all remaining...Nikos Mavrogiannopoulos2008-11-231-8/+9
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-1/+11
* Remove gnutls_buffer.h, move definitions to gnutls_str.h.Simon Josefsson2008-09-011-0/+6
* Move rfc2818.h hostname comparison to gnutls_str.h and update callers.Simon Josefsson2008-02-261-1/+4
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Add _gnutls_string_append_printf.Simon Josefsson2007-02-081-1/+2
* Use GNU coding style.Simon Josefsson2005-11-071-24/+25
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-0/+2
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-0/+24
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-1/+1
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-17/+20
* gnutls_x509_*_get_*_dn_by_oid() functions have a raw_flag parameter added.Nikos Mavrogiannopoulos2003-11-151-1/+1
* Several fixes and improvements in CRL support.Nikos Mavrogiannopoulos2003-02-061-0/+3
* Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio...Nikos Mavrogiannopoulos2002-12-061-4/+4
* Optimizations in buffering code, which reduce the number of malloc/realloc ca...Nikos Mavrogiannopoulos2002-10-261-1/+6
* The TLS handshake no longer fails if the X.509 extensions in the Certificate ...Nikos Mavrogiannopoulos2002-06-221-0/+5
* Added new string functions to handle the XML string stuff.Nikos Mavrogiannopoulos2002-06-221-0/+18
* added _gnutls_mem_cpy()Nikos Mavrogiannopoulos2002-01-261-0/+1
* Added a minimal string library to assist in safer ASN.1 parsingNikos Mavrogiannopoulos2002-01-231-0/+2