Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Documented use gnutls_priority_set2()." | Nikos Mavrogiannopoulos | 2017-07-25 | 3 | -3/+3 |
| | | | | This reverts commit b4aed16ee30f76211c13b075149bb87c012f9bf6. | ||||
* | doc: use the default priorities in server example | Nikos Mavrogiannopoulos | 2017-07-10 | 1 | -2/+4 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
* | Documented use gnutls_priority_set2(). | Nikos Mavrogiannopoulos | 2017-07-10 | 3 | -3/+3 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
* | doc: simplified the default client example | Nikos Mavrogiannopoulos | 2017-06-16 | 1 | -19/+2 |
| | | | | | | Removed optional paths. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
* | examples: made a comment that getpass() output needs to be sanitized | Nikos Mavrogiannopoulos | 2017-05-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> | ||||
* | doc: updated tlsproxy to latest version | Nikos Mavrogiannopoulos | 2017-03-07 | 1 | -0/+0 |
| | |||||
* | modified the gnutls_certificate_set_key* change | Nikos Mavrogiannopoulos | 2016-10-24 | 1 | -1/+8 |
| | | | | | | | | | While the change was fully backwards compatible for applications that were adding a single certificate, and applications that were checking for negative errors codes, many applications do not. As this may cause incompatibility issues with software properly utilizing the previously documented API, the change is reverted, and applications need to explicitly enable a flag (GNUTLS_CERTIFICATE_API_V2) in the credentials structure for the set_key functions to return an index. | ||||
* | doc: discuss the set_known_dh_params and use it in the examples | Nikos Mavrogiannopoulos | 2016-10-14 | 4 | -84/+6 |
| | |||||
* | doc: set a default handshake timeout on example server | Nikos Mavrogiannopoulos | 2016-10-13 | 1 | -0/+2 |
| | |||||
* | several spacing fixes to keep syntax-check happy | Nikos Mavrogiannopoulos | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | ex-client-x509: removed unused call to gnutls_session_set_ptr() | Nikos Mavrogiannopoulos | 2016-07-12 | 1 | -2/+0 |
| | |||||
* | doc: removed OpenPGP examples | Nikos Mavrogiannopoulos | 2016-06-04 | 2 | -182/+0 |
| | | | | Relates #102 | ||||
* | examples: introduced basic error checking in more examples | Nikos Mavrogiannopoulos | 2016-04-27 | 6 | -141/+103 |
| | |||||
* | examples: simplified the basic client example | Nikos Mavrogiannopoulos | 2016-04-27 | 1 | -11/+10 |
| | |||||
* | examples: introduced basic error checking in main client examples | Nikos Mavrogiannopoulos | 2016-04-27 | 2 | -47/+36 |
| | |||||
* | examples: corrected the required version of example | Nikos Mavrogiannopoulos | 2016-04-27 | 1 | -2/+2 |
| | |||||
* | doc: added example client application utilizing the 3.1.x APIs | Nikos Mavrogiannopoulos | 2016-04-24 | 2 | -0/+194 |
| | |||||
* | examples: added explicit 3.5.0 dependency in ex-client-x509 | Nikos Mavrogiannopoulos | 2016-04-24 | 1 | -2/+2 |
| | |||||
* | examples: added error checks and updated verify_certificate_chain() | Nikos Mavrogiannopoulos | 2016-04-24 | 1 | -24/+26 |
| | |||||
* | doc: added tlsproxy example reference into documentation | Nikos Mavrogiannopoulos | 2016-04-14 | 2 | -0/+4 |
| | |||||
* | renamed the auto-verification functions | Nikos Mavrogiannopoulos | 2015-09-05 | 1 | -1/+1 |
| | | | | The names are more consistent with the rest of the library. | ||||
* | corrected typo in ex-server-anon | Nikos Mavrogiannopoulos | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | examples: simplify the X.509 client example by using the new verification API | Nikos Mavrogiannopoulos | 2015-08-24 | 1 | -70/+20 |
| | |||||
* | doc: fixed example with DTLS timeouts | Nikos Mavrogiannopoulos | 2015-04-30 | 1 | -2/+1 |
| | |||||
* | Fix a few compiler warnings about unused variables | Jiří Klimeš | 2015-03-28 | 1 | -0/+2 |
| | | | | | | [-Wunused-variable] Signed-off-by: Jiří Klimeš <jklimes@redhat.com> | ||||
* | completely separated the two gnulibs to avoid conflicts | Nikos Mavrogiannopoulos | 2014-12-23 | 1 | -3/+1 |
| | |||||
* | ex-pkcs11-list.c: updated for new API | Nikos Mavrogiannopoulos | 2014-12-22 | 1 | -13/+9 |
| | |||||
* | doc: use the same port for DTLS client and server | Nikos Mavrogiannopoulos | 2014-11-07 | 1 | -1/+1 |
| | |||||
* | examples: mention that gnutls_global_init() is optional | Nikos Mavrogiannopoulos | 2014-07-06 | 10 | -14/+22 |
| | |||||
* | doc: Correct comment about ignoring certs in the SRP server example | Attila Molnar | 2014-06-17 | 2 | -2/+8 |
| | | | | | | | Point readers to another example for a way to validate certificates in both the SRP and the X.509 server example Signed-off-by: Attila Molnar <attilamolnar@hush.com> | ||||
* | use gnutls_set_default_priority() in examples. | Nikos Mavrogiannopoulos | 2014-05-11 | 1 | -1/+5 |
| | |||||
* | link examples to GPL gnulib.gnutls_3_3_0 | Nikos Mavrogiannopoulos | 2014-04-10 | 1 | -0/+1 |
| | |||||
* | Replaced gnutls_certificate_verify_peers3() with the extendable ↵ | Nikos Mavrogiannopoulos | 2014-04-09 | 2 | -5/+36 |
| | | | | | | | gnutls_certificate_verify_peers(). That will allow adding new functionality to verification without the need to add new functions. | ||||
* | Added gnutls_certificate_verify_peers4 which will verify in addition to ↵ | Nikos Mavrogiannopoulos | 2014-04-08 | 2 | -2/+6 |
| | | | | hostname, the purpose of the end-certificate. | ||||
* | The xssl experimental library was removed. | Nikos Mavrogiannopoulos | 2014-03-10 | 3 | -185/+1 |
| | | | | | While the idea of a high level library is nice, there are no resources to maintain an additional library. | ||||
* | increased code disabled from disable-ocsp and disable-openpgp options | Nikos Mavrogiannopoulos | 2014-03-05 | 1 | -1/+4 |
| | |||||
* | examples include both gnulibs | Nikos Mavrogiannopoulos | 2014-03-04 | 1 | -0/+2 |
| | |||||
* | fix small leak | Nikos Mavrogiannopoulos | 2014-02-18 | 1 | -0/+1 |
| | |||||
* | Verify in example that the sent nonce matches the received nonce. | Nikos Mavrogiannopoulos | 2014-02-18 | 1 | -13/+23 |
| | | | | Reported by Benny Baumann. | ||||
* | do not set the SYSTEM priority string by default in examples (not yet). | Nikos Mavrogiannopoulos | 2014-01-25 | 9 | -49/+9 |
| | |||||
* | Introduced GNUTLS_DEFAULT_PRIORITY macro | Nikos Mavrogiannopoulos | 2014-01-15 | 9 | -43/+32 |
| | |||||
* | use default priorities based on version number in examples, and add ↵ | Nikos Mavrogiannopoulos | 2014-01-14 | 9 | -18/+112 |
| | | | | dependency on 3.1.0 | ||||
* | changes in SYSTEM semantics to allow appending rules to the default policy. | Nikos Mavrogiannopoulos | 2014-01-14 | 9 | -9/+9 |
| | |||||
* | doc update | Nikos Mavrogiannopoulos | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 30 | -3114/+3012 |
| | |||||
* | removed warnings | Nikos Mavrogiannopoulos | 2013-10-26 | 3 | -2/+5 |
| | |||||
* | corrected length calculation | Nikos Mavrogiannopoulos | 2013-10-10 | 1 | -1/+1 |
| | |||||
* | Corrected possible buffer overruns in included programs and examples. | Nikos Mavrogiannopoulos | 2013-10-09 | 1 | -1/+1 |
| | | | | | Corrected possible buffer overruns in included programs and examples. Reported by Pedro Ribeiro <pedrib@gmail.com>. | ||||
* | X.509 server example updated to include OCSP stapling | Nikos Mavrogiannopoulos | 2013-07-19 | 2 | -2/+14 |
| | |||||
* | Added gnutls_session_get_desc() | Nikos Mavrogiannopoulos | 2013-03-12 | 7 | -7/+35 |
| |