Move some DSA functions between files to make it possible to use the DSA
[openssl.git] / apps / s_server.c
2005-05-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-26 Dr. Stephen HensonFixes for signed/unsigned warnings and shadows.
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-23 Ben LaurieAdd debug target, remove cast, note possible bug.
2005-04-11 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-07 Nils Larschconst fixes
2005-04-05 Nils Larschsome const fixes
2005-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-05 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-30 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-25 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-16 Dr. Stephen HensonPR: 910
2004-08-12 Richard LevitteOn systems that use case-insensitive symbol names ...
2004-04-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-11-28 Richard LevitteNetware-specific changes,
2003-10-29 Geoff ThorpeUpdate any code that was using deprecated functions...
2003-09-27 Richard LevitteSelected changes for MSDOS, contributed by Gisle Vanem...
2003-09-27 Richard LevitteSelected changes for MSDOS, contributed by Gisle Vanem...
2003-09-27 Richard LevitteInclude the instance in the Kerberos ticket information.
2003-09-27 Richard LevitteInclude the instance in the Kerberos ticket information.
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-08 Geoff ThorpeUndefine OPENSSL_NO_DEPRECATED inside openssl applicati...
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-29 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-27 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-15 Richard LevitteWinCE patches
2002-11-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-15 Richard LevitteWinCE patches
2002-11-14 Richard LevitteFix to build better with DJGPP.
2002-11-14 Richard LevitteFix to build better with DJGPP.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-12 Ben LaurieMany security improvements (CHATS) and a warning fix.
2002-10-20 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-10-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-09-22 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-08-15 Bodo Möllerfix warnings (CHARSET_EBCDIC)
2002-08-15 Bodo Möllerfix warnings (CHARSET_EBCDIC)
2002-08-15 Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-08-09 Bodo MöllerECC ciphersuite support
2002-08-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-19 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-07-16 Richard LevitteSet up the engine before doing anything random-related...
2002-07-16 Richard LevitteSet up the engine before doing anything random-related...
2002-04-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-22 Dr. Stephen HensonConfig code updates.
2002-02-22 Dr. Stephen HensonConfig code updates.
2002-02-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-13 Bodo MöllerECDSA support
2002-02-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-08-03 Lutz JänickeOops, one SSL_OP_NON_EXPORT_FIRST was left.
2001-07-09 Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-06-23 Richard LevitteUse apps_shutdown() in all applications, in case someon...
2001-06-18 Richard LevitteProvide an application-common setup function for engine...
2001-05-09 Dr. Stephen HensonAllow various X509_STORE_CTX properties to be
2001-03-31 Bodo Mölleravoid buffer overflow
2001-03-30 Bodo Möllerthis time *really* fix the /../ check ...
2001-03-30 Bodo MöllerFor -WWW, fix test for ".." directory references (and...
2001-03-10 Richard LevitteFor some experiments, it is sometimes nice to serve...
2001-02-23 Geoff ThorpeI missed one.
2001-02-21 Geoff ThorpeThis adds command-line support to s_server for controll...
2001-02-20 Richard LevitteGet e_os2.h to get all the system definitions correctly.
2001-02-20 Richard LevitteInclude opensslconf.h or the like early to make sure...
2001-02-20 Bodo Möllerhonour '-no_tmp_rsa'
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-15 Lutz JänickeAdd "-rand" option to s_client and s_server.
2001-02-09 Lutz JänickeNew Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS...
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-02 Bodo MöllerNever call load_dh_param(NULL) because this leads to...
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-02-21 Bodo MöllerFix some bugs and document others
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-04 Dr. Stephen HensonRename SSLeay_add_all_algorithms() et al to
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-02-03 Dr. Stephen HensonAdd new -notext option to 'ca', -pubkey option to spkac.
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-23 Dr. Stephen HensonMake s_server, s_client check cipher list return codes.
2000-01-16 Ulf MöllerAdd missing #ifndefs that caused missing symbols when...
1999-12-02 Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
next