summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* completely separated the two gnulibs to avoid conflictsNikos Mavrogiannopoulos2014-12-231-3/+1
* ex-pkcs11-list.c: updated for new APINikos Mavrogiannopoulos2014-12-221-13/+9
* doc: use the same port for DTLS client and serverNikos Mavrogiannopoulos2014-11-071-1/+1
* examples: mention that gnutls_global_init() is optionalNikos Mavrogiannopoulos2014-07-0610-14/+22
* doc: Correct comment about ignoring certs in the SRP server exampleAttila Molnar2014-06-172-2/+8
* use gnutls_set_default_priority() in examples.Nikos Mavrogiannopoulos2014-05-111-1/+5
* link examples to GPL gnulib.gnutls_3_3_0Nikos Mavrogiannopoulos2014-04-101-0/+1
* Replaced gnutls_certificate_verify_peers3() with the extendable gnutls_certif...Nikos Mavrogiannopoulos2014-04-092-5/+36
* Added gnutls_certificate_verify_peers4 which will verify in addition to hostn...Nikos Mavrogiannopoulos2014-04-082-2/+6
* The xssl experimental library was removed.Nikos Mavrogiannopoulos2014-03-103-185/+1
* increased code disabled from disable-ocsp and disable-openpgp optionsNikos Mavrogiannopoulos2014-03-051-1/+4
* examples include both gnulibsNikos Mavrogiannopoulos2014-03-041-0/+2
* 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
* do not set the SYSTEM priority string by default in examples (not yet).Nikos Mavrogiannopoulos2014-01-259-49/+9
* Introduced GNUTLS_DEFAULT_PRIORITY macroNikos Mavrogiannopoulos2014-01-159-43/+32
* use default priorities based on version number in examples, and add dependenc...Nikos Mavrogiannopoulos2014-01-149-18/+112
* changes in SYSTEM semantics to allow appending rules to the default policy.Nikos Mavrogiannopoulos2014-01-149-9/+9
* doc updateNikos Mavrogiannopoulos2014-01-141-1/+1
* 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