aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-01free null cleanup finaleRich Salz173-1012/+509
2015-05-01Fix some typo's, silence warnings.Rich Salz1-1/+2
2015-04-30Rewrite CA.pl.inRich Salz1-178/+169
2015-04-30free NULL cleanup 7Rich Salz80-734/+385
2015-04-30Fix buffer overrun in RSA signingMatt Caswell1-1/+7
2015-04-30Add sanity check to print_bin functionMatt Caswell1-1/+3
2015-04-30Add sanity check to ssl_get_prev_sessionMatt Caswell1-1/+1
2015-04-30Sanity check the return from final_finish_macMatt Caswell2-2/+1
2015-04-30Add sanity check in ssl3_cbc_digest_recordMatt Caswell1-2/+12
2015-04-30Clarify logic in BIO_*printf functionsMatt Caswell1-24/+21
2015-04-30Sanity check EVP_EncodeUpdate buffer lenMatt Caswell1-1/+1
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell7-11/+29
2015-04-30Sanity check DES_enc_write buffer lengthMatt Caswell1-0/+3
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