Matt Caswell
|
3c2bdd7df9
Update copyright year
|
3 년 전 |
Shane Lontis
|
9500c8234d
Fix misc external ossl_ symbols.
|
3 년 전 |
Dr. David von Oheimb
|
98ba251fe6
openssl_hexstr2buf_sep(): Prevent misleading 'malloc failure' errors on short input
|
3 년 전 |
Shane Lontis
|
abdd3fa04f
Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separator
|
4 년 전 |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 년 전 |
aSoujyuTanaka
|
c35b853576
Enable WinCE build without deceiving _MSC_VER.
|
4 년 전 |
Matt Caswell
|
00c405b365
Update copyright year
|
4 년 전 |
Shane Lontis
|
f32af93c92
Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR_error_string.pod
|
4 년 전 |
Richard Levitte
|
82bd7c2cbd
Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()
|
5 년 전 |
Matt Caswell
|
037439c46a
Remove some utilities from the core to provider interface
|
5 년 전 |
Rich Salz
|
b60cba3c5d
Make allocation/free/clean available to providers
|
5 년 전 |
Pauli
|
32ee452496
Remove OPENSSL_memcmp.
|
5 년 전 |
Bernd Edlinger
|
e7a4682d0b
Fix error handling at openssl_strerror_r
|
5 년 전 |
Vitezslav Cizek
|
e3b35d2b29
openssl_strerror_r: Fix handling of GNU strerror_r
|
5 년 전 |
Richard Levitte
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
6 년 전 |
Pauli
|
4cacc9d510
Revert "GH614: Use memcpy()/strdup() when possible"
|
7 년 전 |
Pauli
|
07016a8a31
Move e_os.h to be the very first include.
|
7 년 전 |
Rich Salz
|
bef7a81530
Use "" not <> on e_os.h include
|
7 년 전 |
Pauli
|
a1df06b363
This has been added to avoid the situation where some host ctype.h functions
|
7 년 전 |
Benjamin Kaduk
|
f44903a428
Address some -Wold-style-declaration warnings
|
7 년 전 |
Bernd Edlinger
|
01b76c2c5d
Add -Wundef to --strict-warnings options.
|
7 년 전 |
Kurt Roeckx
|
01238aec40
buf2hexstr: properly deal with empty string
|
8 년 전 |
Richard Levitte
|
7233bea263
Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmp
|
8 년 전 |
Andy Polyakov
|
efdb2d6c79
crypto/o_str.c: add _GNU_SOURCE strerror_r case.
|
8 년 전 |
Andy Polyakov
|
43c4116cd7
crypto/o_str.c: strerror_s is provided by specific compiler run-time,
|
8 년 전 |
Matt Caswell
|
7d37818dac
Use strerror_r()/strerror_s() instead of strerror() where possible
|
8 년 전 |
Rich Salz
|
6286757141
Copyright consolidation 04/10
|
8 년 전 |
Matt Caswell
|
235f932930
Unsigned chars can't be negative
|
8 년 전 |
Rich Salz
|
14f051a0ae
Make string_to_hex/hex_to_string public
|
8 년 전 |
Matt Caswell
|
b6e785842a
Fix master compile error
|
8 년 전 |