Matt Caswell
|
f5afac4bda
Update copyright year
|
3 anni fa |
Pauli
|
d32fc2c51b
bio_printf: add \0 terminators for error returns in floating point conversions.
|
3 anni fa |
Pauli
|
4e1ebda9d9
bio: add a malloc failed error to BIO_print
|
3 anni fa |
Pauli
|
7b42408756
remove unused assignments
|
4 anni fa |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 anni fa |
Matt Caswell
|
00c405b365
Update copyright year
|
4 anni fa |
Bernd Edlinger
|
41dccd68b9
Revert the check for NaN in %f format
|
4 anni fa |
Bernd Edlinger
|
082c041b42
bio printf: Avoid using rounding errors in range check
|
4 anni fa |
Dr. Matthias St. Pierre
|
25f2138b0a
Reorganize private crypto header files
|
5 anni fa |
Richard Levitte
|
09abbca13f
Following the license change, modify the boilerplates in crypto/bio/
|
6 anni fa |
Richard Levitte
|
28428130db
Update copyright year
|
6 anni fa |
Rich Salz
|
cdb10bae3f
Set error code on alloc failures
|
6 anni fa |
Rich Salz
|
cbe2964821
Consistent formatting for sizeof(foo)
|
7 anni fa |
Andy Polyakov
|
3a63c0edab
Resolve warnings in VC-WIN32 build, which allows to add /WX.
|
7 anni fa |
FdaSilvaYY
|
f479eab227
style : fix some if(...
|
7 anni fa |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 anni fa |
Pauli
|
a1df06b363
This has been added to avoid the situation where some host ctype.h functions
|
7 anni fa |
Matt Caswell
|
888098304b
More updates following review feedback
|
7 anni fa |
Matt Caswell
|
86f31dd9cc
Remove OPENSSL_assert() from various crypto/bio files
|
7 anni fa |
Bernd Edlinger
|
018fcbec38
Fix gcc-7 warnings.
|
7 anni fa |
Andy Polyakov
|
15b337fa58
bio/b_print.c: switch to int64_t as "greatest-width integer type".
|
7 anni fa |
Andy Polyakov
|
74d9519a68
bio/b_print.c: recognize even 'j' format modifier.
|
7 anni fa |
Andy Polyakov
|
c141782130
bio/b_print.c: fix %z failure in 32-bit build.
|
7 anni fa |
Richard Levitte
|
1e53a9fd1a
Add z modifier parsing to the BIO_printf et all format string
|
7 anni fa |
Kurt Roeckx
|
68d4bcfd06
Fix VC warnings about unary minus to an unsigned type.
|
7 anni fa |
Kurt Roeckx
|
1618679ac4
Cast to an unsigned type before negating
|
8 anni fa |
Matt Caswell
|
416a5b6c92
BIO_printf() can fail to print the last character
|
8 anni fa |
Richard Levitte
|
453fc7a018
Make sure max in fmtstr() doesn't overflow into negativity
|
8 anni fa |
Richard Levitte
|
230c691a52
Fix fmtstr for BIO_printf() et al
|
8 anni fa |
Matt Caswell
|
1b62d880b5
Prevent an overflow when trying to print excessively big floats
|
8 anni fa |