BUF_strndup: tidy
[openssl.git] / crypto / buffer / buf_str.c
2015-09-22 Emilia KasperBUF_strndup: tidy
2015-09-22 Alessandro GhediniMake BUF_strndup() read-safe on arbitrary inputs
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-05-22 Ben LaurieCheck length first in BUF_strnlen().
2014-05-21 Ben LaurieRemove redundant test.
2014-05-21 Ben LaurieImplement BUF_strnlen() and use it instead of strlen().
2014-05-20 Ben LaurieDon't allocate more than is needed in BUF_strndup().
2011-01-27 Dr. Stephen HensonMove all FIPSAPI renames into fips.h header file, inclu...
2011-01-27 Dr. Stephen HensonRedirect FIPS memory allocation to FIPS_malloc() routin...
2011-01-09 Dr. Stephen Hensonmove some string utilities to buf_str.c to reduce some...