summaryrefslogtreecommitdiffstats
path: root/crypto/buffer/buf_str.c
AgeCommit message (Expand)Author
2015-09-22BUF_strndup: tidyEmilia Kasper
2015-09-22Make BUF_strndup() read-safe on arbitrary inputsAlessandro Ghedini
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-05-22Check length first in BUF_strnlen().Ben Laurie
2014-05-21Remove redundant test.Ben Laurie
2014-05-21Implement BUF_strnlen() and use it instead of strlen().Ben Laurie
2014-05-20Don't allocate more than is needed in BUF_strndup().Ben Laurie
2011-01-09add buf_str.c fileDr. Stephen Henson