Pan Lanlan
|
861027ffd0
Update OPENSSL_buf2hexstr() to use DEFAULT_SEPARATOR.
|
1 year ago |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Pauli
|
fb4cdca053
strcasecmp: implement strcasecmp and strncasecmp
|
2 years ago |
Tomas Mraz
|
f505be999f
Always try locale initialization from OPENSSL_strcasecmp
|
2 years ago |
Tomas Mraz
|
92d0501677
Add fallback in case of locale initialization failure
|
2 years ago |
Tomas Mraz
|
26ccb0e4e0
Avoid code duplication for locale initialization
|
2 years ago |
Tomas Mraz
|
71c17c36d9
Move OPENSSL_strcasecmp() and related to o_str.c
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
Pauli
|
28e141c45d
Change `strlen' argument name to `strlength' to avoid c++ reserved words.
|
2 years ago |
Richard Levitte
|
d5f9166bac
Move e_os.h to include/internal
|
2 years ago |
Matt Caswell
|
3c2bdd7df9
Update copyright year
|
3 years ago |
Shane Lontis
|
9500c8234d
Fix misc external ossl_ symbols.
|
3 years ago |
Dr. David von Oheimb
|
98ba251fe6
openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short input
|
3 years ago |
Shane Lontis
|
abdd3fa04f
Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separator
|
4 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
aSoujyuTanaka
|
c35b853576
Enable WinCE build without deceiving _MSC_VER.
|
4 years ago |
Matt Caswell
|
00c405b365
Update copyright year
|
4 years ago |
Shane Lontis
|
f32af93c92
Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR_error_string.pod
|
4 years ago |
Richard Levitte
|
82bd7c2cbd
Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()
|
5 years ago |
Matt Caswell
|
037439c46a
Remove some utilities from the core to provider interface
|
5 years ago |
Rich Salz
|
b60cba3c5d
Make allocation/free/clean available to providers
|
5 years ago |
Pauli
|
32ee452496
Remove OPENSSL_memcmp.
|
5 years ago |
Bernd Edlinger
|
e7a4682d0b
Fix error handling at openssl_strerror_r
|
5 years ago |
Vitezslav Cizek
|
e3b35d2b29
openssl_strerror_r: Fix handling of GNU strerror_r
|
5 years ago |
Richard Levitte
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 years ago |
Pauli
|
4cacc9d510
Revert "GH614: Use memcpy()/strdup() when possible"
|
7 years ago |
Pauli
|
07016a8a31
Move e_os.h to be the very first include.
|
7 years ago |
Rich Salz
|
bef7a81530
Use "" not <> on e_os.h include
|
7 years ago |
Pauli
|
a1df06b363
This has been added to avoid the situation where some host ctype.h functions
|
7 years ago |
Benjamin Kaduk
|
f44903a428
Address some -Wold-style-declaration warnings
|
7 years ago |