Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change lgpl/ library name. | Simon Josefsson | 2006-10-26 | 1 | -2/+2 |
| | |||||
* | Add lgpl too. | Simon Josefsson | 2006-10-21 | 1 | -3/+5 |
| | |||||
* | (generate_self_signed): Load key, if generate_certificate() didn't | Simon Josefsson | 2006-09-21 | 1 | -0/+3 |
| | | | | | load or generate it, typically because it used a certificate request. Reported by Sascha Ziemann <sascha.ziemann@secunet.com>. | ||||
* | Revert last patch. | Simon Josefsson | 2006-09-21 | 1 | -10/+10 |
| | |||||
* | (test_session_resume2): When comparing session id's, also compare that | Simon Josefsson | 2006-09-21 | 1 | -2/+2 |
| | | | | the lengths are the same. | ||||
* | (test_session_resume2): If session-id is NULL, resumption isn't | Simon Josefsson | 2006-09-21 | 1 | -1/+4 |
| | | | | supported. Tiny patch from Kataja Kai <kai.kataja@op.fi>. | ||||
* | (generate_certificate): Load private key when --load-request is used, | Simon Josefsson | 2006-08-27 | 1 | -10/+10 |
| | | | | based on report from Sascha Ziemann <sascha.ziemann@secunet.com>. | ||||
* | Map select to _win_select on Windows hosts. | Simon Josefsson | 2006-08-14 | 1 | -0/+4 |
| | |||||
* | Need select.c in cli.c and serv.c. | Simon Josefsson | 2006-08-14 | 1 | -2/+2 |
| | |||||
* | Add, moved from cli.c, originally from plibc, see | Simon Josefsson | 2006-08-14 | 1 | -0/+265 |
| | | | | <http://plibc.cvs.sourceforge.net/plibc/plibc/src/select.c?view=markup>. | ||||
* | Move _win_select to select.c. | Simon Josefsson | 2006-08-14 | 1 | -256/+4 |
| | |||||
* | Make select() work on Windows, copying code from plibc, see | Simon Josefsson | 2006-08-14 | 1 | -0/+258 |
| | | | | <http://plibc.cvs.sourceforge.net/plibc/plibc/src/select.c?view=markup>. | ||||
* | Update. | Simon Josefsson | 2006-08-06 | 2 | -20/+33 |
| | |||||
* | Use -V for --verbose. | Simon Josefsson | 2006-08-06 | 1 | -1/+1 |
| | |||||
* | Fix --version to conform to FSF standards, to fix make distcheck. | Simon Josefsson | 2006-08-06 | 2 | -8/+12 |
| | |||||
* | Support --version. | Simon Josefsson | 2006-08-06 | 2 | -0/+13 |
| | |||||
* | Fix --version to conform to FSF standards, to fix make distcheck. | Simon Josefsson | 2006-08-06 | 3 | -9/+15 |
| | |||||
* | Fix load of pgp_keyfile, reported by Mario Lenz. | Simon Josefsson | 2006-07-10 | 1 | -2/+2 |
| | |||||
* | replaced USE_OPENPGP ifdefs with ENABLE_OPENPGP. | Nikos Mavrogiannopoulos | 2006-07-05 | 3 | -6/+9 |
| | |||||
* | Need -I$builddir/gl for alloca.h when srcdir != objdir. | Simon Josefsson | 2006-06-19 | 1 | -2/+2 |
| | |||||
* | Don't include inet_ntop.h, use arpa/inet.h unconditonially. | Simon Josefsson | 2006-06-15 | 1 | -3/+1 |
| | |||||
* | Remove duplicated #include. | Simon Josefsson | 2006-05-15 | 1 | -2/+1 |
| | |||||
* | Don't use AI_NUMERICSERV, it doesn't exist on most platforms. | Simon Josefsson | 2006-05-12 | 2 | -4/+4 |
| | |||||
* | Need getaddrinfo.h. | Simon Josefsson | 2006-05-12 | 1 | -1/+3 |
| | |||||
* | some changes for IPv6. Based on patch by Remi Denis-Courmont, sent to Debian ↵ | Nikos Mavrogiannopoulos | 2006-05-07 | 3 | -193/+282 |
| | | | | bug tracking system. | ||||
* | export to DER format is possible with certtool | Nikos Mavrogiannopoulos | 2006-03-18 | 1 | -6/+14 |
| | |||||
* | Indent. | Simon Josefsson | 2006-03-08 | 4 | -28/+31 |
| | |||||
* | gnutls-cli can now recognize services and port numbers with the -p option. | Nikos Mavrogiannopoulos | 2006-03-05 | 6 | -123/+153 |
| | |||||
* | Mingw32 fixes. | Simon Josefsson | 2006-01-27 | 1 | -2/+1 |
| | |||||
* | removed the RIPEMD test since it is not supported any more. | Nikos Mavrogiannopoulos | 2006-01-20 | 3 | -19/+0 |
| | |||||
* | Indent more. | Simon Josefsson | 2005-12-15 | 2 | -20/+28 |
| | |||||
* | Remove -I../lib, these tools should only use the external API. | Simon Josefsson | 2005-12-09 | 1 | -1/+1 |
| | |||||
* | Make --password work for PKCS#8 --key-info. | Simon Josefsson | 2005-12-08 | 1 | -1/+4 |
| | |||||
* | Generate unencrypted PKCS#8 keys for blank passwords. | Simon Josefsson | 2005-12-08 | 1 | -1/+2 |
| | |||||
* | Print PKCS#12 type for each element. | Simon Josefsson | 2005-12-08 | 1 | -0/+2 |
| | |||||
* | Don't infloop. | Simon Josefsson | 2005-12-01 | 1 | -14/+7 |
| | |||||
* | Check starttls_alarmed earlier, the signal might be sent before select | Simon Josefsson | 2005-12-01 | 1 | -22/+22 |
| | | | | | is called. Report by Otto Maddox <ottomaddox@fastmail.fm> and influenced by tiny patch from Nozomu Ando <nand@mac.com>. | ||||
* | Corrected a bug in certtool for 64 bit machines. Reported by Max Kellermann ↵ | Nikos Mavrogiannopoulos | 2005-11-16 | 1 | -1/+2 |
| | | | | <max@duempel.org>. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2005-11-16 | 2 | -2/+4 |
| | |||||
* | some more fixes for PSK. | Nikos Mavrogiannopoulos | 2005-11-16 | 1 | -1/+1 |
| | |||||
* | Completed the DHE-PSK ciphersuite additions. | Nikos Mavrogiannopoulos | 2005-11-16 | 8 | -17/+30 |
| | |||||
* | added DHE-PSK ciphersuites and some cleanups. | Nikos Mavrogiannopoulos | 2005-11-15 | 2 | -0/+5 |
| | |||||
* | Indent. | Simon Josefsson | 2005-11-15 | 2 | -8/+7 |
| | |||||
* | Regenerate GAA code, to remove use of C++ // comments. | Simon Josefsson | 2005-11-15 | 6 | -373/+396 |
| | |||||
* | Disable more SRP stuff if --disable-srp, tiny patch from Albert Chin ↵ | Simon Josefsson | 2005-11-15 | 2 | -2/+11 |
| | | | | <gnutls-dev@mlists.thewrittenword.com> and tiny patch to src/prime.c from RedHat gnutls-1.2.6 RPM. | ||||
* | Fix. | Simon Josefsson | 2005-11-15 | 1 | -1/+1 |
| | |||||
* | Include config.h first. Tiny patch from Albert Chin ↵ | Simon Josefsson | 2005-11-14 | 1 | -3/+2 |
| | | | | <gnutls-dev@mlists.thewrittenword.com>. | ||||
* | some documentation updates. | Nikos Mavrogiannopoulos | 2005-11-12 | 1 | -1/+1 |
| | |||||
* | fixed bug in session packing for anonymous connections. | Nikos Mavrogiannopoulos | 2005-11-08 | 2 | -2/+2 |
| | |||||
* | Indent. | Simon Josefsson | 2005-11-07 | 1 | -5/+6 |
| |