summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
AgeCommit message (Expand)Author
2016-05-17Copyright consolidation 01/10Rich Salz
2016-03-17Remove Netware and OS/2Rich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-17Remove JPAKERich Salz
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni
2016-02-03Refactoring BIO: Adapt s_client and s_serverRichard Levitte
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-15Fix s_server problem with no-ecMatt Caswell
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-05-08s_client/s_server: support unix domain socketsGeoff Thorpe
2014-04-25apps: constify some string parametersGeoff Thorpe
2014-03-28Security callback debug print out.Dr. Stephen Henson
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2013-03-26Provisional DTLS 1.2 support.Dr. Stephen Henson
2012-12-29make JPAKE work again, fix memory leaksDr. Stephen Henson
2012-12-06Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson
2012-12-06remove print_ssl_cert_checks() from openssl application: it is no longer usedDr. Stephen Henson
2012-12-02New option to add CRLs for s_client and s_server.Dr. Stephen Henson
2012-11-23Don't display messages about verify depth in s_server if -quiet it set.Dr. Stephen Henson
2012-11-22Add support for printing out and retrieving EC point formats extension.Dr. Stephen Henson
2012-11-21only use a default curve if not already setDr. Stephen Henson
2012-11-18add -naccept <n> option to s_server to automatically exit after <n> connectionsDr. Stephen Henson
2012-11-17Delegate command line handling for many common options in s_client/s_serverDr. Stephen Henson
2012-10-08New functions to check a hostname email or IP address against aDr. Stephen Henson
2012-09-12Add -brief option to s_client and s_server to summarise connection details.Dr. Stephen Henson
2012-09-08new ctrl to retrive value of received temporary key in server key exchange me...Dr. Stephen Henson
2012-07-23Add support for certificate stores in CERT structure. This makes itDr. Stephen Henson
2012-07-08Add new ctrl to retrieve client certificate types, print outDr. Stephen Henson
2012-06-29Add certificate callback. If set this is called whenever a certificateDr. Stephen Henson
2012-06-25Reorganise supported signature algorithm extension processing.Dr. Stephen Henson
2012-05-30RFC 5878 support.Ben Laurie
2012-04-11Add options to set additional type specific certificate chains toDr. Stephen Henson
2012-03-06New ctrls to retrieve supported signature algorithms and curves andDr. Stephen Henson
2009-09-04PR: 2028Dr. Stephen Henson
2008-12-22Incidentally http://cvs.openssl.org/chngview?cn=17710 also made it possibleAndy Polyakov
2008-11-13Aftermath of a clashing size_t fix (now only format changes).Ben Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2007-08-11RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson
2005-04-26Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson
2005-04-26Add DTLS support.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-11-16PR: 910Dr. Stephen Henson