aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-04Use safer sizeof variant in mallocRich Salz142-283/+278
2015-05-04RT2943: Check sizes if -iv and -K argumentsRichard Levitte1-4/+9
2015-05-04Have -K actually take an argument, and correct help textRichard Levitte1-1/+1
2015-05-04Fix cut/paste errorRich Salz1-1/+1
2015-05-04RT1369: don't do "helpful" access check.Rich Salz1-16/+5
2015-05-04Return an error in ASN1_TYPE_unpack_sequence if argument is NULLDr. Stephen Henson1-1/+1
2015-05-04more OSSL_NELEM casesDr. Stephen Henson11-21/+19
2015-05-03ssl/s3_srvr.c: Fix typo introduced via 69f682374868b.mancha security1-1/+1
2015-05-03Fixes some typos in doc/ssl/Alok Menghrajani3-15/+15
2015-05-03Fixes some typos in doc/apps/Alok Menghrajani12-50/+50
2015-05-03RT3802: Fixes typos in doc/crypto/Alok Menghrajani41-60/+60
2015-05-03fix various typo'sRich Salz5-7/+7
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson24-99/+81
2015-05-02Remove obsolete make variablesRichard Levitte2-8/+1
2015-05-02Clean all .o files.Ben Laurie1-1/+1
2015-05-02make X509_VERIFY_PARAM opaqueDr. Stephen Henson2-18/+19
2015-05-02Remove shlib/Richard Levitte16-500/+2
2015-05-02RT3820: Don't call GetDesktopWindow()Gilles Khouzam1-2/+0
2015-05-02RT3776: Wrong size for mallocRich Salz1-4/+4
2015-05-02Fix uninitialized variable.Hanno Böck1-1/+1
2015-05-02Remove outdated RC4 filesRich Salz3-530/+0
2015-05-01free NULL cleanup -- codaRich Salz82-511/+244
2015-05-01Remove goto inside an if(0) blockRich Salz14-105/+82
2015-05-01Fix build on MacOS.Ben Laurie3-12/+24
2015-05-01Use BN_ULONG format.Ben Laurie1-2/+2
2015-05-01u_len may be unused.Ben Laurie1-1/+1
2015-05-01free NULL cleanup 11Rich Salz32-121/+67
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