Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change GNUTLS into GnuTLS. | Simon Josefsson | 2010-05-22 | 1 | -5/+5 |
* | Indent code. | Simon Josefsson | 2010-04-14 | 1 | -24/+29 |
* | Update gnulib files. Fix syntax-check warnings. | Simon Josefsson | 2010-03-31 | 1 | -27/+30 |
* | gnutls-serv will terminate connection on rehandshake errors. | Nikos Mavrogiannopoulos | 2010-03-03 | 1 | -1/+13 |
* | Update copyright years. | Simon Josefsson | 2010-01-27 | 1 | -1/+2 |
* | Fix FSF copyright notices. | Simon Josefsson | 2010-01-27 | 1 | -1/+1 |
* | Removed rehandshake initiation capability from client and transferred it | Nikos Mavrogiannopoulos | 2010-01-21 | 1 | -1/+20 |
* | Added safe renegotiation patch from Steve Dispensa, modified to suit gnutls | Nikos Mavrogiannopoulos | 2010-01-11 | 1 | -7/+17 |
* | Fix libgcrypt usage. | Simon Josefsson | 2009-11-06 | 1 | -0/+3 |
* | Cleanups and several bug fixes found by Tomas Mraz. | Nikos Mavrogiannopoulos | 2009-11-05 | 1 | -1/+5 |
* | Indent code. | Simon Josefsson | 2009-11-05 | 1 | -5/+5 |
* | Remove dead store in listen_socket(). | Fabian Keil | 2009-08-31 | 1 | -1/+0 |
* | session ticket support | Daiki Ueno | 2009-08-19 | 1 | -0/+18 |
* | Improve logging and fix warnings. | Simon Josefsson | 2009-06-01 | 1 | -36/+50 |
* | Doc fixes. | Simon Josefsson | 2009-05-26 | 1 | -5/+5 |
* | Fix gnutls-serv and gnutls-cli-debug on Windows. | Simon Josefsson | 2009-05-20 | 1 | -1/+3 |
* | Don't use unportable NI_MAXHOST/NI_MAXSERV. | Simon Josefsson | 2009-05-18 | 1 | -48/+39 |
* | Fix build failure on systems without AF_INET6, e.g., Solaris 2.6. | Simon Josefsson | 2009-05-07 | 1 | -0/+2 |
* | Fix syntax-check warnings. | Simon Josefsson | 2009-05-03 | 1 | -4/+2 |
* | Fix getaddrinfo/bind loop. | Simon Josefsson | 2009-04-30 | 1 | -1/+1 |
* | gnutls-serv: Listen on all interfaces. | Simon Josefsson | 2009-04-24 | 1 | -67/+94 |
* | gnutls-serv: No longer disable MAC padding by default. | Simon Josefsson | 2009-02-11 | 1 | -5/+0 |
* | More gnulib usage. | Simon Josefsson | 2009-02-11 | 1 | -11/+7 |
* | Fix warnings. | Simon Josefsson | 2009-01-07 | 1 | -6/+1 |
* | Use more warnings. Fix many warnings. | Simon Josefsson | 2008-11-17 | 1 | -0/+4 |
* | Never include config.h in *.h files. | Simon Josefsson | 2008-11-17 | 1 | -0/+2 |
* | Need more gnulib modules. | Simon Josefsson | 2008-10-30 | 1 | -7/+2 |
* | Use netdb.h instead of getaddrinfo.h. | Simon Josefsson | 2008-10-22 | 1 | -2/+1 |
* | Indent. | Simon Josefsson | 2008-10-08 | 1 | -1/+1 |
* | Use internal md5 if libgcrypt is in FIPS mode. | Simon Josefsson | 2008-09-21 | 1 | -0/+17 |
* | Indent. | Simon Josefsson | 2008-09-16 | 1 | -6/+5 |
* | Drop --copyright. | Simon Josefsson | 2008-09-01 | 1 | -19/+0 |
* | Use gnulib for --version. | Simon Josefsson | 2008-09-01 | 1 | -7/+11 |
* | Fix warnings. | Simon Josefsson | 2008-08-29 | 1 | -4/+3 |
* | Indent code. | Simon Josefsson | 2008-07-02 | 1 | -55/+66 |
* | Merge branch 'gnutls_with_netconf' | Simon Josefsson | 2008-06-04 | 1 | -0/+11 |
|\ | |||||
| * | Add gnutls-serv --pskhint. | Simon Josefsson | 2008-06-04 | 1 | -0/+11 |
* | | gnutls-cli will exit once a certificate that doesn't have the | Nikos Mavrogiannopoulos | 2008-04-28 | 1 | -2/+2 |
* | | Fix warnings. | Simon Josefsson | 2008-04-21 | 1 | -0/+2 |
|/ | |||||
* | Fix gcc warnings. | Simon Josefsson | 2008-03-19 | 1 | -14/+15 |
* | Use better names in gnutls_certificate_print_formats_t. | Simon Josefsson | 2008-02-21 | 1 | -2/+2 |
* | Several updates in the openpgp code. Now it uses subkeys only when requested. | Nikos | 2008-02-18 | 1 | -2/+10 |
* | merged the openpgp branch to head\! | Nikos | 2008-01-13 | 1 | -6/+0 |
* | Use GPLv3 in src/. | Simon Josefsson | 2007-12-09 | 1 | -1/+1 |
* | GPL parts under GPLv3 | System User | 2007-12-07 | 1 | -6/+5 |
* | fix in priority_set | Nikos | 2007-11-28 | 1 | -1/+1 |
* | Return the string position in case of an error in the priority functions. | Nikos | 2007-11-28 | 1 | -3/+3 |
* | 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 | -1/+6 |
* | Changed my name to my "official" name. | Nikos Mavrogiannopoulos | 2007-10-30 | 1 | -3/+3 |