Added the --disable-client-cert option, to prevent the server asking the client for...
[gnutls:gnutls.git] / src / serv.c
2007-09-17 Nikos Mavrogiannop... Added the --disable-client-cert option, to prevent...
2007-08-13 Simon JosefssonUse *_t types consistently.
2007-04-10 Simon JosefssonRespect ENABLE_AUTHZ.
2007-03-05 Simon JosefssonUse libgnutls' priorities.
2007-02-22 Simon JosefssonFix #include's.
2007-02-22 Simon JosefssonSupport gnutls-serv --authz-x509-attr-cert and --authz...
2007-02-12 Simon JosefssonPrint X.509 client cert info.
2007-02-09 Simon JosefssonText fix.
2007-02-07 Simon JosefssonDon't say TLS 1.0.
2007-02-06 Simon JosefssonModernize priorities.
2007-02-06 Simon JosefssonPrefer OpenPGP certs from client.
2007-02-06 Simon JosefssonFix last commit.
2007-02-06 Simon JosefssonSupport TLS 1.2 and AES 256.
2007-02-05 Simon Josefssonuse static DH params if none or provided
2006-08-14 Simon JosefssonMap select to _win_select on Windows hosts.
2006-08-06 Simon JosefssonFix --version to conform to FSF standards, to fix make...
2006-07-05 Nikos Mavrogiannop... replaced USE_OPENPGP ifdefs with ENABLE_OPENPGP.
2006-05-12 Simon JosefssonDon't use AI_NUMERICSERV, it doesn't exist on most...
2006-05-12 Simon JosefssonNeed getaddrinfo.h.
2006-05-07 Nikos Mavrogiannop... some changes for IPv6. Based on patch by Remi Denis...
2006-03-08 Simon JosefssonIndent.
2005-12-15 Simon JosefssonIndent more.
2005-11-16 Nikos Mavrogiannop... some more fixes for PSK.
2005-11-16 Nikos Mavrogiannop... Completed the DHE-PSK ciphersuite additions.
2005-11-15 Nikos Mavrogiannop... added DHE-PSK ciphersuites and some cleanups.
2005-11-15 Simon JosefssonIndent.
2005-11-14 Simon JosefssonInclude config.h first. Tiny patch from Albert Chin...
2005-11-08 Nikos Mavrogiannop... fixed bug in session packing for anonymous connections.
2005-11-07 Simon JosefssonIndent.
2005-11-07 Simon JosefssonUse GNU coding style.
2005-11-07 Nikos Mavrogiannop... This is the initial commit in the 1.3 branch. Ported...
2005-10-30 Nikos Mavrogiannop... added the --require-cert option to gnutls-serv
2005-05-26 Simon JosefssonUpdate FSF office address in license.
2005-04-09 Nikos Mavrogiannop... *** empty log message ***
2005-03-05 Nikos Mavrogiannop... renamed all instances of _SHA to _SHA1 to make naming...
2005-02-06 Nikos Mavrogiannop... *** empty log message ***
2004-10-28 Simon JosefssonIndent.
2004-10-28 Simon JosefssonIndent.
2004-06-29 Nikos Mavrogiannop... The ephemeral DH and RSA parameters are no longer store...
2004-06-07 Nikos Mavrogiannop... changed indentation to 4 spaces instead of tabs.
2004-06-06 Nikos Mavrogiannop... several improvements
2004-06-04 Nikos Mavrogiannop... Added news functions to allow access to the ephemeral
2004-05-13 Nikos Mavrogiannop... some fixes in the compilation system.
2004-03-15 Nikos Mavrogiannop... *** empty log message ***
2004-03-11 Nikos Mavrogiannop... Added gnutls_certificate_set_params_function() and
2004-01-06 Nikos Mavrogiannop... Several bug fixes and cleanups by Arne Thomassen.
2003-12-29 Nikos Mavrogiannop... Added support for TLS 1.1
2003-12-26 Nikos Mavrogiannop... * Added CRL verification functionality to certtool.
2003-12-19 Nikos Mavrogiannop... *** empty log message ***
2003-12-19 Nikos Mavrogiannop... Corrected bug in gnutls_bye() which made it return...
2003-11-30 Nikos Mavrogiannop... some fixes to comply with the SRP draft. The handshake...
2003-11-27 Nikos Mavrogiannop... corrected some bugs that affected openpgp authentication.
2003-11-22 Nikos Mavrogiannop... *** empty log message ***
2003-11-21 Nikos Mavrogiannop... Some fixes pointed out by Dimitri Papadopoulos-Orfanos...
2003-11-17 Nikos Mavrogiannop... *** empty log message ***
2003-11-17 Nikos Mavrogiannop... Several minor fixes in code and function documentation.
2003-11-13 Nikos Mavrogiannop... Added the RIPEMD ciphersuites defined in draft-ietf...
2003-11-09 Nikos Mavrogiannop... some code cleanups.
2003-11-07 Nikos Mavrogiannop... *** empty log message ***
2003-11-06 Nikos Mavrogiannop... some changes to compile in mingw32.
2003-10-31 Nikos Mavrogiannop... some openpgp related changes.
2003-10-30 Nikos Mavrogiannop... Added error checking to global_init() calls.
2003-10-03 Nikos Mavrogiannop... *** empty log message ***
2003-10-03 Nikos Mavrogiannop... Applied patch by Arne that fixes several possible NULL...
2003-10-02 Nikos Mavrogiannop... Rolled back some of Arne's changes. Now the ciphers... gnutls_0_9_8
2003-10-01 Nikos Mavrogiannop... A new patch by Arne. More bug fixes and optimizations.
2003-09-17 Nikos Mavrogiannop... Added a hostname check with the certificate in the...
2003-09-17 Nikos Mavrogiannop... RIJNDAEL ciphersuites were renamed to AES.
2003-09-14 Nikos Mavrogiannop... some more cleanups.
2003-09-14 Nikos Mavrogiannop... Corrected the client's behaviour in the handshake handl...
2003-08-27 Nikos Mavrogiannop... corrected bug in the session resumption detection in...
2003-08-13 Nikos Mavrogiannop... *** empty log message ***
2003-08-09 Nikos Mavrogiannop... Applied patch from Arne Thomassen <arne@arne-thomassen...
2003-05-08 Nikos Mavrogiannop... Several fixes in several places. Patch by Sean Gao...
2003-04-18 Nikos Mavrogiannop... * Added gnutls_x509_privkey_get_key_id() and gnutls_x50...
2003-04-14 Nikos Mavrogiannop... *** empty log message ***
2003-04-01 Nikos Mavrogiannop... Some fixes to allow proper compiling when --disable...
2003-04-01 Nikos Mavrogiannop... Added the --disable-extra-pki configure option, which...
2003-03-26 Nikos Mavrogiannop... Added the --debug option to the gnutls-serv.
2003-03-04 Nikos Mavrogiannop... * Corrected a bug in 64 bit architectures, which affect...
2003-02-16 Nikos Mavrogiannop... The RSA and DH parameter handling has been updated.
2003-02-12 Nikos Mavrogiannop... *** empty log message ***
2003-02-09 Nikos Mavrogiannop... Several internal changes to use the new certificate...
2003-02-03 Nikos Mavrogiannop... * gnutls_dh_params_generate() and gnutls_rsa_params_gen...
2002-12-13 Nikos Mavrogiannop... updated some example and the server to use the new...
2002-12-08 Nikos Mavrogiannop... updated to include a callback for receiving openpgp...
2002-12-07 Nikos Mavrogiannop... *** empty log message ***
2002-12-06 Nikos Mavrogiannop... Added the new functions gnutls_get_malloc_function...
2002-11-19 Nikos Mavrogiannop... Added support for the DSS certificate SRP authenticated...
2002-11-19 Nikos Mavrogiannop... Added certificate authenticated SRP cipher suites.
2002-11-11 Nikos Mavrogiannop... *** empty log message ***
2002-11-11 Nikos Mavrogiannop... cleanups
2002-10-12 Nikos Mavrogiannop... now does not require carriage return
2002-10-11 Nikos Mavrogiannop... Improved the server name extension. Resumed sessions...
2002-10-11 Nikos Mavrogiannop... Added server name extension, from draft-ietf-tls-extens...
2002-10-10 Nikos Mavrogiannop... Separated alert checking from the example programs...
2002-09-17 Nikos Mavrogiannop... Added support for the LZO compression library in gnutls...
2002-09-16 Nikos Mavrogiannop... *** empty log message ***
2002-09-09 Nikos Mavrogiannop... Removed dependency on libgdbm library.
2002-09-03 Nikos Mavrogiannop... *** empty log message ***
next