aboutsummaryrefslogtreecommitdiff
path: root/apps/s_cb.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Remove heartbeats completelyRichard Levitte1-17/+0
2019-03-20Reorganized signature-scheme detection in 'apps/s_cb.c:security_callback_debu...Lorinczy Zsigmond1-25/+81
2019-02-14Fix -verify_return_error in s_clientMatt Caswell1-2/+2
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni1-1/+2
2018-05-30Text description of GOST signature algorithmsDmitry Belyavskiy1-0/+9
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders1-0/+16
2018-03-08Duplicate entries ssl_handshake_tbl trace entries...FdaSilvaYY1-2/+2
2018-03-05Add X448/Ed448 support to libsslMatt Caswell1-0/+3
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short1-0/+1
2018-01-24Enable the cookie callbacks to work even in TLS in the appsMatt Caswell1-11/+18
2017-12-14Merge HRR into ServerHelloMatt Caswell1-1/+0
2017-10-18Remove parentheses of return.KaoruToda1-7/+7
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-1/+1
2017-08-22(Re)move some things from e_os.hRich Salz1-2/+0
2017-06-21Print Ed25519 in s_client/s_serverDr. Stephen Henson1-6/+9
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-32/+36
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy1-11/+5
2017-04-03Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson1-0/+18
2017-04-03Add extensions to debug listDr. Stephen Henson1-0/+5
2017-03-30apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov1-2/+2
2017-03-16Add TLSv1.3 draft-19 messages to traceTodd Short1-16/+21
2017-03-10Add HelloRetryRequest text to s_client/s_serverTodd Short1-0/+1
2017-03-08Add some TLS13 values to s_client/s_serverTodd Short1-4/+10
2017-02-28Remove some commented out code in the appsMatt Caswell1-1/+0
2017-02-26Print signature type to out, not bio_errDr. Stephen Henson1-1/+1
2017-02-21Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy1-4/+10
2017-02-14Make -xcert work again.Dr. Stephen Henson1-0/+1
2017-02-09SSL_get_shared_sigalgs: handle negative idx parameterPeter Wu1-1/+1
2017-02-07apps: Add support for writing a keylog filePeter Wu1-0/+48
2017-01-30fix style issuesDr. Stephen Henson1-1/+1
2017-01-30Add SSL_get_peer_signature_type_nid() function.Dr. Stephen Henson1-11/+28
2017-01-30More complete PSS support.Dr. Stephen Henson1-0/+2
2016-11-15Revert "Remove heartbeats completely"Richard Levitte1-0/+17
2016-11-15Remove heartbeats completelyRichard Levitte1-17/+0
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell1-26/+28
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell1-0/+2
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson1-2/+2
2016-08-13Print out names of other temp key algorithms.Dr. Stephen Henson1-0/+4
2016-08-04Pack globals variables used to control apps/verify_callback()FdaSilvaYY1-12/+10
2016-05-17Copyright consolidation 01/10Rich Salz1-107/+6
2016-04-21Remove some dead codeMatt Caswell1-4/+0
2016-04-10Fix warnings exposed by clang-3.8Emilia Kasper1-2/+2
2016-04-09Make DH opaqueMatt Caswell1-1/+1
2016-03-21Fix no-sockMatt Caswell1-0/+4
2016-03-17Bugfix: Encode the requested length in s_cb.c:hexencode()Viktor Dukhovni1-1/+1
2016-03-09Constify security callbacksKurt Roeckx1-2/+2
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival1-0/+1
2016-02-27Drop support for printing SSLv2 ciphers names.Kurt Roeckx1-2/+3