index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
o_str.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Fix misc external ossl_ symbols.
Shane Lontis
2021-03-18
1
-5
/
+5
*
openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short...
Dr. David von Oheimb
2020-12-10
1
-1
/
+6
*
Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separator
Shane Lontis
2020-12-07
1
-4
/
+5
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-7
/
+7
*
Enable WinCE build without deceiving _MSC_VER.
aSoujyuTanaka
2020-07-15
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-06-04
1
-1
/
+1
*
Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...
Shane Lontis
2020-05-26
1
-34
/
+66
*
Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()
Richard Levitte
2019-08-12
1
-36
/
+85
*
Remove some utilities from the core to provider interface
Matt Caswell
2019-07-23
1
-0
/
+120
*
Make allocation/free/clean available to providers
Rich Salz
2019-07-11
1
-122
/
+0
*
Remove OPENSSL_memcmp.
Pauli
2019-06-21
1
-12
/
+0
*
Fix error handling at openssl_strerror_r
Bernd Edlinger
2019-06-18
1
-1
/
+1
*
openssl_strerror_r: Fix handling of GNU strerror_r
Vitezslav Cizek
2019-03-04
1
-3
/
+22
*
Following the license change, modify the boilerplates in crypto/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Revert "GH614: Use memcpy()/strdup() when possible"
Pauli
2017-09-14
1
-4
/
+2
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-1
/
+1
*
Use "" not <> on e_os.h include
Rich Salz
2017-08-22
1
-1
/
+1
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-2
/
+1
*
Address some -Wold-style-declaration warnings
Benjamin Kaduk
2017-05-01
1
-1
/
+1
*
Add -Wundef to --strict-warnings options.
Bernd Edlinger
2017-02-24
1
-1
/
+2
*
buf2hexstr: properly deal with empty string
Kurt Roeckx
2016-06-21
1
-1
/
+6
*
Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmp
Richard Levitte
2016-05-28
1
-43
/
+0
*
crypto/o_str.c: add _GNU_SOURCE strerror_r case.
Andy Polyakov
2016-05-27
1
-1
/
+3
*
crypto/o_str.c: strerror_s is provided by specific compiler run-time,
Andy Polyakov
2016-05-27
1
-4
/
+2
*
Use strerror_r()/strerror_s() instead of strerror() where possible
Matt Caswell
2016-05-24
1
-0
/
+28
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Unsigned chars can't be negative
Matt Caswell
2016-04-18
1
-4
/
+5
*
Make string_to_hex/hex_to_string public
Rich Salz
2016-04-18
1
-0
/
+114
*
Fix master compile error
Matt Caswell
2016-02-26
1
-1
/
+1
*
GH680: Reuse strnlen() in strndup()
Dmitry-Me
2016-02-26
1
-5
/
+1
*
GH614: Use memcpy()/strdup() when possible
Dmitry-Me
2016-02-03
1
-2
/
+4
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove the "eay" c-file-style indicators
Richard Levitte
2015-12-18
1
-1
/
+1
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-0
/
+81
*
Identify and move OpenSSL internal header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
ifdef cleanup part 3: OPENSSL_SYSNAME
Rich Salz
2015-01-23
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-35
/
+40
*
Improve WINCE support.
Andy Polyakov
2013-01-19
1
-1
/
+1
*
PR: 1945
Dr. Stephen Henson
2009-06-01
1
-1
/
+3
*
<strings.h> does not exist under WIN32.
Dr. Stephen Henson
2008-01-14
1
-1
/
+1
*
Missing headers.
Ben Laurie
2008-01-12
1
-0
/
+4
*
"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.
Andy Polyakov
2005-09-20
1
-0
/
+9
*
Rely on e_os.h to appropriately define str[n]casecmp in non-POSIX
Andy Polyakov
2005-01-13
1
-9
/
+5
*
Borrow #include <string[s].h> from e_os.h.
Andy Polyakov
2004-12-31
1
-6
/
+1
*
o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() and
Richard Levitte
2004-07-08
1
-2
/
+6
*
Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.
Richard Levitte
2004-05-14
1
-0
/
+3
*
Typo...
Richard Levitte
2004-03-24
1
-1
/
+1
*
Make sure toupper() is properly declared.
Richard Levitte
2004-03-24
1
-0
/
+1
*
Include strings.h so strcasecmp() and strncasecmp() get properly declared.
Richard Levitte
2003-12-27
1
-1
/
+2
[next]