| Commit message (Expand) | Author | Age | Files | Lines |
* | (test_session_resume2): If session-id is NULL, resumption isn't | Simon Josefsson | 2006-09-21 | 1 | -1/+4 |
* | (generate_certificate): Load private key when --load-request is used, | Simon Josefsson | 2006-08-27 | 1 | -10/+10 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Corrected a bug in certtool for 64 bit machines. Reported by Max Kellermann <... | Nikos Mavrogiannopoulos | 2005-11-16 | 1 | -1/+2 |
* | *** 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 <gnutls-... | Simon Josefsson | 2005-11-15 | 2 | -2/+11 |
* | Fix. | Simon Josefsson | 2005-11-15 | 1 | -1/+1 |
* | Include config.h first. Tiny patch from Albert Chin <gnutls-dev@mlists.thewr... | Simon Josefsson | 2005-11-14 | 1 | -3/+2 |
* | 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 |
* | Use GNU coding style. | Simon Josefsson | 2005-11-07 | 15 | -6278/+7227 |
* | *** empty log message *** | Simon Josefsson | 2005-11-07 | 1 | -0/+1 |
* | more psk stuff | Nikos Mavrogiannopoulos | 2005-11-07 | 2 | -63/+88 |
* | This is the initial commit in the 1.3 branch. Ported from the PSK branch: | Nikos Mavrogiannopoulos | 2005-11-07 | 14 | -58/+1324 |
* | corrected bug in pkcs 12 ID key setting. Found and reported by Fran <e_agf@ya... | Nikos Mavrogiannopoulos | 2005-11-06 | 1 | -1/+1 |