Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Matt Caswell
|
38fc02a708
Update copyright year
|
3 years ago |
Pauli
|
1c8c5d4755
bio: remove TODOs
|
3 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
Ross Kinsey
|
8f2fe32df2
Author: Ross Kinsey <RossIKinsey@gmail.com>
|
4 years ago |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 years ago |
Richard Levitte
|
09abbca13f
Following the license change, modify the boilerplates in crypto/bio/
|
6 years ago |
FdaSilvaYY
|
f06080cb3d
Add missing error code when alloc-return-null
|
6 years ago |
Matt Caswell
|
c4d3c19b4c
Update copyright year
|
6 years ago |
Kurt Roeckx
|
4cffafe967
Use the private RNG for data that is not public
|
7 years ago |
Bernd Edlinger
|
fce78bd4ed
Fix invalid function type casts.
|
7 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
7 years ago |
Matt Caswell
|
3befffa39d
Create BIO_write_ex() which handles size_t arguments
|
8 years ago |
Matt Caswell
|
d07aee2c7a
Create BIO_read_ex() which handles size_t arguments
|
8 years ago |
Rich Salz
|
b1322259d9
Copyright consolidation 09/10
|
8 years ago |
Matt Caswell
|
a146ae55ba
Make BIO opaque
|
8 years ago |
David Benjamin
|
04f6b0fd91
RT4660: BIO_METHODs should be const.
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Rich Salz
|
64b25758ed
remove 0 assignments.
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Rich Salz
|
75ebbd9aa4
Use p==NULL not !p (in if statements, mainly)
|
9 years ago |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 years ago |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
9 years ago |
Rich Salz
|
b196e7d936
remove malloc casts
|
9 years ago |
Matt Caswell
|
266483d2f5
RAND_bytes updates
|
9 years ago |
Rich Salz
|
6f91b017bb
Live code cleanup: remove #if 1 stuff
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Ben Laurie
|
c8bbd98a2b
Fix warnings.
|
14 years ago |