summaryrefslogtreecommitdiff
path: root/crypto/o_str.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-9/+3
* strcasecmp: implement strcasecmp and strncasecmpPauli2022-05-231-88/+14
* Always try locale initialization from OPENSSL_strcasecmpTomas Mraz2022-05-131-7/+41
* Add fallback in case of locale initialization failureTomas Mraz2022-05-131-5/+16
* Avoid code duplication for locale initializationTomas Mraz2022-05-131-15/+5
* Move OPENSSL_strcasecmp() and related to o_str.cTomas Mraz2022-05-131-0/+65
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Change `strlen' argument name to `strlength' to avoid c++ reserved words.Pauli2022-02-281-5/+5
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-5/+5
* openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short...Dr. David von Oheimb2020-12-101-1/+6
* Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separatorShane Lontis2020-12-071-4/+5
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-7/+7
* Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka2020-07-151-1/+1
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis2020-05-261-34/+66
* Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()Richard Levitte2019-08-121-36/+85
* Remove some utilities from the core to provider interfaceMatt Caswell2019-07-231-0/+120
* Make allocation/free/clean available to providersRich Salz2019-07-111-122/+0
* Remove OPENSSL_memcmp.Pauli2019-06-211-12/+0
* Fix error handling at openssl_strerror_rBernd Edlinger2019-06-181-1/+1
* openssl_strerror_r: Fix handling of GNU strerror_rVitezslav Cizek2019-03-041-3/+22
* Following the license change, modify the boilerplates in crypto/Richard Levitte2018-12-061-1/+1
* Revert "GH614: Use memcpy()/strdup() when possible"Pauli2017-09-141-4/+2
* Move e_os.h to be the very first include.Pauli2017-08-301-1/+1
* Use "" not <> on e_os.h includeRich Salz2017-08-221-1/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-2/+1
* Address some -Wold-style-declaration warningsBenjamin Kaduk2017-05-011-1/+1
* Add -Wundef to --strict-warnings options.Bernd Edlinger2017-02-241-1/+2
* buf2hexstr: properly deal with empty stringKurt Roeckx2016-06-211-1/+6
* Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmpRichard Levitte2016-05-281-43/+0
* crypto/o_str.c: add _GNU_SOURCE strerror_r case.Andy Polyakov2016-05-271-1/+3
* crypto/o_str.c: strerror_s is provided by specific compiler run-time,Andy Polyakov2016-05-271-4/+2
* Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell2016-05-231-0/+28
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Unsigned chars can't be negativeMatt Caswell2016-04-181-4/+5
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-0/+114
* Fix master compile errorMatt Caswell2016-02-261-1/+1
* GH680: Reuse strnlen() in strndup()Dmitry-Me2016-02-261-5/+1
* GH614: Use memcpy()/strdup() when possibleDmitry-Me2016-02-031-2/+4
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-0/+81
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-141-1/+1
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-35/+40
* Improve WINCE support.Andy Polyakov2013-01-191-1/+1
* PR: 1945Dr. Stephen Henson2009-06-011-1/+3
* <strings.h> does not exist under WIN32.Dr. Stephen Henson2008-01-141-1/+1