summaryrefslogtreecommitdiff
path: root/lib/gnutls_str.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | * PSK ciphersuites have been added. * The session resumption data are now system independent.
* 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 other fixes.
* Several fixes and improvements in CRL support.Nikos Mavrogiannopoulos2003-02-061-0/+3
|
* Added the new functions gnutls_get_malloc_function(), ↵Nikos Mavrogiannopoulos2002-12-061-4/+4
| | | | gnutls_get_free_function(). Also changed the way callback functions must allocate data. They now need to use these functions, instead of just calling malloc().
* Optimizations in buffering code, which reduce the number of malloc/realloc ↵Nikos Mavrogiannopoulos2002-10-261-1/+6
| | | | calls.
* The TLS handshake no longer fails if the X.509 extensions in the Certificate ↵Nikos Mavrogiannopoulos2002-06-221-0/+5
| | | | are critical and unsupported. The unsupported critical extensions are now only catched by the verification functions.
* 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