aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-30free cleanup 12Rich Salz9-23/+24
2015-04-30make updateMatt Caswell2-127/+122
2015-04-30free cleanup almost the finaleRich Salz56-311/+121
2015-04-30In apps, malloc or dieRich Salz24-310/+126
2015-04-30free NULL cleanup 5aRich Salz65-355/+189
2015-04-30free NULL cleanup 8Rich Salz24-100/+58
2015-04-30Fix bug, "what mode" test was wrong.Rich Salz1-1/+2
2015-04-30Fix windows buildMatt Caswell2-7/+7
2015-04-30Remove redundant includes from dtls1.hMatt Caswell3-19/+8
2015-04-29Add HTTP GET support to OCSP serverRich Salz2-3/+51
2015-04-29Rewrite parse_nameRich Salz2-109/+59
2015-04-29use isxdigit and apps_tohexRich Salz4-14/+46
2015-04-29Remove needless bio_err argumentRich Salz13-137/+136
2015-04-28Make "make rehash" quietRich Salz1-2/+2
2015-04-28realloc of NULL is like mallocRich Salz8-36/+11
2015-04-28remove malloc castsRich Salz114-226/+191
2015-04-28ERR_ cleanupRich Salz7-245/+89
2015-04-28Allow for types with leading underscore when checking error macros.Richard Levitte1-1/+1
2015-04-28NISTZ256: owur'ize.Emilia Kasper1-20/+20
2015-04-27NISTZ256: use EC_POINT API and check errors.Emilia Kasper1-7/+15
2015-04-27CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz2-3/+12
2015-04-27NISTZ256: don't swallow malloc errorsEmilia Kasper1-12/+12
2015-04-27NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper1-1/+1
2015-04-27Error checking and memory leak fixes in NISTZ256.Emilia Kasper5-31/+52
2015-04-27Fix Wmaybe-uninitialized: initialize variableEmilia Kasper1-1/+1
2015-04-27Fix the check of test apps in util/mk1mf.plRichard Levitte1-2/+9
2015-04-27Small fixes after the Big apps cleanupRichard Levitte1-1/+1
2015-04-26Add readline (etc) supportRich Salz1-2/+30
2015-04-26Simplify parse_yesno; remove local variableRich Salz1-9/+3
2015-04-26Fix typo in help & comment formattingRich Salz1-4/+4
2015-04-26Fix error messageRich Salz1-1/+1
2015-04-26Fix main build breakage.Rich Salz2-4/+6
2015-04-26Remove the special list-xxxx commandsRich Salz3-79/+47
2015-04-25RT2962: add -keytab and -krb5svc flags.Rich Salz1-1/+12
2015-04-25Free malloc data on encoding errors.Rich Salz1-5/+7
2015-04-25apps-cleanup: the doc fixesRich Salz4-13/+14
2015-04-25Quote HTML entities in s_server outputRich Salz1-1/+16
2015-04-25RT2206: Add -issuer flag to ocsp commandRich Salz1-1/+17
2015-04-25Remove EFENCE support.Rich Salz2-24/+0
2015-04-25RT2451: Add telnet to s_client -starttlsRich Salz1-5/+45
2015-04-25Add -nocommands to s_client.Rich Salz1-5/+9
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz31-218/+88
2015-04-25Add missing BIO_flush() callsRich Salz1-0/+3
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz65-13136/+10760
2015-04-24Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper1-3/+10
2015-04-24Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper1-0/+3
2015-04-22Fix CRYPTO_strdupLoganaden Velvindron1-0/+3
2015-04-22SSL_CIPHER lookup functions.Dr. Stephen Henson3-125/+107
2015-04-21Avoid "no config file" warning messageRich Salz1-2/+2
2015-04-21ssltest output cleanupRich Salz1-45/+36