aboutsummaryrefslogtreecommitdiff
path: root/crypto/buf
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Work around more C language bugs with empty spans.David Benjamin1-0/+4
2019-10-21Rename a number of BUF_* functions to OPENSSL_*.David Benjamin1-69/+6
2018-09-05Flatten most of the crypto target.David Benjamin1-9/+0
2017-10-17Always process handshake records in full.David Benjamin2-0/+111
2017-10-10Fold away clean boolean in BUF_MEM.David Benjamin1-12/+4
2017-09-18Remove redundant calls to |OPENSSL_cleanse| and |OPENSSL_realloc_clean|.Martin Kreichgauer1-16/+2
2017-08-18Run the comment converter on libcrypto.David Benjamin1-3/+3
2017-08-01Fix miscellaneous clang-tidy warnings.David Benjamin1-13/+11
2016-12-21Work around language and compiler bug in memcpy, etc.David Benjamin1-4/+6
2016-05-18Add BUF_MEM_reserve.David Benjamin1-21/+25
2015-10-06Make |BUF_memdup| look for zero length, not NULL.Adam Langley1-1/+1
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley1-1/+1
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin1-7/+7
2015-02-09Precompute sorted array for error strings.Adam Langley2-26/+0
2015-02-02Remove string.h from base.h.Adam Langley1-0/+2
2015-01-28Change CMakeLists.txt to two-space indent.Adam Langley1-4/+4
2014-10-20Don't read past the end of the string in BUF_strndup.David Benjamin1-1/+2
2014-07-14Move public headers to include/openssl/Adam Langley2-121/+1
2014-06-20Don't allocate more than is needed in BUF_strndup()Adam Langley2-0/+19
2014-06-20Inital import.Adam Langley4-0/+368