index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
/
bf_nbio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Following the license change, modify the boilerplates in crypto/bio/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add missing error code when alloc-return-null
FdaSilvaYY
2018-04-26
1
-1
/
+3
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
Use the private RNG for data that is not public
Kurt Roeckx
2018-04-02
1
-2
/
+2
*
Fix invalid function type casts.
Bernd Edlinger
2017-12-15
1
-2
/
+2
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-17
/
+17
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-2
/
+2
*
Create BIO_write_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+2
*
Create BIO_read_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+2
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Make BIO opaque
Matt Caswell
2016-03-29
1
-1
/
+1
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-2
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-2
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-2
/
+4
*
Live code cleanup: remove #if 1 stuff
Rich Salz
2015-02-06
1
-10
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-162
/
+160
*
Fix warnings.
Ben Laurie
2010-06-12
1
-2
/
+0
*
Re enable the read side non blocking test BIO code.
Dr. Stephen Henson
2003-02-20
1
-2
/
+2
*
Check the return values where memory allocation failures may happen.
Richard Levitte
2002-05-30
1
-1
/
+1
*
Start to reduce some of the header bloat.
Ben Laurie
2001-08-05
1
-1
/
+0
*
Fixes for Win32 build.
Dr. Stephen Henson
2000-06-21
1
-2
/
+2
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-2
/
+2
*
Get rid of more non-ANSI declarations.
Ulf Möller
2000-05-16
1
-6
/
+6
*
Move the registration of callback functions to special functions
Richard Levitte
2000-02-21
1
-0
/
+16
*
Check RAND_bytes() return value or use RAND_pseudo_bytes().
Ulf Möller
2000-01-21
1
-2
/
+2
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-11
/
+0
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-3
/
+3
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-25
/
+8
*
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall
1998-12-21
1
-2
/
+4
*
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall
1998-12-21
1
-0
/
+266