index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
bio_b64.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded switch statement to fix warning
Dane (4cad@silvertoque)
2020-02-20
1
-7
/
+2
*
Following the license change, modify the boilerplates in crypto/evp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
bio_b64.c: prevent base64 filter BIO from decoding out-of-bound data
Dr. Matthias St. Pierre
2018-02-27
1
-0
/
+8
*
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 some commented out code in libcrypto
Matt Caswell
2017-02-28
1
-3
/
+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
*
Change the return type of EVP_EncodeUpdate
Matt Caswell
2016-06-16
1
-3
/
+4
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+6
*
fix check
J Mohan Rao Arisankala
2016-05-09
1
-1
/
+1
*
few missing allocation failure checks and releases on error paths
J Mohan Rao Arisankala
2016-05-09
1
-1
/
+6
*
Make BIO opaque
Matt Caswell
2016-03-29
1
-33
/
+52
*
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 BIO_f_base64 to the opaque EVP_ENCODE_CTX
Richard Levitte
2015-12-11
1
-11
/
+14
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-7
/
+1
*
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
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Dead code: if 0 removal from crypto/evp and an unused file.
Rich Salz
2015-02-02
1
-4
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-516
/
+490
*
Initialize num properly.
Dr. Stephen Henson
2014-05-06
1
-0
/
+1
*
Fix base64 decoding bug.
Eric Young
2014-04-02
1
-1
/
+1
*
PR: 2258
Dr. Stephen Henson
2010-05-27
1
-23
/
+54
*
A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
Geoff Thorpe
2003-10-29
1
-1
/
+1
*
Base64 bio fixes. The base64 bio was seriously broken
Dr. Stephen Henson
2003-02-22
1
-6
/
+27
*
Fix bug in base64 bios during write an non blocking I/O:
Dr. Stephen Henson
2003-02-20
1
-4
/
+1
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-0
/
+1
*
In certain cases, no encoding has been set up for the b64 filter. In
Richard Levitte
2001-10-11
1
-2
/
+3
*
When data are written out in very small blocks (less than 3 bytes in
Richard Levitte
2000-07-26
1
-4
/
+11
*
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
-7
/
+7
*
Move the registration of callback functions to special functions
Richard Levitte
2000-02-21
1
-0
/
+16
*
Fix for base64 BIO decoding bug
Dr. Stephen Henson
1999-10-02
1
-1
/
+1
*
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
-18
/
+6
*
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall
1998-12-21
1
-11
/
+106
*
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall
1998-12-21
1
-0
/
+452