index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
bio_ok.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fix Typos
Antoine Cœur
2019-07-01
1
-2
/
+2
*
Following the license change, modify the boilerplates in crypto/evp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Fix invalid function type casts.
Bernd Edlinger
2017-12-15
1
-2
/
+2
*
Make BIO_METHOD struct definitions consistent
Daniel Bevenius
2017-12-09
1
-1
/
+2
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-5
/
+5
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-1
/
+1
*
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
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-1
/
+1
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-54
/
+6
*
few missing allocation failure checks and releases on error paths
J Mohan Rao Arisankala
2016-05-09
1
-0
/
+4
*
Make BIO opaque
Matt Caswell
2016-03-29
1
-40
/
+57
*
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
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-2
/
+2
*
Add inclusion of internal/evp_int.h to all crypto/ files that need it
Richard Levitte
2015-12-07
1
-0
/
+1
*
Have other crypto/evp files include evp_locl.h
Richard Levitte
2015-12-07
1
-28
/
+45
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-9
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-2
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-2
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-1
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-530
/
+529
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+1
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-27
/
+76
*
Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff.
Andy Polyakov
2004-08-29
1
-2
/
+4
*
Make bio_ok.c Microsoft compiler savvy.
Andy Polyakov
2004-07-25
1
-4
/
+4
*
Make bio_ok.c 64-bit savvy.
Andy Polyakov
2004-07-25
1
-24
/
+22
*
Correct documentation typos.
Richard Levitte
2003-12-27
1
-1
/
+1
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-1
/
+1
*
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
Dr. Stephen Henson
2001-10-16
1
-7
/
+7
*
Really add the EVP and all of the DES changes.
Ben Laurie
2001-07-31
1
-16
/
+22
*
Change all calls to low level digest routines in the library and
Dr. Stephen Henson
2001-06-20
1
-5
/
+5
*
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
/
+17
*
ispell (and minor modifications)
Ulf Möller
2000-02-04
1
-5
/
+5
*
Source code cleanups: Use void * rather than char * in lhash,
Ulf Möller
2000-01-30
1
-2
/
+2
*
Check RAND_bytes() return value or use RAND_pseudo_bytes().
Ulf Möller
2000-01-21
1
-1
/
+1
*
Don't mix real tabs with tabs expanded as 8 spaces -- that's
Bodo Möller
1999-06-07
1
-1
/
+1
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-13
/
+0
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-4
/
+4
*
Work with -pedantic!
Ben Laurie
1999-04-23
1
-1
/
+2
*
Fix lots of warnings.
Ulf Möller
1999-04-21
1
-4
/
+4
[next]