summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* Indent code.Simon Josefsson2009-11-059-37/+46
* Fix API name change.Simon Josefsson2009-11-051-1/+1
* Use INET_NTOP_LIB and INET_PTON_LIB.Simon Josefsson2009-11-031-1/+1
* Final touch on signature algorithms in TLS 1.2 support. Added function gnutls...Nikos Mavrogiannopoulos2009-11-011-0/+38
* Several bug fixes by Fabian Keil (some were modified by me).Nikos Mavrogiannopoulos2009-07-156-12/+6
* Doc fixes.Simon Josefsson2009-05-266-6/+6
* Don't build with warnings all the time. Use a WERROR_CFLAGS.Simon Josefsson2009-05-181-1/+1
* Place examples in public domain. After discussion with Karl.Simon Josefsson2009-05-1321-126/+21
* Fix warnings.Simon Josefsson2009-05-131-1/+2
* Fix MinGW build failures.Simon Josefsson2009-05-111-5/+6
* Fix warnings.Simon Josefsson2009-05-076-6/+6
* Fix syntax-check warnings.Simon Josefsson2009-05-031-3/+2
* Fix warnings.Simon Josefsson2009-01-075-15/+8
* Drop config.h, not needed (hopefully?) and breaks mingw due to rpl_gmtime.Simon Josefsson2008-12-101-4/+0
* Fix WARN_CFLAGS uses.Simon Josefsson2008-11-181-2/+1
* Add.Simon Josefsson2008-11-171-0/+26
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-179-10/+25
* Use more warnings. Fix warnings.Simon Josefsson2008-11-131-2/+2
* Use warning flags, but not for C++ code.Simon Josefsson2008-11-121-0/+2
* Separate headers as well. Clean up -I's.Simon Josefsson2008-10-301-3/+5
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-0322-22/+22
* Fix warnings.Simon Josefsson2008-08-297-13/+13
* Make disable-extra-pki work better.Simon Josefsson2008-08-281-3/+9
* Indent code.Simon Josefsson2008-07-029-43/+48
* Make --disable-psk-authentication work.Simon Josefsson2008-06-191-2/+6
* Use cstring instead of string.h.Simon Josefsson2008-06-191-2/+1
* Make it find strlen.Simon Josefsson2008-06-071-0/+2
* Fix memory leak.Simon Josefsson2008-06-071-1/+9
* Fix printing of serial number.Simon Josefsson2008-06-051-2/+1
* Merge branch 'gnutls_with_netconf'Simon Josefsson2008-06-043-2/+348
|\
| * Typo.Simon Josefsson2008-04-131-1/+1
| * Doc fix.Simon Josefsson2008-04-121-1/+2
| * Add, PSK self test.Simon Josefsson2008-04-122-0/+344
| * Add ex-serv-psk.Simon Josefsson2008-04-121-3/+4
* | Update example with more PSK printing.Simon Josefsson2008-06-041-0/+7
* | Fix ex-cxx name. Fix LDADD's.Simon Josefsson2008-05-201-8/+5
* | Updated the C++ API with patch from Eduardo Villanueva Che. Suggested by Benj...Nikos Mavrogiannopoulos2008-05-172-1/+113
* | libgnutls: Compile if SRP is disabled.Simon Josefsson2008-05-071-1/+3
* | Fix typo.Simon Josefsson2008-04-171-2/+2
* | Reorder libgnu.la last.Simon Josefsson2008-04-161-2/+2
|/
* Fix gcc warnings.Simon Josefsson2008-03-191-3/+3
* pgp_keyid_t is now compatible with the 2.2 key id.Nikos2008-02-181-3/+1
* GPLv3 fixes.Simon Josefsson2007-12-091-1/+1
* Return the string position in case of an error in the priority functions.Nikos2007-11-2811-13/+13
* examples now compileNikos Mavrogiannopoulos2007-11-242-2/+2
* (no commit message)Nikos Mavrogiannopoulos2007-11-241-3/+3
* new era of priority functions.Nikos Mavrogiannopoulos2007-11-2411-21/+22
* fixes for the new gnutls_set_priority().Nikos Mavrogiannopoulos2007-11-182-2/+1
* added gnutls_set_priority() to replace gnutls_set_default_priority2().Nikos Mavrogiannopoulos2007-11-1810-27/+18
* Use new API.Simon Josefsson2007-11-141-1/+1