summaryrefslogtreecommitdiff
path: root/doc/examples/ex-serv-anon.c
Commit message (Collapse)AuthorAgeFilesLines
* doc: discuss the set_known_dh_params and use it in the examplesNikos Mavrogiannopoulos2016-10-141-21/+1
|
* corrected typo in ex-server-anonNikos Mavrogiannopoulos2015-08-261-1/+1
|
* examples: mention that gnutls_global_init() is optionalNikos Mavrogiannopoulos2014-07-061-1/+2
|
* do not set the SYSTEM priority string by default in examples (not yet).Nikos Mavrogiannopoulos2014-01-251-6/+1
|
* Introduced GNUTLS_DEFAULT_PRIORITY macroNikos Mavrogiannopoulos2014-01-151-5/+3
|
* use default priorities based on version number in examples, and add ↵Nikos Mavrogiannopoulos2014-01-141-3/+13
| | | | dependency on 3.1.0
* changes in SYSTEM semantics to allow appending rules to the default policy.Nikos Mavrogiannopoulos2014-01-141-1/+1
|
* reindented codeNikos Mavrogiannopoulos2013-11-081-127/+123
|
* Added convenience functions to avoid ugly casting in simple programs.Nikos Mavrogiannopoulos2013-02-161-1/+1
|
* avoid ptrdiff_tNikos Mavrogiannopoulos2013-02-111-1/+1
|
* better code in client and server examplesNikos Mavrogiannopoulos2012-12-281-2/+5
|
* drop unecessary function in examplesNikos Mavrogiannopoulos2012-12-211-22/+7
|
* silence warnings. Patch by B. Scott Michel.Nikos Mavrogiannopoulos2012-03-221-1/+1
|
* updated examplesNikos Mavrogiannopoulos2012-02-081-1/+1
|
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-4/+3
| | | | Dropped opaque type (replaced with uint8_t)
* updated examples and added new "handling alerts" section.Nikos Mavrogiannopoulos2011-12-281-1/+7
|
* updated documentation to allow latex output.Nikos Mavrogiannopoulos2011-06-191-1/+1
|
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-161-34/+34
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
|
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-1/+1
|
* Indent code.Simon Josefsson2009-11-051-1/+2
|
* Several bug fixes by Fabian Keil (some were modified by me).Nikos Mavrogiannopoulos2009-07-151-2/+1
|
* Doc fixes.Simon Josefsson2009-05-261-1/+1
| | | | Suggested by Peter Hendrickson <pdh@wiredyne.com>.
* Place examples in public domain. After discussion with Karl.Simon Josefsson2009-05-131-6/+1
|
* Fix warnings.Simon Josefsson2009-05-071-1/+1
|
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-031-1/+1
|
* Fix warnings.Simon Josefsson2008-08-291-2/+2
|
* Return the string position in case of an error in the priority functions.Nikos2007-11-281-1/+1
|
* new era of priority functions.Nikos Mavrogiannopoulos2007-11-241-4/+1
|
* added gnutls_set_priority() to replace gnutls_set_default_priority2().Nikos Mavrogiannopoulos2007-11-181-3/+1
|
* Introduced GNUTLS_PRIORITIES_SECURITY_NORMAL and GNUTLS_PRIORITIES_SECURITY_HIGHNikos Mavrogiannopoulos2007-10-241-1/+1
|
* Added gnutls_set_default_priority2() and deprecated ↵Nikos Mavrogiannopoulos2007-10-241-1/+1
| | | | gnutls_set_default_priority().
* Added copyright notices to examplesNikos Mavrogiannopoulos2007-10-231-0/+7
|
* Include netinet/in.h for FreeBSD, reported by Roman Bogorodskiy ↵Simon Josefsson2006-08-271-0/+1
| | | | <novel@FreeBSD.org>.
* Include config.h, don't include netinet/in.h (for mingw).Simon Josefsson2006-06-161-1/+3
|
* Don't use mmap.Simon Josefsson2005-09-221-1/+1
| | | | Use memset instead of bzero.
* Indent.Simon Josefsson2005-08-101-110/+121
|
* Build examples. Fix errors.Simon Josefsson2005-08-101-3/+3
|
* Add.Simon Josefsson2004-08-211-0/+162