]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/s_server.c
Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),
[thirdparty/openssl.git] / apps / s_server.c
2002-08-15  Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-09  Bodo MöllerECC ciphersuite support
2002-07-16  Richard LevitteSet up the engine before doing anything random-related...
2002-02-22  Dr. Stephen HensonConfig code updates.
2002-02-13  Bodo MöllerECDSA support
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...
1999-11-29  Dr. Stephen HensonRemainder of SSL purpose and trust code: trust and...
1999-10-26  Bodo MöllerVarious randomness handling bugfixes and improvements --
1999-10-04  Dr. Stephen HensonNew option -dhparam to s_server to allow the DH paramet...
1999-09-25  Bodo MöllerHonor BUFSIZZ definition in s_server, don't use tiny...
1999-09-24  Bodo MöllerBugfix: avoid opening CAfile when it's NULL.
1999-09-20  Dr. Stephen HensonFix to make s_client and s_server work under Windows...
1999-09-03  Bodo MöllerReinitialize global variables when necessary (for monol...
1999-08-09  Bodo Möller-crlf option.
1999-08-08  Bodo MöllerComments.
1999-08-07  Bodo MöllerNew option "-crlf" to s_client and s_server which tells...
1999-07-28  Ulf MöllerVMS updates.
1999-07-21  Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-07-12  Bodo Möllerfix memory leak in s3_clnt.c
1999-06-10  Bodo MöllerAvoid warnings.
1999-06-09  Ulf Möller"extern" is a C++ reserved word.
1999-06-07  Bodo MöllerMore general definition for S_ISDIR (needed not only...
1999-06-04  Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-06-04  Ulf MöllerAvoid type conflict on Unix with DEC C.
1999-05-13  Bodo MöllerNew structure type SESS_CERT used instead of CERT insid...
1999-05-13  Ulf MöllerVMS support bug fixes.
1999-05-13  Ulf MöllerVMS support.
1999-04-27  Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23  Ben LaurieWork with -pedantic!
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
1999-04-12  Ben LaurieAdd type-safe STACKs and SETs.
1999-03-22  Ben LaurieFix security hole.
1999-03-09  Ralf S. EngelschallMake it more clear what option -WWW to s_server does.
1999-02-25  Ralf S. EngelschallMove s_server -dcert and -dkey options out of the undoc...
1999-02-21  Ben LaurieMore stuff for new TLS ciphersuites.
1999-01-07  Ben LaurieSend the right CAs to the client.
1999-01-02  Paul C. SuttonSome more changes for renaming the binary from ssleay...
1998-12-22  Ralf S. EngelschallIncorporation of RSEs assembled patches
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...