summaryrefslogtreecommitdiff
path: root/lib/gnutls_str.c
Commit message (Expand)AuthorAgeFilesLines
* use isascii instead of isprint for internationalized name detectionNikos Mavrogiannopoulos2014-03-271-1/+1
* Severely simplified hostname matching.Nikos Mavrogiannopoulos2014-03-211-19/+36
* Changed the behaviour in wildcard acceptance in certificates.Nikos Mavrogiannopoulos2014-03-191-0/+8
* minor phrasing improvements in docsPatrick Pelletier2013-12-141-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-573/+530
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to preven...Nikos Mavrogiannopoulos2013-08-051-0/+1
* documented function behaviorNikos Mavrogiannopoulos2013-05-171-0/+2
* corrected typoNikos Mavrogiannopoulos2013-05-161-1/+1
* several updatesNikos Mavrogiannopoulos2013-05-161-0/+5
* Moved gnutls_hex_(en|de)code functions from lib/gnutls_psk.c to lib/gnutls_st...Jaak Ristioja2013-02-211-0/+59
* Use gnutls_realloc_fast everywhere. Suggested by David Woodhouse.Nikos Mavrogiannopoulos2013-02-181-2/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-031-1/+1
* several cleanupsNikos Mavrogiannopoulos2012-09-221-2/+6
* small fixes in TPM supportNikos Mavrogiannopoulos2012-07-131-1/+8
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-15/+17
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Added a more robust manpage generation method.Nikos Mavrogiannopoulos2011-11-201-2/+2
* Make asciiprint a globally available function.Simon Josefsson2011-11-101-4/+18
* removed duplicate code.Nikos Mavrogiannopoulos2011-11-021-0/+38
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Correctly import and export pkcs11-urls with ID field set.Nikos Mavrogiannopoulos2011-05-101-5/+6
* _gnutls_hostname_compare() was incredibly slow when over ten wildcards were p...Nikos Mavrogiannopoulos2011-05-051-3/+9
* Use c_toupper to avoid converting characters non in the english ASCII set. Re...Nikos Mavrogiannopoulos2011-05-051-1/+2
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-0/+2
* Simplified code in authentication methods by using gnutls_buffer_stNikos Mavrogiannopoulos2011-02-081-8/+68
* Extra sanity check.Nikos Mavrogiannopoulos2010-12-191-0/+6
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-103/+103
* Indent.Simon Josefsson2010-12-061-1/+1
* simplified escape and unescape.Nikos Mavrogiannopoulos2010-12-061-13/+9
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-155/+186
* Fix some syntax-check errors.Simon Josefsson2010-10-011-1/+0
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-4/+125
* The gnutls_string code was simplified and integrated with the buffer to avoidNikos Mavrogiannopoulos2010-06-111-30/+23
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-3/+0
* Added ability to export certificates from PKCS #11 tokens.Nikos Mavrogiannopoulos2010-06-031-24/+24
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-4/+117
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-1/+1
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-31/+31
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-281-10/+9
* Cleanup code.Simon Josefsson2009-08-041-8/+10
* GnuTLS vs. NULL chars in CNsTomas Hoger2009-08-041-4/+8
* There are cases where those buffers might overlapNikos Mavrogiannopoulos2009-07-011-1/+1
* When reading data from a buffer (gnutls_string) avoid memmoving all remaining...Nikos Mavrogiannopoulos2008-11-231-69/+102
* Include stdarg.h for va_start etc.Simon Josefsson2008-08-291-0/+1
* Indent code.Simon Josefsson2008-07-021-19/+18