aboutsummaryrefslogtreecommitdiff
path: root/apps/s_apps.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-13Move libapps headers into their own directoryRichard Levitte1-89/+0
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-04-04openssl s_server: print the accepting address and socketRichard Levitte1-3/+2
2018-03-15VMS: add alias macros to avoid 31 character symbol name limit warningRichard Levitte1-0/+5
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders1-0/+5
2018-02-27Update copyright yearMatt Caswell1-1/+1
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes1-0/+1
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-1/+1
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy1-2/+0
2017-04-25Add a -sctp option to s_clientMatt Caswell1-1/+1
2017-04-25Add a -sctp option to s_serverMatt Caswell1-2/+2
2017-04-03Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson1-0/+1
2017-02-28Code health: Remove obvious VAX C fixupsRichard Levitte1-25/+0
2017-02-21Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy1-0/+2
2017-02-07apps: Add support for writing a keylog filePeter Wu1-0/+1
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell1-1/+1
2016-05-17Copyright consolidation 01/10Rich Salz1-107/+7
2016-03-17Remove Netware and OS/2Rich Salz1-4/+0
2016-02-22Remove unused parameters from internal functionsRich Salz1-3/+3
2016-02-17Remove JPAKERich Salz1-2/+1
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni1-0/+1
2016-02-03Refactoring BIO: Adapt s_client and s_serverRichard Levitte1-17/+6
2016-02-01constify PACKETEmilia Kasper1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-15Fix s_server problem with no-ecMatt Caswell1-1/+1
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-04-29Remove needless bio_err argumentRich Salz1-2/+2
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-9/+6
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-46/+54
2015-01-22Move more comments that confuse indentMatt Caswell1-1/+2
2015-01-12RT3548: Remove unsupported platformsRich Salz1-7/+7
2014-05-08s_client/s_server: support unix domain socketsGeoff Thorpe1-1/+11
2014-04-25apps: constify some string parametersGeoff Thorpe1-2/+2
2014-03-28Security callback debug print out.Dr. Stephen Henson1-0/+1
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy1-4/+0
2013-03-26Provisional DTLS 1.2 support.Dr. Stephen Henson1-1/+1
2012-12-29make JPAKE work again, fix memory leaksDr. Stephen Henson1-1/+1
2012-12-06Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson1-2/+2
2012-12-06remove print_ssl_cert_checks() from openssl application: it is no longer usedDr. Stephen Henson1-4/+0
2012-12-02New option to add CRLs for s_client and s_server.Dr. Stephen Henson1-1/+3
2012-11-23Don't display messages about verify depth in s_server if -quiet it set.Dr. Stephen Henson1-0/+3
2012-11-22Add support for printing out and retrieving EC point formats extension.Dr. Stephen Henson1-0/+1
2012-11-21only use a default curve if not already setDr. Stephen Henson1-1/+1
2012-11-18add -naccept <n> option to s_server to automatically exit after <n> connectionsDr. Stephen Henson1-1/+1
2012-11-17Delegate command line handling for many common options in s_client/s_serverDr. Stephen Henson1-0/+6
2012-10-08New functions to check a hostname email or IP address against aDr. Stephen Henson1-0/+4
2012-09-12Add -brief option to s_client and s_server to summarise connection details.Dr. Stephen Henson1-1/+2
2012-09-08new ctrl to retrive value of received temporary key in server key exchange me...Dr. Stephen Henson1-0/+1
2012-07-23Add support for certificate stores in CERT structure. This makes itDr. Stephen Henson1-1/+1