summaryrefslogtreecommitdiff
path: root/doc/examples/ex-client-psk.c
Commit message (Expand)AuthorAgeFilesLines
* examples: ignore GNUTLS_E_AGAIN or INTERRUPTED errorstmp-fix-examplesNikos Mavrogiannopoulos2018-12-301-2/+7
* gnutls_priority_init2,gnutls_set_default_priority_append: introducedNikos Mavrogiannopoulos2018-07-091-4/+12
* examples: introduced basic error checking in more examplesNikos Mavrogiannopoulos2016-04-271-8/+11
* reindented codeNikos Mavrogiannopoulos2013-11-081-98/+88
* Added gnutls_session_get_desc()Nikos Mavrogiannopoulos2013-03-121-1/+5
* 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-4/+11
* gnutls_handshake_timeout() -> gnutls_handshake_set_timeout()Nikos Mavrogiannopoulos2012-08-071-1/+2
* Added gnutls_handshake_timeout().Nikos Mavrogiannopoulos2012-08-061-1/+1
* Corrected PSK client example.gnutls_3_0_15Nikos Mavrogiannopoulos2012-03-021-1/+1
* updated examplesNikos Mavrogiannopoulos2012-02-081-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+1
* updated examples and added new "handling alerts" section.Nikos Mavrogiannopoulos2011-12-281-1/+5
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-4/+4
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* Indent code.Simon Josefsson2009-11-051-1/+1
* Place examples in public domain. After discussion with Karl.Simon Josefsson2009-05-131-6/+1
* Fix warnings.Simon Josefsson2009-01-071-2/+1
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-1/+1
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-031-1/+1
* Indent code.Simon Josefsson2008-07-021-5/+7
* Typo.Simon Josefsson2008-04-131-1/+1
* Add, PSK self test.Simon Josefsson2008-04-121-0/+119