Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Indent code. | Simon Josefsson | 2009-11-05 | 9 | -37/+46 |
* | Fix API name change. | Simon Josefsson | 2009-11-05 | 1 | -1/+1 |
* | Use INET_NTOP_LIB and INET_PTON_LIB. | Simon Josefsson | 2009-11-03 | 1 | -1/+1 |
* | Final touch on signature algorithms in TLS 1.2 support. Added function gnutls... | Nikos Mavrogiannopoulos | 2009-11-01 | 1 | -0/+38 |
* | Several bug fixes by Fabian Keil (some were modified by me). | Nikos Mavrogiannopoulos | 2009-07-15 | 6 | -12/+6 |
* | Doc fixes. | Simon Josefsson | 2009-05-26 | 6 | -6/+6 |
* | Don't build with warnings all the time. Use a WERROR_CFLAGS. | Simon Josefsson | 2009-05-18 | 1 | -1/+1 |
* | Place examples in public domain. After discussion with Karl. | Simon Josefsson | 2009-05-13 | 21 | -126/+21 |
* | Fix warnings. | Simon Josefsson | 2009-05-13 | 1 | -1/+2 |
* | Fix MinGW build failures. | Simon Josefsson | 2009-05-11 | 1 | -5/+6 |
* | Fix warnings. | Simon Josefsson | 2009-05-07 | 6 | -6/+6 |
* | Fix syntax-check warnings. | Simon Josefsson | 2009-05-03 | 1 | -3/+2 |
* | Fix warnings. | Simon Josefsson | 2009-01-07 | 5 | -15/+8 |
* | Drop config.h, not needed (hopefully?) and breaks mingw due to rpl_gmtime. | Simon Josefsson | 2008-12-10 | 1 | -4/+0 |
* | Fix WARN_CFLAGS uses. | Simon Josefsson | 2008-11-18 | 1 | -2/+1 |
* | Add. | Simon Josefsson | 2008-11-17 | 1 | -0/+26 |
* | Use more warnings. Fix many warnings. | Simon Josefsson | 2008-11-17 | 9 | -10/+25 |
* | Use more warnings. Fix warnings. | Simon Josefsson | 2008-11-13 | 1 | -2/+2 |
* | Use warning flags, but not for C++ code. | Simon Josefsson | 2008-11-12 | 1 | -0/+2 |
* | Separate headers as well. Clean up -I's. | Simon Josefsson | 2008-10-30 | 1 | -3/+5 |
* | Use #ifdef for checking HAVE_CONFIG_H for consistency. | Simon Josefsson | 2008-09-03 | 22 | -22/+22 |
* | Fix warnings. | Simon Josefsson | 2008-08-29 | 7 | -13/+13 |
* | Make disable-extra-pki work better. | Simon Josefsson | 2008-08-28 | 1 | -3/+9 |
* | Indent code. | Simon Josefsson | 2008-07-02 | 9 | -43/+48 |
* | Make --disable-psk-authentication work. | Simon Josefsson | 2008-06-19 | 1 | -2/+6 |
* | Use cstring instead of string.h. | Simon Josefsson | 2008-06-19 | 1 | -2/+1 |
* | Make it find strlen. | Simon Josefsson | 2008-06-07 | 1 | -0/+2 |
* | Fix memory leak. | Simon Josefsson | 2008-06-07 | 1 | -1/+9 |
* | Fix printing of serial number. | Simon Josefsson | 2008-06-05 | 1 | -2/+1 |
* | Merge branch 'gnutls_with_netconf' | Simon Josefsson | 2008-06-04 | 3 | -2/+348 |
|\ | |||||
| * | Typo. | Simon Josefsson | 2008-04-13 | 1 | -1/+1 |
| * | Doc fix. | Simon Josefsson | 2008-04-12 | 1 | -1/+2 |
| * | Add, PSK self test. | Simon Josefsson | 2008-04-12 | 2 | -0/+344 |
| * | Add ex-serv-psk. | Simon Josefsson | 2008-04-12 | 1 | -3/+4 |
* | | Update example with more PSK printing. | Simon Josefsson | 2008-06-04 | 1 | -0/+7 |
* | | Fix ex-cxx name. Fix LDADD's. | Simon Josefsson | 2008-05-20 | 1 | -8/+5 |
* | | Updated the C++ API with patch from Eduardo Villanueva Che. Suggested by Benj... | Nikos Mavrogiannopoulos | 2008-05-17 | 2 | -1/+113 |
* | | libgnutls: Compile if SRP is disabled. | Simon Josefsson | 2008-05-07 | 1 | -1/+3 |
* | | Fix typo. | Simon Josefsson | 2008-04-17 | 1 | -2/+2 |
* | | Reorder libgnu.la last. | Simon Josefsson | 2008-04-16 | 1 | -2/+2 |
|/ | |||||
* | Fix gcc warnings. | Simon Josefsson | 2008-03-19 | 1 | -3/+3 |
* | pgp_keyid_t is now compatible with the 2.2 key id. | Nikos | 2008-02-18 | 1 | -3/+1 |
* | GPLv3 fixes. | Simon Josefsson | 2007-12-09 | 1 | -1/+1 |
* | Return the string position in case of an error in the priority functions. | Nikos | 2007-11-28 | 11 | -13/+13 |
* | examples now compile | Nikos Mavrogiannopoulos | 2007-11-24 | 2 | -2/+2 |
* | (no commit message) | Nikos Mavrogiannopoulos | 2007-11-24 | 1 | -3/+3 |
* | new era of priority functions. | Nikos Mavrogiannopoulos | 2007-11-24 | 11 | -21/+22 |
* | fixes for the new gnutls_set_priority(). | Nikos Mavrogiannopoulos | 2007-11-18 | 2 | -2/+1 |
* | added gnutls_set_priority() to replace gnutls_set_default_priority2(). | Nikos Mavrogiannopoulos | 2007-11-18 | 10 | -27/+18 |
* | Use new API. | Simon Josefsson | 2007-11-14 | 1 | -1/+1 |