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
*
crypto: factorize to hex chars conversion code.
FdaSilvaYY
2024-08-07
1
-7
/
+11
*
Add an OPENSSL_strtoul wrapper
Neil Horman
2024-07-18
1
-0
/
+68
*
OPENSSL_hexstr2buf_ex(): Handle zero-length input correctly
Tomas Mraz
2024-07-02
1
-2
/
+4
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Fix off by one issue in buf2hexstr_sep()
shridhar kalavagunta
2024-03-01
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-28
1
-1
/
+1
*
Update OPENSSL_buf2hexstr() to use DEFAULT_SEPARATOR.
Pan Lanlan
2023-09-18
1
-4
/
+4
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-9
/
+3
*
strcasecmp: implement strcasecmp and strncasecmp
Pauli
2022-05-23
1
-88
/
+14
*
Always try locale initialization from OPENSSL_strcasecmp
Tomas Mraz
2022-05-13
1
-7
/
+41
*
Add fallback in case of locale initialization failure
Tomas Mraz
2022-05-13
1
-5
/
+16
*
Avoid code duplication for locale initialization
Tomas Mraz
2022-05-13
1
-15
/
+5
*
Move OPENSSL_strcasecmp() and related to o_str.c
Tomas Mraz
2022-05-13
1
-0
/
+65
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Change `strlen' argument name to `strlength' to avoid c++ reserved words.
Pauli
2022-02-28
1
-5
/
+5
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
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
[next]