summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
AgeCommit message (Expand)Author
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
2014-11-19Fix excert logic.Dr. Stephen Henson
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-06-01Recognise padding extension.Dr. Stephen Henson
2014-03-28Security callback debug print out.Dr. Stephen Henson
2014-02-23New chain building flags.Dr. Stephen Henson
2014-01-26Add cert callback retry test.Dr. Stephen Henson
2013-10-20Extend SSL_CONFDr. Stephen Henson
2013-09-08Experimental encrypt-then-mac support.Dr. Stephen Henson
2013-09-06More cleanup.Ben Laurie
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2013-08-17Make no-ec compilation work.Dr. Stephen Henson