Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more updates for the security param rename | Nikos Mavrogiannopoulos | 2014-01-14 | 1 | -1/+1 | |
* | explicitly set the gnulib functions for recv and send. | Nikos Mavrogiannopoulos | 2013-12-21 | 1 | -0/+1 | |
* | simplified function | Nikos Mavrogiannopoulos | 2013-11-13 | 1 | -10/+13 | |
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -1410/+1416 | |
* | Avoid using gnulib's error() | Nikos Mavrogiannopoulos | 2013-09-02 | 1 | -0/+2 | |
* | remove ifdefs for session tickets | Nikos Mavrogiannopoulos | 2013-08-25 | 1 | -4/+0 | |
* | included programs no longer depend on GPL/LGPLv3 elements of gnulib to preven... | Nikos Mavrogiannopoulos | 2013-08-05 | 1 | -1/+0 | |
* | gnulib only contains lgplv2 modules | Nikos Mavrogiannopoulos | 2013-08-05 | 1 | -2/+0 | |
* | corrected issue in ecccertfile option | Nikos Mavrogiannopoulos | 2013-04-02 | 1 | -1/+1 | |
* | gnutls-serv may run without certificate, but will issue a warning | Nikos Mavrogiannopoulos | 2013-03-14 | 1 | -2/+1 | |
* | gnutls-serv issues an error if no certificate and key pair was set. | Nikos Mavrogiannopoulos | 2013-03-14 | 1 | -27/+51 | |
* | Added several ifdefs to avoid using disabled code. | Nikos Mavrogiannopoulos | 2013-03-13 | 1 | -0/+8 | |
* | removed unneeded code | Nikos Mavrogiannopoulos | 2013-03-11 | 1 | -5/+0 | |
* | use set_int when needed | Nikos Mavrogiannopoulos | 2013-02-18 | 1 | -1/+1 | |
* | Added convenience functions to avoid ugly casting in simple programs. | Nikos Mavrogiannopoulos | 2013-02-16 | 1 | -3/+1 | |
* | Added conditional to disable DTLS-SRTP support. | Nikos Mavrogiannopoulos | 2012-11-05 | 1 | -0/+2 | |
* | Fix typos in error messages | Martin Storsjo | 2012-11-01 | 1 | -1/+1 | |
* | Check for errors while setting an SRTP profile. | Nikos Mavrogiannopoulos | 2012-11-01 | 1 | -1/+8 | |
* | Support SRTP profile negotiation in the client and server tools | Martin Storsjo | 2012-11-01 | 1 | -0/+3 | |
* | The OCSP response file is now set on the credentials and other additions. | Nikos Mavrogiannopoulos | 2012-09-30 | 1 | -11/+12 | |
* | Session ID is correctly read. | Nikos Mavrogiannopoulos | 2012-09-28 | 1 | -9/+2 | |
* | Implement status_request OCSP extension. | Simon Josefsson | 2012-09-28 | 1 | -3/+27 | |
* | updates in heartbeat support | Nikos Mavrogiannopoulos | 2012-09-20 | 1 | -4/+5 | |
* | mingw64 compilation fixes | Nikos Mavrogiannopoulos | 2012-09-02 | 1 | -1/+1 | |
* | Some small optimizations in heartbeat handling and regeneration of src/ args ... | Nikos Mavrogiannopoulos | 2012-08-30 | 1 | -2/+1 | |
* | Added Heartbeat extension support. | Olga | 2012-08-30 | 1 | -118/+148 | |
* | On Linux with /proc/sys/net/ipv6/bindv6only == 0 (which is now the | Nikos Mavrogiannopoulos | 2012-08-30 | 1 | -0/+11 | |
* | Eliminated p11common.c. | Nikos Mavrogiannopoulos | 2012-07-20 | 1 | -2/+2 | |
* | removed unused functions. | Nikos Mavrogiannopoulos | 2012-06-07 | 1 | -12/+0 | |
* | corrected check_command() input | Nikos Mavrogiannopoulos | 2012-02-29 | 1 | -1/+1 | |
* | rehandshake command works in udp mode as well. | Nikos Mavrogiannopoulos | 2012-02-26 | 1 | -8/+1 | |
* | do not try to verify certificates when not needed. | Nikos Mavrogiannopoulos | 2012-02-18 | 1 | -2/+4 | |
* | ENABLE_PKI is no more | Nikos Mavrogiannopoulos | 2012-02-10 | 1 | -2/+0 | |
* | cleanup a bit the printing information stuff. | Nikos Mavrogiannopoulos | 2012-01-29 | 1 | -2/+2 | |
* | gnutls-cli will try to verify ocsp responses if --ocsp is given. | Nikos Mavrogiannopoulos | 2012-01-28 | 1 | -2/+4 | |
* | Added --ask option to ocsptool. | Nikos Mavrogiannopoulos | 2012-01-26 | 1 | -2/+2 | |
* | Cleanup copyright headers. | Simon Josefsson | 2012-01-25 | 1 | -1/+1 | |
* | corrected command line parsing issues. | Nikos Mavrogiannopoulos | 2012-01-22 | 1 | -36/+42 | |
* | updated parameter parsing. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -26/+29 | |
* | gnutls-serv uses libopts. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -77/+102 | |
* | Fixed signed/unsigned warnings. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -1/+1 | |
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 1 | -1/+1 | |
* | tcp and udp server are now void functions. | Nikos Mavrogiannopoulos | 2012-01-08 | 1 | -6/+4 | |
* | use AI_ADDRCONFIG if available. | Nikos Mavrogiannopoulos | 2012-01-04 | 1 | -1/+5 | |
* | Set don't fragment bit in Linux as well as in BSD variants. | Nikos Mavrogiannopoulos | 2011-12-28 | 1 | -5/+8 | |
* | prepend UDP to server application name when in UDP mode. | Nikos Mavrogiannopoulos | 2011-12-28 | 1 | -2/+6 | |
* | Only use configured interfaces. Patch by Pino Toscano. | Nikos Mavrogiannopoulos | 2011-12-18 | 1 | -1/+1 | |
* | added extra headers. | Nikos Mavrogiannopoulos | 2011-10-22 | 1 | -0/+1 | |
* | libextra is not needed for neither gnutls-cli or serv. | Nikos Mavrogiannopoulos | 2011-10-04 | 1 | -7/+0 | |
* | do not trust getaddrinfo if IPv6 is not enabled. Patch by Somchai Smythe. | Nikos Mavrogiannopoulos | 2011-09-20 | 1 | -0/+4 |