summaryrefslogtreecommitdiff
path: root/doc/examples/ex-serv-psk.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Documented use gnutls_priority_set2()."Nikos Mavrogiannopoulos2017-07-251-1/+1
* Documented use gnutls_priority_set2().Nikos Mavrogiannopoulos2017-07-101-1/+1
* doc: discuss the set_known_dh_params and use it in the examplesNikos Mavrogiannopoulos2016-10-141-23/+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-4/+3
* use default priorities based on version number in examples, and add dependenc...Nikos Mavrogiannopoulos2014-01-141-3/+13
* changes in SYSTEM semantics to allow appending rules to the default policy.Nikos Mavrogiannopoulos2014-01-141-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-160/+159
* Added convenience functions to avoid ugly casting in simple programs.Nikos Mavrogiannopoulos2013-02-161-1/+1
* better code in client and server examplesNikos Mavrogiannopoulos2012-12-281-2/+5
* drop unecessary function in examplesNikos Mavrogiannopoulos2012-12-211-24/+11
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-4/+3
* updated/fixed SRP and PSK examples.Nikos Mavrogiannopoulos2011-11-191-3/+9
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-37/+37
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-06-031-5/+0
* 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
* 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-1/+1
* Indent code.Simon Josefsson2008-07-021-3/+3
* Doc fix.Simon Josefsson2008-04-121-1/+2
* Add, PSK self test.Simon Josefsson2008-04-121-0/+225