]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/o_str.c
Update copyright year
[thirdparty/openssl.git] / crypto / o_str.c
2020-06-04  Matt CaswellUpdate copyright year
2020-05-26  Shane LontisFix ERR_print_errors so that it matches the documented...
2019-08-12  Richard LevitteAdd OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()
2019-07-23  Matt CaswellRemove some utilities from the core to provider interface
2019-07-11  Rich SalzMake allocation/free/clean available to providers
2019-06-21  PauliRemove OPENSSL_memcmp.
2019-06-18  Bernd EdlingerFix error handling at openssl_strerror_r
2019-03-04  Vitezslav Cizekopenssl_strerror_r: Fix handling of GNU strerror_r
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2017-09-14  PauliRevert "GH614: Use memcpy()/strdup() when possible"
2017-08-29  PauliMove e_os.h to be the very first include.
2017-08-22  Rich SalzUse "" not <> on e_os.h include
2017-08-21  PauliThis has been added to avoid the situation where some...
2017-05-01  Benjamin KadukAddress some -Wold-style-declaration warnings
2017-02-24  Bernd EdlingerAdd -Wundef to --strict-warnings options.
2016-06-21  Kurt Roeckxbuf2hexstr: properly deal with empty string
2016-05-28  Richard LevitteRemove internal functions OPENSSL_strcasecmp and OPENSS...
2016-05-27  Andy Polyakovcrypto/o_str.c: add _GNU_SOURCE strerror_r case.
2016-05-27  Andy Polyakovcrypto/o_str.c: strerror_s is provided by specific...
2016-05-23  Matt CaswellUse strerror_r()/strerror_s() instead of strerror(...
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-04-18  Matt CaswellUnsigned chars can't be negative
2016-04-18  Rich SalzMake string_to_hex/hex_to_string public
2016-02-26  Matt CaswellFix master compile error
2016-02-26  Dmitry-MeGH680: Reuse strnlen() in strndup()
2016-02-03  Dmitry-MeGH614: Use memcpy()/strdup() when possible
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-18  Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-05-14  Richard LevitteIdentify and move OpenSSL internal header files
2015-01-23  Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2013-01-19  Andy PolyakovImprove WINCE support.
2009-06-01  Dr. Stephen HensonPR: 1945
2008-01-14  Dr. Stephen Henson<strings.h> does not exist under WIN32.
2008-01-12  Ben LaurieMissing headers.
2005-09-20  Andy Polyakov"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT...
2005-01-13  Andy PolyakovRely on e_os.h to appropriately define str[n]casecmp...
2004-12-31  Andy PolyakovBorrow #include <string[s].h> from e_os.h.
2004-07-08  Richard Levitteo_str.c: Windows doesn't have <strings.h>, and since...
2004-05-13  Richard LevitteSynchronise o_str.c between 0.9.8-dev and 0.9.7-stable.
2004-03-24  Richard LevitteTypo...
2004-03-24  Richard LevitteMake sure toupper() is properly declared.
2003-12-27  Richard LevitteInclude strings.h so strcasecmp() and strncasecmp(...
2003-09-09  Dr. Stephen HensonTypos.
2003-09-09  Richard LevitteGeneralise the definition of strcasecmp() and strncasec...