aboutsummaryrefslogtreecommitdiff
path: root/crypto/o_str.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Move e_os.h to be the very first include.Pauli1-1/+1
2017-08-22Use "" not <> on e_os.h includeRich Salz1-1/+1
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli1-2/+1
2017-05-01Address some -Wold-style-declaration warningsBenjamin Kaduk1-1/+1
2017-02-24Add -Wundef to --strict-warnings options.Bernd Edlinger1-1/+2
2016-06-21buf2hexstr: properly deal with empty stringKurt Roeckx1-1/+6
2016-05-28Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmpRichard Levitte1-43/+0
2016-05-27crypto/o_str.c: add _GNU_SOURCE strerror_r case.Andy Polyakov1-1/+3
2016-05-27crypto/o_str.c: strerror_s is provided by specific compiler run-time,Andy Polyakov1-4/+2
2016-05-23Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell1-0/+28
2016-05-17Copyright consolidation 04/10Rich Salz1-54/+5
2016-04-18Unsigned chars can't be negativeMatt Caswell1-4/+5
2016-04-18Make string_to_hex/hex_to_string publicRich Salz1-0/+114
2016-02-26Fix master compile errorMatt Caswell1-1/+1
2016-02-26GH680: Reuse strnlen() in strndup()Dmitry-Me1-5/+1
2016-02-03GH614: Use memcpy()/strdup() when possibleDmitry-Me1-2/+4
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-0/+81
2015-05-14Identify and move OpenSSL internal header filesRichard Levitte1-1/+1
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-35/+40
2013-01-19Improve WINCE support.Andy Polyakov1-1/+1
2009-06-01PR: 1945Dr. Stephen Henson1-1/+3
2008-01-14<strings.h> does not exist under WIN32.Dr. Stephen Henson1-1/+1
2008-01-12Missing headers.Ben Laurie1-0/+4
2005-09-20"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov1-0/+9
2005-01-13Rely on e_os.h to appropriately define str[n]casecmp in non-POSIXAndy Polyakov1-9/+5
2004-12-31Borrow #include <string[s].h> from e_os.h.Andy Polyakov1-6/+1
2004-07-08o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() andRichard Levitte1-2/+6
2004-05-13Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.Richard Levitte1-0/+3
2004-03-24Typo...Richard Levitte1-1/+1
2004-03-24Make sure toupper() is properly declared.Richard Levitte1-0/+1
2003-12-27Include strings.h so strcasecmp() and strncasecmp() get properly declared.Richard Levitte1-1/+2
2003-09-09Typos.Dr. Stephen Henson1-1/+2
2003-09-09Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte1-0/+95