summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
AgeCommit message (Expand)Author
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
2015-01-28Remove support for opaque-prfRich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-16Add missing OPENSSL_NO_EC guardsMatt Caswell
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-11-20Print out Suite B status.Dr. Stephen Henson