aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/buffer/buf_str.c
Commit message (Expand)AuthorAgeFilesLines
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Check length first in BUF_strnlen().Ben Laurie2014-05-221-1/+1
* Remove redundant test.Ben Laurie2014-05-211-4/+1
* Implement BUF_strnlen() and use it instead of strlen().Ben Laurie2014-05-211-1/+11
* Don't allocate more than is needed in BUF_strndup().Ben Laurie2014-05-201-0/+5
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-5/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+5
* move some string utilities to buf_str.c to reduce some dependencies (from 0.9...Dr. Stephen Henson2011-01-091-0/+119