summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
AgeCommit message (Expand)Author
2019-09-04Move libapps.a source to apps/libRichard Levitte
2019-09-04Suppress 'No server certificate CA names sent' messageBilly Brawner
2019-03-29Remove heartbeats completelyRichard Levitte
2019-03-20Reorganized signature-scheme detection in 'apps/s_cb.c:security_callback_debu...Lorinczy Zsigmond
2019-02-14Fix -verify_return_error in s_clientMatt Caswell
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-05-30Text description of GOST signature algorithmsDmitry Belyavskiy
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-03-08Duplicate entries ssl_handshake_tbl trace entries...FdaSilvaYY
2018-03-05Add X448/Ed448 support to libsslMatt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-24Enable the cookie callbacks to work even in TLS in the appsMatt Caswell
2017-12-14Merge HRR into ServerHelloMatt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-08-22(Re)move some things from e_os.hRich Salz
2017-06-21Print Ed25519 in s_client/s_serverDr. Stephen Henson
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-03Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson
2017-04-03Add extensions to debug listDr. Stephen Henson
2017-03-30apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov
2017-03-16Add TLSv1.3 draft-19 messages to traceTodd Short
2017-03-10Add HelloRetryRequest text to s_client/s_serverTodd Short
2017-03-08Add some TLS13 values to s_client/s_serverTodd Short
2017-02-28Remove some commented out code in the appsMatt Caswell
2017-02-26Print signature type to out, not bio_errDr. Stephen Henson
2017-02-21Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy
2017-02-14Make -xcert work again.Dr. Stephen Henson
2017-02-09SSL_get_shared_sigalgs: handle negative idx parameterPeter Wu
2017-02-07apps: Add support for writing a keylog filePeter Wu
2017-01-30fix style issuesDr. Stephen Henson
2017-01-30Add SSL_get_peer_signature_type_nid() function.Dr. Stephen Henson
2017-01-30More complete PSS support.Dr. Stephen Henson
2016-11-15Revert "Remove heartbeats completely"Richard Levitte
2016-11-15Remove heartbeats completelyRichard Levitte
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson
2016-08-13Print out names of other temp key algorithms.Dr. Stephen Henson
2016-08-04Pack globals variables used to control apps/verify_callback()FdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-04-21Remove some dead codeMatt Caswell
2016-04-10Fix warnings exposed by clang-3.8Emilia Kasper
2016-04-09Make DH opaqueMatt Caswell
2016-03-21Fix no-sockMatt Caswell
2016-03-17Bugfix: Encode the requested length in s_cb.c:hexencode()Viktor Dukhovni
2016-03-09Constify security callbacksKurt Roeckx