summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
AgeCommit message (Expand)Author
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
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival
2016-02-27Drop support for printing SSLv2 ciphers names.Kurt Roeckx
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-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-04RT2887: Add more packet and handshake typesDaniel Black
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte
2016-02-01constify PACKETEmilia Kasper
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni
2015-12-23Refactor DTLS cookie generation and verificationRichard Levitte
2015-12-15Fix s_server problem with no-ecMatt Caswell
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper
2015-09-28Print debug info for extended master secret extensionAlessandro Ghedini
2015-09-20make no-dh workDr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-03remove 0 assignments.Rich Salz
2015-08-26GH371: Print debug info for ALPN extensionAlessandro Ghedini
2015-08-11Remove Gost94 signature algorithm.Rich Salz
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-06-09Use bio_err not stderr in apps.Rich Salz
2015-05-20Replace switch/assignments with table lookupRich Salz
2015-05-11Fix for memcpy() and strcmp() being undefined.Bjoern D. Rasmussen
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-28free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-23apps return value checksMatt Caswell
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-30Dead code clean: #if 0 removal in appsRich Salz