fix leaks
[openssl.git] / apps / s_server.c
2012-11-20 Dr. Stephen Hensonfix leaks
2012-09-11 Dr. Stephen Hensonfix memory leak
2012-07-03 Dr. Stephen HensonFix memory leak.
2012-06-07 Ben LaurieRearrange and test authz extension.
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-05-29 Ben LaurieRFC 5878 support.
2012-04-11 Dr. Stephen HensonAdd options to set additional type specific certificate...
2012-04-06 Dr. Stephen HensonAdd support for automatic ECDH temporary key parameter...
2012-04-06 Dr. Stephen HensonInitial revision of ECC extension handling.
2012-04-06 Dr. Stephen HensonNew ctrls to retrieve supported signature algorithms...
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-03-18 Dr. Stephen HensonAlways use SSLv23_{client,server}_method in s_client...
2012-02-11 Dr. Stephen HensonPR: 2716
2012-02-10 Dr. Stephen HensonPR: 2714
2012-01-12 Andy PolyakovSanitize usage of <ctype.h> functions. It's important...
2011-12-31 Dr. Stephen HensonPR: 2658
2011-12-27 Dr. Stephen HensonPR: 1794
2011-11-15 Ben LaurieAdd TLS exporter.
2011-11-15 Ben LaurieAdd DTLS-SRTP.
2011-11-13 Ben LaurieAdd Next Protocol Negotiation.
2011-10-09 Dr. Stephen HensonDon't disable TLS v1.2 by default any more.
2011-05-12 Dr. Stephen HensonOops, add missing declaration.
2011-05-11 Dr. Stephen Hensonmake kerberos work with OPENSSL_NO_SSL_INTERN
2011-05-11 Dr. Stephen HensonBackport TLS v1.2 support from HEAD.
2011-05-11 Dr. Stephen HensonTypo.
2011-05-11 Dr. Stephen HensonInitial "opaque SSL" framework. If an application defin...
2011-03-16 Ben LaurieAdd SRP.
2010-11-13 Dr. Stephen Hensonadd TLS v1.1 options to s_server
2010-06-27 Dr. Stephen HensonBackport TLS v1.1 support from HEAD
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-15 Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2010-01-28 Dr. Stephen Hensonoops, revert more test code arghh!
2010-01-28 Dr. Stephen HensonIn engine_table_select() don't clear out entire error...
2009-12-08 Dr. Stephen HensonAdd ctrl and macro so we can determine if peer support...
2009-11-11 Dr. Stephen Hensoncommit missing apps code for reneg fix
2009-10-28 Dr. Stephen HensonAdd -no_cache option to s_server
2009-09-30 Dr. Stephen HensonPR: 2064, 728
2009-09-04 Dr. Stephen HensonPR: 2028
2009-08-18 Dr. Stephen HensonStop unused variable warning on WIN32 et al.
2009-08-12 Dr. Stephen HensonPR: 1997
2009-07-27 Dr. Stephen HensonChange STRING to OPENSSL_STRING etc as common words...
2009-06-30 Dr. Stephen HensonUpdate from HEAD.
2009-06-05 Dr. Stephen HensonStop warning if dtls disabled.
2009-05-17 Dr. Stephen HensonPR: 1929
2009-04-16 Dr. Stephen HensonPR: 1894
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-12-20 Dr. Stephen HensonMake no-engine work again.
2008-11-30 Dr. Stephen HensonDon't stop -cipher from working.
2008-11-24 Dr. Stephen HensonUpdate from stable-branch.
2008-11-16 Ben LaurieIntegrate J-PAKE and TLS-PSK. Increase PSK buffer size...
2008-11-12 Dr. Stephen HensonUpdate from stable branch.
2008-10-26 Ben LaurieAdd JPAKE.
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-06-04 Ben LaurieMore type-checking.
2008-05-19 Lutz JänickeDocument "openssl s_server" -crl_check* options
2008-05-19 Lutz JänickeTypo. (From 0.9.8-stable/S. Henson)
2007-09-28 Dr. Stephen HensonTypo.
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-09-23 Bodo Möllerfix length parameter in SSL_set_tlsext_opaque_prf_input...
2007-09-21 Bodo MöllerImplement the Opaque PRF Input TLS extension
2007-09-07 Dr. Stephen HensonFix warning: print format option not compatible with...
2007-08-23 Dr. Stephen HensonDocs and usage messages for RFC4507bis support.
2007-08-12 Dr. Stephen HensonFix warnings.
2007-08-11 Dr. Stephen HensonRFC4507 (including RFC4507bis) TLS stateless session...
2007-05-21 Dr. Stephen HensonFixes for dgst tool. Initialize md_name, sig_name prope...
2006-11-29 Nils Larschreplace macros with functions
2006-09-17 Dr. Stephen HensonOverhaul of by_dir code to handle dynamic loading of...
2006-04-17 Dr. Stephen HensonIf we include winsock2.h then FD_SET wants an unsigned...
2006-04-11 Ulf MöllerAdd BeOS support.
2006-03-30 Bodo MöllerChange default curve (for compatibility with a
2006-03-18 Nils Larschcheck if con != NULL before using it
2006-03-11 Nils Larschfix signed vs. unsigned warning
2006-03-10 Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-01-11 Bodo MöllerMore TLS extension related changes.
2006-01-09 Bodo MöllerFurther TLS extension updates
2006-01-06 Bodo MöllerFixes for TLS server_name extension
2006-01-03 Bodo MöllerVarious changes in the new TLS extension code, includin...
2006-01-02 Bodo MöllerC style fix-up
2006-01-02 Bodo MöllerSupport TLS extensions (specifically, HostName)
2005-11-04 Andy PolyakovEliminate dependency on read/write/stat in apps under...
2005-10-08 Dr. Stephen HensonNew option SSL_OP_NO_COMP to disable compression. New...
2005-09-02 Nils Larschdon't try to load cert/key when the "-nocert" option...
2005-08-14 Nils LarschLet the TLSv1_method() etc. functions return a const...
2005-07-16 Nils Larschmake
2005-05-30 Richard LevitteDJGPP changes. Contributed by Doug Kaufman <dkaufman...
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
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-07 Nils Larschconst fixes
2005-04-05 Nils Larschsome const fixes
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...
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 LevitteInclude the instance in the Kerberos ticket information.
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
next