aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Add checks on CRYPTO_set_ex_data return valueFdaSilvaYY3-10/+12
2016-05-23Fix some malloc failure crashes on X509_STORE_CTX_set_ex_dataFdaSilvaYY1-1/+3
2016-05-23Fix and simplify error handling in (RSA/EC_kmeth)_new_method()FdaSilvaYY2-42/+31
2016-05-23Remove useless NULL checksFdaSilvaYY3-6/+3
2016-05-23Windows: shut DEL upRichard Levitte1-2/+2
2016-05-23Complete the rename of LHASH functions and typesRichard Levitte1-1/+1
2016-05-23util/process_docs.pl: Add more debugging outputRichard Levitte1-1/+9
2016-05-23Improve the checking of pod sectionsRichard Levitte1-2/+4
2016-05-23HTML docs on Unix: Add a HTML titleRichard Levitte1-1/+2
2016-05-23process_docs.pl: When starting to read a new head1 section, remove previous textRichard Levitte1-1/+2
2016-05-23Add a missing comma in OPENSSL_malloc.podRichard Levitte1-1/+1
2016-05-23Add the missing NAME header in the OCSP docsRichard Levitte5-0/+10
2016-05-22Avoid creating an illegal pointerKurt Roeckx1-2/+4
2016-05-22Avoid creating an illegal pointerKurt Roeckx1-1/+5
2016-05-22Have doc-nit-check look for mandatory manual sectionsRichard Levitte1-8/+32
2016-05-21Constify stack and lhash macros.Dr. Stephen Henson4-15/+17
2016-05-21Indent and dead code cleanupFdaSilvaYY2-44/+43
2016-05-21Add OpenSSL copyright to .pl filesRich Salz134-137/+1070
2016-05-20Doc nits cleanup, round 2Rich Salz430-1226/+231
2016-05-20Fix Windows 64 bit crashesMatt Caswell2-29/+5
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz22-639/+623
2016-05-20Clean up the VMS hacks in crypto/rand/randfile.cRichard Levitte1-16/+6
2016-05-20VMS: setbuf() only takes 32-bit pointersRichard Levitte1-4/+40
2016-05-20Add an async io testMatt Caswell3-1/+407
2016-05-20Ensure async IO works with new state machineMatt Caswell1-1/+4
2016-05-20Tighten up logic around ChangeCipherSpec.David Benjamin1-0/+10
2016-05-20Simplify SSL BIO buffering logicMatt Caswell5-41/+23
2016-05-20Fixup READLINE caseRichard Levitte1-1/+1
2016-05-20Fix nits in pod files.Rich Salz209-1295/+1263
2016-05-19Use the process_docs script to install docs on Windows and VMSRichard Levitte2-0/+6
2016-05-19Documentation processor in perl, for platforms that don't have shRichard Levitte1-0/+252
2016-05-19Use correct EOL in headers.Dr. Stephen Henson4-6/+23
2016-05-19Move Haiku configuration to separate config file to denoteAndy Polyakov4-37/+31
2016-05-19Add assembly CRYPTO_memcmp.Andy Polyakov12-11/+318
2016-05-19rand/randfile.c: remove _XOPEN_SOURCE definition.Andy Polyakov1-8/+26
2016-05-19Check that the obtained public key is validMatt Caswell1-0/+4
2016-05-19Add copyrightRich Salz1-0/+11
2016-05-19Add copyright to manpagesRich Salz430-18/+4736
2016-05-19Remove needless license terms (for docs)Rich Salz3-69/+0
2016-05-19Ensure =cut is last line in every file.Rich Salz38-6/+63
2016-05-19ok was uninitialised on failure.Ben Laurie1-1/+1
2016-05-19When strict SCT fails record verification failureViktor Dukhovni4-12/+41
2016-05-19make updateViktor Dukhovni2-4/+8
2016-05-19Improve and document low-level PEM read routinesViktor Dukhovni2-59/+188
2016-05-18Fixes non __GNUC__ compilationMat1-1/+1
2016-05-18Fix SRP client key computationCynh1-2/+2
2016-05-18Small typo, a tab where there should have been a spaceRichard Levitte1-1/+1
2016-05-18Cleanup openssl.ecRichard Levitte1-2/+1
2016-05-18Fix util/mkerr.plRichard Levitte1-17/+37
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni6-10/+64