index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
bio_enc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-8
/
+8
*
Remove some commented out code in libcrypto
Matt Caswell
2017-02-28
1
-26
/
+0
*
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
*
evp/bio_enc.c: stop using pointer arithmetic for error detection.
Andy Polyakov
2016-08-24
1
-2
/
+5
*
evp/bio_enc.c: refine non-overlapping logic.
Andy Polyakov
2016-08-21
1
-27
/
+42
*
evp/bio_enc.c: perform enc_read operation without using overlapping buffers.
Andy Polyakov
2016-07-31
1
-9
/
+27
*
Note cipher BIO write errors too.
Dr. Stephen Henson
2016-07-26
1
-0
/
+1
*
Set error if EVP_CipherUpdate fails.
Dr. Stephen Henson
2016-07-26
1
-0
/
+1
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Make BIO opaque
Matt Caswell
2016-03-29
1
-40
/
+60
*
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
*
Adapt all EVP_CIPHER_CTX users for it becoming opaque
Richard Levitte
2016-01-12
1
-15
/
+21
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-6
/
+2
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+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
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-354
/
+354
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+1
*
Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy
Dr. Stephen Henson
2010-02-07
1
-2
/
+4
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-11
/
+22
*
Increase offset for BIO_f_enc() to avoid problems with overlapping buffers
Dr. Stephen Henson
2005-04-28
1
-1
/
+1
*
Constify d2i, s2i, c2i and r2i functions and other associated
Richard Levitte
2004-03-16
1
-2
/
+2
*
Encryption BIOs misbehave when used with non blocking I/O.
Dr. Stephen Henson
2003-02-27
1
-5
/
+2
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-1
/
+1
*
Check the return values where memory allocation failures may happen.
Richard Levitte
2002-05-30
1
-1
/
+1
*
Modify EVP cipher behaviour in a similar way
Dr. Stephen Henson
2001-10-17
1
-4
/
+4
*
Use the maximum block length for the extra size in the encrypt
Dr. Stephen Henson
2001-10-03
1
-3
/
+6
*
Make Rijndael work! Those long flights have some good points.
Ben Laurie
2000-11-12
1
-3
/
+4
*
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
-8
/
+8
*
Move the registration of callback functions to special functions
Richard Levitte
2000-02-21
1
-0
/
+16
*
Fix for a bug which meant encrypting BIOs sometimes wouldn't read the final
Dr. Stephen Henson
1999-08-24
1
-3
/
+11
*
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
-2
/
+2
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-24
/
+8
*
Massive constification.
Ben Laurie
1999-04-17
1
-3
/
+3
*
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
Ralf S. Engelschall
1998-12-21
1
-1
/
+6
*
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall
1998-12-21
1
-1
/
+22
*
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall
1998-12-21
1
-0
/
+402