Fix a memory leak in ecdh/ecdsa_check.
[oweals/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-01-22 Matt CaswellRun util/openssl-format-source -v -c .
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().
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-01-09 Dr. Stephen Hensonadd buf_str.c file