summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* use gnutls_set_default_priority() in examples.Nikos Mavrogiannopoulos2014-05-171-2/+7
* fix small leakNikos Mavrogiannopoulos2014-02-181-0/+1
* Verify in example that the sent nonce matches the received nonce.Nikos Mavrogiannopoulos2014-02-181-13/+23
* reindented codeNikos Mavrogiannopoulos2013-11-0830-3114/+3012
* removed warningsNikos Mavrogiannopoulos2013-10-263-2/+5
* corrected length calculationNikos Mavrogiannopoulos2013-10-101-1/+1
* Corrected possible buffer overruns in included programs and examples.Nikos Mavrogiannopoulos2013-10-091-1/+1
* X.509 server example updated to include OCSP staplingNikos Mavrogiannopoulos2013-07-192-2/+14
* Added gnutls_session_get_desc()Nikos Mavrogiannopoulos2013-03-127-7/+35
* Added convenience functions to avoid ugly casting in simple programs.Nikos Mavrogiannopoulos2013-02-1613-13/+13
* be more explicit in DTLS examples to account for LARGE_PACKET errorNikos Mavrogiannopoulos2013-02-162-2/+6
* avoid ptrdiff_tNikos Mavrogiannopoulos2013-02-111-1/+1
* Added XSSL client examples.Nikos Mavrogiannopoulos2013-01-293-1/+187
* doc fixNikos Mavrogiannopoulos2013-01-061-1/+1
* better code in client and server examplesNikos Mavrogiannopoulos2012-12-2811-31/+88
* drop unecessary function in examplesNikos Mavrogiannopoulos2012-12-216-135/+58
* print-ciphersuites was a very useful too for debugging this. Now it is even b...Tim Kosse2012-11-151-2/+2
* corrected verification examplesNikos Mavrogiannopoulos2012-11-113-0/+9
* Added gnutls_certificate_verification_status_print().Nikos Mavrogiannopoulos2012-10-303-47/+40
* Simplified certificate verification by adding gnutls_certificate_verify_peers...Nikos Mavrogiannopoulos2012-10-303-119/+7
* examples: Build an executable of ex-serv-dtls like the other examplesMartin Storsjo2012-10-301-1/+2
* examples: Make sure the timeout parameter to select is validMartin Storsjo2012-10-301-0/+6
* The session ticket and OCSP certificate status extensions are enabled by defa...Nikos Mavrogiannopoulos2012-10-082-7/+0
* enable useful extensions in the examples.Nikos Mavrogiannopoulos2012-10-042-1/+9
* check the first response.Nikos Mavrogiannopoulos2012-10-011-1/+1
* documented gnutls_ocsp_resp_check_crt().Nikos Mavrogiannopoulos2012-09-301-34/+22
* All external libraries that were in LDFLAGS are moved into LIBADD/LDADD.Nikos Mavrogiannopoulos2012-09-251-2/+2
* gnutls_handshake_timeout() -> gnutls_handshake_set_timeout()Nikos Mavrogiannopoulos2012-08-076-6/+12
* Added gnutls_handshake_timeout().Nikos Mavrogiannopoulos2012-08-066-6/+6
* corrected example and added missing files.Nikos Mavrogiannopoulos2012-08-041-1/+1
* GNUTLS_PKCS11_PIN -> GNUTLS_PINNikos Mavrogiannopoulos2012-07-211-3/+3
* use new functions.Nikos Mavrogiannopoulos2012-06-281-59/+12
* Revert "documented pin_callback expectations."Nikos Mavrogiannopoulos2012-06-091-5/+0
* documented pin_callback expectations.Nikos Mavrogiannopoulos2012-06-081-0/+5
* updated docNikos Mavrogiannopoulos2012-05-251-6/+6
* Be more conservative with examples and changed semantics of gnutls_certificat...Nikos Mavrogiannopoulos2012-05-225-10/+11
* Added convenience functions to load a trust list from a file or a memory buffer.Nikos Mavrogiannopoulos2012-05-094-10/+10
* more warnings to silence.Nikos Mavrogiannopoulos2012-03-221-1/+1
* silence warnings. Patch by B. Scott Michel.Nikos Mavrogiannopoulos2012-03-221-1/+1
* reduced linesNikos Mavrogiannopoulos2012-03-151-7/+7
* Corrected PSK client example.gnutls_3_0_15Nikos Mavrogiannopoulos2012-03-021-1/+1
* Fix file leak in an example application.Giuseppe Scrivano2012-02-161-0/+2
* added missing filesNikos Mavrogiannopoulos2012-02-101-1/+2
* fix compilationNikos Mavrogiannopoulos2012-02-101-6/+0
* gnutls_verify_stored_pubkey() and gnutls_store_pubkey() allow for alternative...Nikos Mavrogiannopoulos2012-02-101-2/+3
* use updated apiNikos Mavrogiannopoulos2012-02-101-3/+3
* Removed the application field and added an expiration field.Nikos Mavrogiannopoulos2012-02-101-3/+5
* updated exampleNikos Mavrogiannopoulos2012-02-101-2/+7
* updated exampleNikos Mavrogiannopoulos2012-02-091-1/+1
* updated examplesNikos Mavrogiannopoulos2012-02-089-9/+9