aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated RC4 filesRich Salz2015-05-023-530/+0
* free NULL cleanup -- codaRich Salz2015-05-0182-511/+244
* Remove goto inside an if(0) blockRich Salz2015-05-0114-105/+82
* Fix build on MacOS.Ben Laurie2015-05-013-12/+24
* Use BN_ULONG format.Ben Laurie2015-05-011-2/+2
* u_len may be unused.Ben Laurie2015-05-011-1/+1
* free NULL cleanup 11Rich Salz2015-05-0132-121/+67
* free null cleanup finaleRich Salz2015-05-01173-1012/+509
* Fix some typo's, silence warnings.Rich Salz2015-05-011-1/+2
* Rewrite CA.pl.inRich Salz2015-04-301-178/+169
* free NULL cleanup 7Rich Salz2015-04-3080-734/+385
* Fix buffer overrun in RSA signingMatt Caswell2015-04-301-1/+7
* Add sanity check to print_bin functionMatt Caswell2015-04-301-1/+3
* Add sanity check to ssl_get_prev_sessionMatt Caswell2015-04-301-1/+1
* Sanity check the return from final_finish_macMatt Caswell2015-04-302-2/+1
* Add sanity check in ssl3_cbc_digest_recordMatt Caswell2015-04-301-2/+12
* Clarify logic in BIO_*printf functionsMatt Caswell2015-04-301-24/+21
* Sanity check EVP_EncodeUpdate buffer lenMatt Caswell2015-04-301-1/+1
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-307-11/+29
* Sanity check DES_enc_write buffer lengthMatt Caswell2015-04-301-0/+3
* free cleanup 12Rich Salz2015-04-309-23/+24
* make updateMatt Caswell2015-04-302-127/+122
* free cleanup almost the finaleRich Salz2015-04-3056-311/+121
* In apps, malloc or dieRich Salz2015-04-3024-310/+126
* free NULL cleanup 5aRich Salz2015-04-3065-355/+189
* free NULL cleanup 8Rich Salz2015-04-3024-100/+58
* Fix bug, "what mode" test was wrong.Rich Salz2015-04-301-1/+2
* Fix windows buildMatt Caswell2015-04-302-7/+7
* Remove redundant includes from dtls1.hMatt Caswell2015-04-303-19/+8
* Add HTTP GET support to OCSP serverRich Salz2015-04-292-3/+51
* Rewrite parse_nameRich Salz2015-04-292-109/+59
* use isxdigit and apps_tohexRich Salz2015-04-294-14/+46
* Remove needless bio_err argumentRich Salz2015-04-2913-137/+136
* Make "make rehash" quietRich Salz2015-04-281-2/+2
* realloc of NULL is like mallocRich Salz2015-04-288-36/+11
* remove malloc castsRich Salz2015-04-28114-226/+191
* ERR_ cleanupRich Salz2015-04-287-245/+89
* Allow for types with leading underscore when checking error macros.Richard Levitte2015-04-281-1/+1
* NISTZ256: owur'ize.Emilia Kasper2015-04-281-20/+20
* NISTZ256: use EC_POINT API and check errors.Emilia Kasper2015-04-271-7/+15
* CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz2015-04-272-3/+12
* NISTZ256: don't swallow malloc errorsEmilia Kasper2015-04-271-12/+12
* NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper2015-04-271-1/+1
* Error checking and memory leak fixes in NISTZ256.Emilia Kasper2015-04-275-31/+52
* Fix Wmaybe-uninitialized: initialize variableEmilia Kasper2015-04-271-1/+1
* Fix the check of test apps in util/mk1mf.plRichard Levitte2015-04-271-2/+9
* Small fixes after the Big apps cleanupRichard Levitte2015-04-271-1/+1
* Add readline (etc) supportRich Salz2015-04-261-2/+30
* Simplify parse_yesno; remove local variableRich Salz2015-04-261-9/+3
* Fix typo in help & comment formattingRich Salz2015-04-261-4/+4