Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use gnutls_set_default_priority() in examples. | Nikos Mavrogiannopoulos | 2014-05-17 | 1 | -2/+7 |
* | 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 |
* | 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 |
* | 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 |
* | Added convenience functions to avoid ugly casting in simple programs. | Nikos Mavrogiannopoulos | 2013-02-16 | 13 | -13/+13 |
* | be more explicit in DTLS examples to account for LARGE_PACKET error | Nikos Mavrogiannopoulos | 2013-02-16 | 2 | -2/+6 |
* | avoid ptrdiff_t | Nikos Mavrogiannopoulos | 2013-02-11 | 1 | -1/+1 |
* | Added XSSL client examples. | Nikos Mavrogiannopoulos | 2013-01-29 | 3 | -1/+187 |
* | doc fix | Nikos Mavrogiannopoulos | 2013-01-06 | 1 | -1/+1 |
* | better code in client and server examples | Nikos Mavrogiannopoulos | 2012-12-28 | 11 | -31/+88 |
* | drop unecessary function in examples | Nikos Mavrogiannopoulos | 2012-12-21 | 6 | -135/+58 |
* | print-ciphersuites was a very useful too for debugging this. Now it is even b... | Tim Kosse | 2012-11-15 | 1 | -2/+2 |
* | corrected verification examples | Nikos Mavrogiannopoulos | 2012-11-11 | 3 | -0/+9 |
* | Added gnutls_certificate_verification_status_print(). | Nikos Mavrogiannopoulos | 2012-10-30 | 3 | -47/+40 |
* | Simplified certificate verification by adding gnutls_certificate_verify_peers... | Nikos Mavrogiannopoulos | 2012-10-30 | 3 | -119/+7 |
* | examples: Build an executable of ex-serv-dtls like the other examples | Martin Storsjo | 2012-10-30 | 1 | -1/+2 |
* | examples: Make sure the timeout parameter to select is valid | Martin Storsjo | 2012-10-30 | 1 | -0/+6 |
* | The session ticket and OCSP certificate status extensions are enabled by defa... | Nikos Mavrogiannopoulos | 2012-10-08 | 2 | -7/+0 |
* | enable useful extensions in the examples. | Nikos Mavrogiannopoulos | 2012-10-04 | 2 | -1/+9 |
* | check the first response. | Nikos Mavrogiannopoulos | 2012-10-01 | 1 | -1/+1 |
* | documented gnutls_ocsp_resp_check_crt(). | Nikos Mavrogiannopoulos | 2012-09-30 | 1 | -34/+22 |
* | All external libraries that were in LDFLAGS are moved into LIBADD/LDADD. | Nikos Mavrogiannopoulos | 2012-09-25 | 1 | -2/+2 |
* | gnutls_handshake_timeout() -> gnutls_handshake_set_timeout() | Nikos Mavrogiannopoulos | 2012-08-07 | 6 | -6/+12 |
* | Added gnutls_handshake_timeout(). | Nikos Mavrogiannopoulos | 2012-08-06 | 6 | -6/+6 |
* | corrected example and added missing files. | Nikos Mavrogiannopoulos | 2012-08-04 | 1 | -1/+1 |
* | GNUTLS_PKCS11_PIN -> GNUTLS_PIN | Nikos Mavrogiannopoulos | 2012-07-21 | 1 | -3/+3 |
* | use new functions. | Nikos Mavrogiannopoulos | 2012-06-28 | 1 | -59/+12 |
* | Revert "documented pin_callback expectations." | Nikos Mavrogiannopoulos | 2012-06-09 | 1 | -5/+0 |
* | documented pin_callback expectations. | Nikos Mavrogiannopoulos | 2012-06-08 | 1 | -0/+5 |
* | updated doc | Nikos Mavrogiannopoulos | 2012-05-25 | 1 | -6/+6 |
* | Be more conservative with examples and changed semantics of gnutls_certificat... | Nikos Mavrogiannopoulos | 2012-05-22 | 5 | -10/+11 |
* | Added convenience functions to load a trust list from a file or a memory buffer. | Nikos Mavrogiannopoulos | 2012-05-09 | 4 | -10/+10 |
* | more warnings to silence. | Nikos Mavrogiannopoulos | 2012-03-22 | 1 | -1/+1 |
* | silence warnings. Patch by B. Scott Michel. | Nikos Mavrogiannopoulos | 2012-03-22 | 1 | -1/+1 |
* | reduced lines | Nikos Mavrogiannopoulos | 2012-03-15 | 1 | -7/+7 |
* | Corrected PSK client example.gnutls_3_0_15 | Nikos Mavrogiannopoulos | 2012-03-02 | 1 | -1/+1 |
* | Fix file leak in an example application. | Giuseppe Scrivano | 2012-02-16 | 1 | -0/+2 |
* | added missing files | Nikos Mavrogiannopoulos | 2012-02-10 | 1 | -1/+2 |
* | fix compilation | Nikos Mavrogiannopoulos | 2012-02-10 | 1 | -6/+0 |
* | gnutls_verify_stored_pubkey() and gnutls_store_pubkey() allow for alternative... | Nikos Mavrogiannopoulos | 2012-02-10 | 1 | -2/+3 |
* | use updated api | Nikos Mavrogiannopoulos | 2012-02-10 | 1 | -3/+3 |
* | Removed the application field and added an expiration field. | Nikos Mavrogiannopoulos | 2012-02-10 | 1 | -3/+5 |
* | updated example | Nikos Mavrogiannopoulos | 2012-02-10 | 1 | -2/+7 |
* | updated example | Nikos Mavrogiannopoulos | 2012-02-09 | 1 | -1/+1 |
* | updated examples | Nikos Mavrogiannopoulos | 2012-02-08 | 9 | -9/+9 |