Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use static DH params if none or provided | Simon Josefsson | 2007-02-05 | 1 | -3/+38 |
* | Map select to _win_select on Windows hosts. | Simon Josefsson | 2006-08-14 | 1 | -0/+4 |
* | Fix --version to conform to FSF standards, to fix make distcheck. | Simon Josefsson | 2006-08-06 | 1 | -3/+5 |
* | replaced USE_OPENPGP ifdefs with ENABLE_OPENPGP. | Nikos Mavrogiannopoulos | 2006-07-05 | 1 | -2/+2 |
* | Don't use AI_NUMERICSERV, it doesn't exist on most platforms. | Simon Josefsson | 2006-05-12 | 1 | -1/+1 |
* | 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 | 1 | -33/+74 |
* | Indent. | Simon Josefsson | 2006-03-08 | 1 | -6/+5 |
* | Indent more. | Simon Josefsson | 2005-12-15 | 1 | -13/+20 |
* | some more fixes for PSK. | Nikos Mavrogiannopoulos | 2005-11-16 | 1 | -1/+1 |
* | Completed the DHE-PSK ciphersuite additions. | Nikos Mavrogiannopoulos | 2005-11-16 | 1 | -10/+8 |
* | added DHE-PSK ciphersuites and some cleanups. | Nikos Mavrogiannopoulos | 2005-11-15 | 1 | -0/+2 |
* | Indent. | Simon Josefsson | 2005-11-15 | 1 | -6/+5 |
* | Include config.h first. Tiny patch from Albert Chin <gnutls-dev@mlists.thewr... | Simon Josefsson | 2005-11-14 | 1 | -3/+2 |
* | fixed bug in session packing for anonymous connections. | Nikos Mavrogiannopoulos | 2005-11-08 | 1 | -1/+1 |
* | Indent. | Simon Josefsson | 2005-11-07 | 1 | -5/+6 |
* | Use GNU coding style. | Simon Josefsson | 2005-11-07 | 1 | -797/+910 |
* | This is the initial commit in the 1.3 branch. Ported from the PSK branch: | Nikos Mavrogiannopoulos | 2005-11-07 | 1 | -5/+40 |
* | added the --require-cert option to gnutls-serv | Nikos Mavrogiannopoulos | 2005-10-30 | 1 | -1/+6 |
* | Update FSF office address in license. | Simon Josefsson | 2005-05-26 | 1 | -1/+1 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2005-04-09 | 1 | -1/+1 |
* | renamed all instances of _SHA to _SHA1 to make naming more consistent and clear. | Nikos Mavrogiannopoulos | 2005-03-05 | 1 | -1/+1 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2005-02-06 | 1 | -0/+2 |
* | Indent. | Simon Josefsson | 2004-10-28 | 1 | -6/+6 |
* | Indent. | Simon Josefsson | 2004-10-28 | 1 | -6/+5 |
* | The ephemeral DH and RSA parameters are no longer stored in the | Nikos Mavrogiannopoulos | 2004-06-29 | 1 | -1/+1 |
* | changed indentation to 4 spaces instead of tabs. | Nikos Mavrogiannopoulos | 2004-06-07 | 1 | -794/+826 |
* | several improvements | Nikos Mavrogiannopoulos | 2004-06-06 | 1 | -9/+23 |
* | Added news functions to allow access to the ephemeral | Nikos Mavrogiannopoulos | 2004-06-04 | 1 | -1/+1 |
* | some fixes in the compilation system. | Nikos Mavrogiannopoulos | 2004-05-13 | 1 | -69/+1 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2004-03-15 | 1 | -0/+1 |
* | Added gnutls_certificate_set_params_function() and | Nikos Mavrogiannopoulos | 2004-03-11 | 1 | -5/+24 |
* | Several bug fixes and cleanups by Arne Thomassen. | Nikos Mavrogiannopoulos | 2004-01-06 | 1 | -3/+3 |
* | Added support for TLS 1.1 | Nikos Mavrogiannopoulos | 2003-12-29 | 1 | -1/+1 |
* | * Added CRL verification functionality to certtool. | Nikos Mavrogiannopoulos | 2003-12-26 | 1 | -0/+1 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-12-19 | 1 | -1/+1 |
* | Corrected bug in gnutls_bye() which made it return an error code | Nikos Mavrogiannopoulos | 2003-12-19 | 1 | -0/+1 |
* | some fixes to comply with the SRP draft. The handshake is now repeated if an ... | Nikos Mavrogiannopoulos | 2003-11-30 | 1 | -1/+2 |
* | corrected some bugs that affected openpgp authentication. | Nikos Mavrogiannopoulos | 2003-11-27 | 1 | -7/+12 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-22 | 1 | -1/+1 |
* | Some fixes pointed out by Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr> | Nikos Mavrogiannopoulos | 2003-11-21 | 1 | -0/+17 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-17 | 1 | -2/+2 |
* | Several minor fixes in code and function documentation. | Nikos Mavrogiannopoulos | 2003-11-17 | 1 | -2/+2 |
* | Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04. | Nikos Mavrogiannopoulos | 2003-11-13 | 1 | -1/+2 |
* | some code cleanups. | Nikos Mavrogiannopoulos | 2003-11-09 | 1 | -24/+2 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-07 | 1 | -12/+0 |
* | some changes to compile in mingw32. | Nikos Mavrogiannopoulos | 2003-11-06 | 1 | -5/+41 |
* | some openpgp related changes. | Nikos Mavrogiannopoulos | 2003-10-31 | 1 | -1/+1 |
* | Added error checking to global_init() calls. | Nikos Mavrogiannopoulos | 2003-10-30 | 1 | -6/+7 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-10-03 | 1 | -0/+2 |