Sign in
flutter
/
third_party
/
openssl
/
6692ff7777ea3e75f964de7ee64761ec8565f9be
/
crypto
/
o_str.c
4cacc9d
Revert "GH614: Use memcpy()/strdup() when possible"
by Pauli
· 8 years ago
07016a8
Move e_os.h to be the very first include. cryptilib.h is the second.
by Pauli
· 8 years ago
bef7a81
Use "" not <> on e_os.h include
by Rich Salz
· 8 years ago
a1df06b
This has been added to avoid the situation where some host ctype.h functions
by Pauli
· 8 years ago
f44903a
Address some -Wold-style-declaration warnings
by Benjamin Kaduk
· 8 years ago
01b76c2
Add -Wundef to --strict-warnings options.
by Bernd Edlinger
· 8 years ago
01238ae
buf2hexstr: properly deal with empty string
by Kurt Roeckx
· 9 years ago
7233bea
Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmp
by Richard Levitte
· 9 years ago
efdb2d6
crypto/o_str.c: add _GNU_SOURCE strerror_r case.
by Andy Polyakov
· 9 years ago
43c4116
crypto/o_str.c: strerror_s is provided by specific compiler run-time,
by Andy Polyakov
· 9 years ago
7d37818
Use strerror_r()/strerror_s() instead of strerror() where possible
by Matt Caswell
· 9 years ago
6286757
Copyright consolidation 04/10
by Rich Salz
· 9 years ago
235f932
Unsigned chars can't be negative
by Matt Caswell
· 9 years ago
14f051a
Make string_to_hex/hex_to_string public
by Rich Salz
· 9 years ago
b6e7858
Fix master compile error
by Matt Caswell
· 9 years ago
d3c02d8
GH680: Reuse strnlen() in strndup()
by Dmitry-Me
· 9 years ago
a89c9a0
GH614: Use memcpy()/strdup() when possible
by Dmitry-Me
· 9 years ago
3498076
Remove /* foo.c */ comments
by Rich Salz
· 9 years ago
3138475
Remove the "eay" c-file-style indicators
by Richard Levitte
· 9 years ago
7644a9a
Rename some BUF_xxx to OPENSSL_xxx
by Rich Salz
· 9 years ago
6857079
Identify and move OpenSSL internal header files
by Richard Levitte
· 10 years ago
68b00c2
ifdef cleanup part 3: OPENSSL_SYSNAME
by Rich Salz
· 10 years ago
0f113f3
Run util/openssl-format-source -v -c .
by Matt Caswell
· 10 years ago
a006fef
Improve WINCE support.
by Andy Polyakov
· 12 years ago
0176842
PR: 1945 Submitted by: Guenter <lists@gknw.net> Approved by: steve@openssl.org
by Dr. Stephen Henson
· 16 years ago
52108ce
<strings.h> does not exist under WIN32.
by Dr. Stephen Henson
· 17 years ago
f12797a
Missing headers.
by Ben Laurie
· 17 years ago
7a06050
"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.
by Andy Polyakov
· 20 years ago
e6d27ba
Rely on e_os.h to appropriately define str[n]casecmp in non-POSIX environments.
by Andy Polyakov
· 20 years ago
3b4de6e
Borrow #include <string[s].h> from e_os.h.
by Andy Polyakov
· 20 years ago
dc56eb5
o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() and
by Richard Levitte
· 21 years ago
abd2388
Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.
by Richard Levitte
· 21 years ago
a0b5ebe
Typo...
by Richard Levitte
· 21 years ago
8ee18dd
Make sure toupper() is properly declared.
by Richard Levitte
· 21 years ago
f0c5db9
Include strings.h so strcasecmp() and strncasecmp() get properly declared.
by Richard Levitte
· 21 years ago
8238469
Typos.
by Dr. Stephen Henson
· 22 years ago
e6fa67f
Generalise the definition of strcasecmp() and strncasecmp() for
by Richard Levitte
· 22 years ago