aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/o_str.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Missing headers.Ben Laurie2008-01-121-0/+4
* "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov2005-09-201-0/+9
* Rely on e_os.h to appropriately define str[n]casecmp in non-POSIXAndy Polyakov2005-01-131-9/+5
* Borrow #include <string[s].h> from e_os.h.Andy Polyakov2004-12-311-6/+1
* o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() andRichard Levitte2004-07-081-2/+6
* Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.Richard Levitte2004-05-131-0/+3
* Typo...Richard Levitte2004-03-241-1/+1
* Make sure toupper() is properly declared.Richard Levitte2004-03-241-0/+1
* Include strings.h so strcasecmp() and strncasecmp() get properly declared.Richard Levitte2003-12-271-1/+2
* Typos.Dr. Stephen Henson2003-09-091-1/+2
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-091-0/+95