Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: mention that gnutls_global_init() is optional | Nikos Mavrogiannopoulos | 2014-07-06 | 1 | -1/+2 |
| | |||||
* | doc: Correct comment about ignoring certs in the SRP server example | Attila Molnar | 2014-06-17 | 1 | -1/+4 |
| | | | | | | | 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> | ||||
* | do not set the SYSTEM priority string by default in examples (not yet). | Nikos Mavrogiannopoulos | 2014-01-25 | 1 | -5/+1 |
| | |||||
* | Introduced GNUTLS_DEFAULT_PRIORITY macro | Nikos Mavrogiannopoulos | 2014-01-15 | 1 | -5/+3 |
| | |||||
* | use default priorities based on version number in examples, and add ↵ | Nikos Mavrogiannopoulos | 2014-01-14 | 1 | -1/+13 |
| | | | | dependency on 3.1.0 | ||||
* | changes in SYSTEM semantics to allow appending rules to the default policy. | Nikos Mavrogiannopoulos | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -131/+130 |
| | |||||
* | Added convenience functions to avoid ugly casting in simple programs. | Nikos Mavrogiannopoulos | 2013-02-16 | 1 | -1/+1 |
| | |||||
* | better code in client and server examples | Nikos Mavrogiannopoulos | 2012-12-28 | 1 | -2/+5 |
| | |||||
* | drop unecessary function in examples | Nikos Mavrogiannopoulos | 2012-12-21 | 1 | -26/+13 |
| | |||||
* | updated examples | Nikos Mavrogiannopoulos | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey(). | Nikos Mavrogiannopoulos | 2012-01-28 | 1 | -1/+1 |
| | | | | This enables using ssh-like authentication for TLS sessions. | ||||
* | Fixed signed/unsigned warnings. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -4/+3 |
| | | | | Dropped opaque type (replaced with uint8_t) | ||||
* | updated examples and added new "handling alerts" section. | Nikos Mavrogiannopoulos | 2011-12-28 | 1 | -1/+7 |
| | |||||
* | updated/fixed SRP and PSK examples. | Nikos Mavrogiannopoulos | 2011-11-19 | 1 | -1/+2 |
| | |||||
* | gnutls/extra.h is not required for SRP. | Nikos Mavrogiannopoulos | 2011-08-24 | 1 | -1/+0 |
| | |||||
* | gnutls_global_init_extra() is not needed for SRP. | Nikos Mavrogiannopoulos | 2011-07-27 | 1 | -3/+0 |
| | |||||
* | Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵ | Nikos Mavrogiannopoulos | 2010-12-16 | 1 | -38/+38 |
| | | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces. | ||||
* | Indent (using GNU indent 2.2.11). | Simon Josefsson | 2010-10-14 | 1 | -1/+1 |
| | |||||
* | Change GNUTLS into GnuTLS. | Simon Josefsson | 2010-05-22 | 1 | -1/+1 |
| | |||||
* | Indent code. | Simon Josefsson | 2009-11-05 | 1 | -1/+2 |
| | |||||
* | Several bug fixes by Fabian Keil (some were modified by me). | Nikos Mavrogiannopoulos | 2009-07-15 | 1 | -2/+1 |
| | |||||
* | Place examples in public domain. After discussion with Karl. | Simon Josefsson | 2009-05-13 | 1 | -6/+1 |
| | |||||
* | Fix warnings. | Simon Josefsson | 2009-05-07 | 1 | -1/+1 |
| | |||||
* | Use #ifdef for checking HAVE_CONFIG_H for consistency. | Simon Josefsson | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | Fix warnings. | Simon Josefsson | 2008-08-29 | 1 | -2/+2 |
| | |||||
* | Return the string position in case of an error in the priority functions. | Nikos | 2007-11-28 | 1 | -1/+1 |
| | |||||
* | new era of priority functions. | Nikos Mavrogiannopoulos | 2007-11-24 | 1 | -1/+1 |
| | |||||
* | added gnutls_set_priority() to replace gnutls_set_default_priority2(). | Nikos Mavrogiannopoulos | 2007-11-18 | 1 | -5/+1 |
| | |||||
* | Introduced GNUTLS_PRIORITIES_SECURITY_NORMAL and GNUTLS_PRIORITIES_SECURITY_HIGH | Nikos Mavrogiannopoulos | 2007-10-24 | 1 | -1/+1 |
| | |||||
* | Added gnutls_set_default_priority2() and deprecated ↵ | Nikos Mavrogiannopoulos | 2007-10-24 | 1 | -1/+1 |
| | | | | gnutls_set_default_priority(). | ||||
* | Added copyright notices to examples | Nikos Mavrogiannopoulos | 2007-10-23 | 1 | -0/+7 |
| | |||||
* | Include netinet/in.h for FreeBSD, reported by Roman Bogorodskiy ↵ | Simon Josefsson | 2006-08-27 | 1 | -0/+1 |
| | | | | <novel@FreeBSD.org>. | ||||
* | Include config.h, don't include netinet/in.h (for mingw). | Simon Josefsson | 2006-06-16 | 1 | -1/+3 |
| | |||||
* | Don't use mmap. | Simon Josefsson | 2005-09-22 | 1 | -1/+1 |
| | | | | Use memset instead of bzero. | ||||
* | Indent. | Simon Josefsson | 2005-08-10 | 1 | -114/+124 |
| | |||||
* | Build examples. Fix errors. | Simon Josefsson | 2005-08-10 | 1 | -2/+2 |
| | |||||
* | Indent. | Simon Josefsson | 2004-08-15 | 1 | -124/+122 |
| | |||||
* | Remove old manual. | Simon Josefsson | 2004-08-05 | 1 | -0/+168 |