summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Expand)AuthorAgeFilesLines
* doc: assorted typo fixesDaiki Ueno2020-09-031-2/+2
* build: write "FILE *fp" instead of "FILE *fd"tmp-fileioDaiki Ueno2020-05-301-5/+5
* gnulib: update git submoduleDaiki Ueno2020-05-291-1/+1
* Check all memory allocation in examples and certtooltmp-check-allocationsNikos Mavrogiannopoulos2019-05-143-0/+5
* examples: ignore GNUTLS_E_AGAIN or INTERRUPTED errorstmp-fix-examplesNikos Mavrogiannopoulos2018-12-3010-43/+78
* examples: use a valid DNS nameNikos Mavrogiannopoulos2018-12-304-12/+12
* Make tlsproxy/buffer.c compilable by gcc 4.4.7Tim Rühsen2018-09-262-4/+4
* examples: tlsproxy: use snprintf instead of strncpyNikos Mavrogiannopoulos2018-07-171-4/+2
* examples: tlsproxy: eliminated warningsNikos Mavrogiannopoulos2018-07-171-9/+15
* gnutls_priority_init2,gnutls_set_default_priority_append: introducedNikos Mavrogiannopoulos2018-07-094-13/+36
* tlsproxy: included but not as submoduleNikos Mavrogiannopoulos2018-07-029-3/+1432
* tlsproxy: removed submoduleNikos Mavrogiannopoulos2018-07-021-0/+0
* convert from milliseconds to timespec without loopRolf Eike Beer2018-06-261-7/+2
* Fix warnings seen on OpenCSW Solaris 10Tim Rühsen2018-06-101-1/+4
* doc: corrected space-tab issues in examplesNikos Mavrogiannopoulos2018-04-071-4/+4
* doc: re-organized and modernized examplesNikos Mavrogiannopoulos2018-04-062-87/+57
* examples: use gnutls_certificate_set_x509_system_trustNikos Mavrogiannopoulos2018-01-172-11/+5
* Revert "Documented use gnutls_priority_set2()."Nikos Mavrogiannopoulos2017-07-253-3/+3
* doc: use the default priorities in server exampleNikos Mavrogiannopoulos2017-07-101-2/+4
* Documented use gnutls_priority_set2().Nikos Mavrogiannopoulos2017-07-103-3/+3
* doc: simplified the default client exampleNikos Mavrogiannopoulos2017-06-161-19/+2
* examples: made a comment that getpass() output needs to be sanitizedNikos Mavrogiannopoulos2017-05-261-0/+1
* doc: updated tlsproxy to latest versionNikos Mavrogiannopoulos2017-03-071-0/+0
* modified the gnutls_certificate_set_key* changeNikos Mavrogiannopoulos2016-10-241-1/+8
* doc: discuss the set_known_dh_params and use it in the examplesNikos Mavrogiannopoulos2016-10-144-84/+6
* doc: set a default handshake timeout on example serverNikos Mavrogiannopoulos2016-10-131-0/+2
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-1/+1
* ex-client-x509: removed unused call to gnutls_session_set_ptr()Nikos Mavrogiannopoulos2016-07-121-2/+0
* doc: removed OpenPGP examplesNikos Mavrogiannopoulos2016-06-042-182/+0
* examples: introduced basic error checking in more examplesNikos Mavrogiannopoulos2016-04-276-141/+103
* examples: simplified the basic client exampleNikos Mavrogiannopoulos2016-04-271-11/+10
* examples: introduced basic error checking in main client examplesNikos Mavrogiannopoulos2016-04-272-47/+36
* examples: corrected the required version of exampleNikos Mavrogiannopoulos2016-04-271-2/+2
* doc: added example client application utilizing the 3.1.x APIsNikos Mavrogiannopoulos2016-04-242-0/+194
* examples: added explicit 3.5.0 dependency in ex-client-x509Nikos Mavrogiannopoulos2016-04-241-2/+2
* examples: added error checks and updated verify_certificate_chain()Nikos Mavrogiannopoulos2016-04-241-24/+26
* doc: added tlsproxy example reference into documentationNikos Mavrogiannopoulos2016-04-142-0/+4
* renamed the auto-verification functionsNikos Mavrogiannopoulos2015-09-051-1/+1
* corrected typo in ex-server-anonNikos Mavrogiannopoulos2015-08-261-1/+1
* examples: simplify the X.509 client example by using the new verification APINikos Mavrogiannopoulos2015-08-241-70/+20
* doc: fixed example with DTLS timeoutsNikos Mavrogiannopoulos2015-04-301-2/+1
* Fix a few compiler warnings about unused variablesJiří Klimeš2015-03-281-0/+2
* 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