summaryrefslogtreecommitdiff
path: root/doc/examples/ex-client-dtls.c
Commit message (Expand)AuthorAgeFilesLines
* examples: introduced basic error checking in more examplesNikos Mavrogiannopoulos2016-04-271-21/+16
* doc: fixed example with DTLS timeoutsNikos Mavrogiannopoulos2015-04-301-2/+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-5/+1
* Introduced GNUTLS_DEFAULT_PRIORITY macroNikos Mavrogiannopoulos2014-01-151-5/+4
* use default priorities based on version number in examples, and add dependenc...Nikos Mavrogiannopoulos2014-01-141-1/+12
* changes in SYSTEM semantics to allow appending rules to the default policy.Nikos Mavrogiannopoulos2014-01-141-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-106/+95
* 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
* be more explicit in DTLS examples to account for LARGE_PACKET errorNikos Mavrogiannopoulos2013-02-161-1/+2
* 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
* Be more conservative with examples and changed semantics of gnutls_certificat...Nikos Mavrogiannopoulos2012-05-221-1/+2
* Added convenience functions to load a trust list from a file or a memory buffer.Nikos Mavrogiannopoulos2012-05-091-2/+1
* updated examplesNikos Mavrogiannopoulos2012-02-081-1/+1
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-1/+1
* updated examples and added new "handling alerts" section.Nikos Mavrogiannopoulos2011-12-281-0/+128