aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
Commit message (Expand)AuthorAgeFilesLines
* Print Ed25519 in s_client/s_serverDr. Stephen Henson2017-06-211-6/+9
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-32/+36
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-11/+5
* Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson2017-04-031-0/+18
* Add extensions to debug listDr. Stephen Henson2017-04-031-0/+5
* apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov2017-03-301-2/+2
* Add TLSv1.3 draft-19 messages to traceTodd Short2017-03-161-16/+21
* Add HelloRetryRequest text to s_client/s_serverTodd Short2017-03-101-0/+1
* Add some TLS13 values to s_client/s_serverTodd Short2017-03-081-4/+10
* Remove some commented out code in the appsMatt Caswell2017-02-281-1/+0
* Print signature type to out, not bio_errDr. Stephen Henson2017-02-261-1/+1
* Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy2017-02-211-4/+10
* Make -xcert work again.Dr. Stephen Henson2017-02-141-0/+1
* SSL_get_shared_sigalgs: handle negative idx parameterPeter Wu2017-02-091-1/+1
* apps: Add support for writing a keylog filePeter Wu2017-02-071-0/+48
* fix style issuesDr. Stephen Henson2017-01-301-1/+1
* Add SSL_get_peer_signature_type_nid() function.Dr. Stephen Henson2017-01-301-11/+28
* More complete PSS support.Dr. Stephen Henson2017-01-301-0/+2
* Revert "Remove heartbeats completely"Richard Levitte2016-11-151-0/+17
* Remove heartbeats completelyRichard Levitte2016-11-151-17/+0
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-101-26/+28
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-0/+2
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-191-2/+2
* Print out names of other temp key algorithms.Dr. Stephen Henson2016-08-131-0/+4
* Pack globals variables used to control apps/verify_callback()FdaSilvaYY2016-08-041-12/+10
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+6
* Remove some dead codeMatt Caswell2016-04-211-4/+0
* Fix warnings exposed by clang-3.8Emilia Kasper2016-04-101-2/+2
* Make DH opaqueMatt Caswell2016-04-091-1/+1
* Fix no-sockMatt Caswell2016-03-211-0/+4
* Bugfix: Encode the requested length in s_cb.c:hexencode()Viktor Dukhovni2016-03-171-1/+1
* Constify security callbacksKurt Roeckx2016-03-091-2/+2
* Extends s_client to allow a basic CT policy to be enabledRob Percival2016-03-041-0/+1
* Drop support for printing SSLv2 ciphers names.Kurt Roeckx2016-02-271-2/+3
* Remove unused parameters from internal functionsRich Salz2016-02-221-2/+2
* Remove JPAKERich Salz2016-02-171-16/+1
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-081-1/+77
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* RT2887: Add more packet and handshake typesDaniel Black2016-02-041-0/+7
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-031-42/+18
* constify PACKETEmilia Kasper2016-02-011-2/+2
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-201-3/+2
* Refactor DTLS cookie generation and verificationRichard Levitte2015-12-231-66/+11
* Fix s_server problem with no-ecMatt Caswell2015-12-151-16/+1
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-141-2/+1
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-2/+6
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-091-1/+1
* Print debug info for extended master secret extensionAlessandro Ghedini2015-09-281-0/+3
* make no-dh workDr. Stephen Henson2015-09-201-1/+2
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-2/+2