index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
/
bss_mem.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Revert "Give BIO_s_mem() the ability to support datagrams"
Tomas Mraz
2023-01-27
1
-118
/
+8
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-3
/
+1
*
Give BIO_s_mem() the ability to support datagrams
Matt Caswell
2022-07-28
1
-8
/
+120
*
Avoid NULL+X UB in bss_mem.c
jwalch
2021-10-19
1
-2
/
+2
*
bio: remove TODOs
Pauli
2021-06-02
1
-4
/
+0
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Check input size before NULL pointer test inside mem_write()
zsugabubus
2021-01-21
1
-4
/
+4
*
replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETER
Dr. David von Oheimb
2021-01-16
1
-2
/
+2
*
Fix instances of pointer addition with the NULL pointer
Matt Caswell
2020-11-30
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-3
/
+3
*
Update copyright year
Matt Caswell
2020-08-06
1
-1
/
+1
*
DESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp} use BIO_tell() / BIO_seek()
Richard Levitte
2020-08-01
1
-3
/
+22
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIO
Tomas Mraz
2019-06-19
1
-3
/
+1
*
Add testing of RDONLY memory BIOs
Tomas Mraz
2019-04-16
1
-0
/
+1
*
Fix for BIO_get_mem_ptr and related regressions
Tomas Mraz
2019-04-16
1
-12
/
+28
*
Fix a memory leak in the mem bio
Corey Minyard
2019-01-21
1
-10
/
+14
*
Following the license change, modify the boilerplates in crypto/bio/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
BIO_s_mem() write: Skip early when input length is zero
Richard Levitte
2018-05-05
1
-0
/
+2
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-17
1
-2
/
+2
*
Address some code-analysis issues.
FdaSilvaYY
2017-12-08
1
-16
/
+12
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-11
/
+11
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-1
/
+1
*
Create BIO_write_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+4
*
Create BIO_read_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+4
*
spelling fixes, just comments and readme.
klemens
2016-08-06
1
-1
/
+1
*
Fix a few if(, for(, while( inside code.
FdaSilvaYY
2016-07-20
1
-4
/
+4
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Don't leak memory on failure to create a mem BIO
Matt Caswell
2016-04-28
1
-6
/
+11
*
moved structure bio_buf_mem_st from headers to bss_mem.c
Kirill Marinushkin
2016-04-02
1
-0
/
+8
*
sizeof() updated to cover coding style
Kirill Marinushkin
2016-04-02
1
-2
/
+2
*
Optimized BIO mem read - without reallocation
Kirill Marinushkin
2016-04-02
1
-30
/
+73
*
Make BIO opaque
Matt Caswell
2016-03-29
1
-1
/
+1
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-4
/
+4
*
RT4129: BUF_new_mem_buf should take const void *
Daniel Kahn Gillmor
2016-01-31
1
-2
/
+3
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
More secure storage of key material.
Rich Salz
2015-06-23
1
-4
/
+32
*
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
-2
/
+2
*
size_t for buffer functions.
Dr. Stephen Henson
2015-02-13
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-222
/
+214
*
Update from stable branch.
Dr. Stephen Henson
2009-03-07
1
-10
/
+12
*
Fix a variety of warnings generated by some elevated compiler-fascism,
Geoff Thorpe
2008-03-16
1
-1
/
+1
*
Bunch of constifications.
Andy Polyakov
2007-10-13
1
-1
/
+1
*
Addendum to commit #16654.
Andy Polyakov
2007-10-09
1
-11
/
+7
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-2
/
+6
*
Undo change from 1.7 to 1.8:
Bodo Möller
2000-09-01
1
-4
/
+2
*
Use C syntax, not FORTRAN or whatever that was :-)
Bodo Möller
2000-09-01
1
-5
/
+9
[next]