remove OPENSSL_FIPSAPI
[openssl.git] / crypto / buffer / buf_str.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...