summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
AgeCommit message (Expand)Author
2018-04-04openssl s_server: print the accepting address and socketRichard Levitte
2018-03-15VMS: add alias macros to avoid 31 character symbol name limit warningRichard Levitte
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-02-27Update copyright yearMatt Caswell
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-04-25Add a -sctp option to s_clientMatt Caswell
2017-04-25Add a -sctp option to s_serverMatt Caswell
2017-04-03Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson
2017-02-28Code health: Remove obvious VAX C fixupsRichard Levitte
2017-02-21Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy
2017-02-07apps: Add support for writing a keylog filePeter Wu
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell
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