aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_mem.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Revert "Give BIO_s_mem() the ability to support datagrams"Tomas Mraz2023-01-271-118/+8
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Give BIO_s_mem() the ability to support datagramsMatt Caswell2022-07-281-8/+120
* Avoid NULL+X UB in bss_mem.cjwalch2021-10-191-2/+2
* bio: remove TODOsPauli2021-06-021-4/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Check input size before NULL pointer test inside mem_write()zsugabubus2021-01-211-4/+4
* replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETERDr. David von Oheimb2021-01-161-2/+2
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-301-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* Update copyright yearMatt Caswell2020-08-061-1/+1
* DESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp} use BIO_tell() / BIO_seek()Richard Levitte2020-08-011-3/+22
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIOTomas Mraz2019-06-191-3/+1
* Add testing of RDONLY memory BIOsTomas Mraz2019-04-161-0/+1
* Fix for BIO_get_mem_ptr and related regressionsTomas Mraz2019-04-161-12/+28
* Fix a memory leak in the mem bioCorey Minyard2019-01-211-10/+14
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* BIO_s_mem() write: Skip early when input length is zeroRichard Levitte2018-05-051-0/+2
* Add comments to NULL func ptrs in bio_method_stDaniel Bevenius2017-12-181-2/+2
* Address some code-analysis issues.FdaSilvaYY2017-12-081-16/+12
* Remove parentheses of return.KaoruToda2017-10-181-11/+11
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-1/+1
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+4
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+4
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-4/+4
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Don't leak memory on failure to create a mem BIOMatt Caswell2016-04-281-6/+11
* moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin2016-04-021-0/+8
* sizeof() updated to cover coding styleKirill Marinushkin2016-04-021-2/+2
* Optimized BIO mem read - without reallocationKirill Marinushkin2016-04-021-30/+73
* Make BIO opaqueMatt Caswell2016-03-291-1/+1
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-4/+4
* RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor2016-01-311-2/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* More secure storage of key material.Rich Salz2015-06-231-4/+32
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+2
* size_t for buffer functions.Dr. Stephen Henson2015-02-131-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-222/+214
* Update from stable branch.Dr. Stephen Henson2009-03-071-10/+12
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-1/+1
* Bunch of constifications.Andy Polyakov2007-10-131-1/+1
* Addendum to commit #16654.Andy Polyakov2007-10-091-11/+7
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-2/+6
* Undo change from 1.7 to 1.8:Bodo Möller2000-09-011-4/+2
* Use C syntax, not FORTRAN or whatever that was :-)Bodo Möller2000-09-011-5/+9