index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
o_str.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-30
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-23
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-13
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
*
Typos.
Dr. Stephen Henson
2003-09-09
1
-1
/
+2
*
Generalise the definition of strcasecmp() and strncasecmp() for
Richard Levitte
2003-09-09
1
-0
/
+95