Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | (no commit message) | Nikos Mavrogiannopoulos | 2007-10-24 | 1 | -2/+2 |
* | Introduced GNUTLS_PRIORITIES_SECURITY_NORMAL and GNUTLS_PRIORITIES_SECURITY_HIGH | Nikos Mavrogiannopoulos | 2007-10-24 | 6 | -6/+6 |
* | Added gnutls_set_default_priority2() and deprecated gnutls_set_default_priori... | Nikos Mavrogiannopoulos | 2007-10-24 | 10 | -11/+12 |
* | updated some examples. | Nikos Mavrogiannopoulos | 2007-10-24 | 2 | -11/+33 |
* | Introduced gnutls_session_enable_compatibility_mode() to allow enabling | Nikos Mavrogiannopoulos | 2007-10-24 | 1 | -2/+5 |
* | Added some documentation for the new convert functions. | Nikos Mavrogiannopoulos | 2007-10-24 | 1 | -1/+7 |
* | Added copyright notices to examples | Nikos Mavrogiannopoulos | 2007-10-23 | 19 | -0/+133 |
* | Remove TLS-authz. | Simon Josefsson | 2007-10-17 | 3 | -456/+0 |
* | Fix -I's. | Simon Josefsson | 2007-09-20 | 1 | -0/+1 |
* | Remove .cvsignore's. | Simon Josefsson | 2007-09-10 | 1 | -27/+0 |
* | TLS/IA example uses anonymous ciphers. | Simon Josefsson | 2007-09-06 | 1 | -1/+2 |
* | Also don't build ex-serv-anon when anonymous ciphers are disabled. | Simon Josefsson | 2007-08-31 | 1 | -3/+3 |
* | Don't try to build ex-client1 if anonymous ciphers are disabled. | Simon Josefsson | 2007-08-31 | 1 | -3/+6 |
* | Support GNUTLS_CRD_PSK and GNUTLS_CRD_IA. | Simon Josefsson | 2007-08-27 | 1 | -0/+11 |
* | Don't build pgp example if pgp has been disabled. | Simon Josefsson | 2007-08-20 | 1 | -1/+5 |
* | Use *_t types consistently. | Simon Josefsson | 2007-08-13 | 1 | -3/+3 |
* | Respect ENABLE_AUTHZ. | Simon Josefsson | 2007-04-10 | 1 | -5/+9 |
* | Use size_t at appropriate places. Tiny patch by Deanna Phillips | Simon Josefsson | 2007-03-21 | 3 | -3/+4 |
* | Remove confusing priority setting stuff. | Simon Josefsson | 2007-03-05 | 4 | -22/+3 |
* | *** empty log message *** | Simon Josefsson | 2007-02-25 | 1 | -0/+2 |
* | Add authz. | Simon Josefsson | 2007-02-25 | 1 | -2/+3 |
* | Add. | Simon Josefsson | 2007-02-25 | 1 | -0/+267 |
* | Add. | Simon Josefsson | 2007-02-25 | 1 | -0/+191 |
* | Fix cert_list_size type to match API, reported by Tim Kosse | Simon Josefsson | 2006-11-15 | 1 | -1/+1 |
* | Remove duplicate #include <sys/stat.h>. | Simon Josefsson | 2006-10-30 | 1 | -1/+0 |
* | Fix typo. Tiny patch from "Adam Langley" <agl@imperialviolet.org>. | Simon Josefsson | 2006-09-18 | 1 | -4/+1 |