aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/bio_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-251-0/+4
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* bio: pass flags on BIO_ctrl to make flush retriableihciah2023-08-041-0/+1
* Fix BIO_f_cipher() flushingMatt Caswell2022-12-221-1/+8
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Update copyright yearMatt Caswell2021-06-171-1/+1
* evp: remove TODOsPauli2021-06-021-2/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* Deprecate old style BIO callback callsTomas Mraz2021-05-261-6/+25
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Remove unneeded switch statement to fix warningDane (4cad@silvertoque)2020-02-201-7/+2
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Fix invalid function type casts.Bernd Edlinger2017-12-151-2/+2
* Make BIO_METHOD struct definitions consistentDaniel Bevenius2017-12-091-1/+2
* Remove parentheses of return.KaoruToda2017-10-181-8/+8
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-26/+0
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* evp/bio_enc.c: stop using pointer arithmetic for error detection.Andy Polyakov2016-08-241-2/+5
* evp/bio_enc.c: refine non-overlapping logic.Andy Polyakov2016-08-211-27/+42
* evp/bio_enc.c: perform enc_read operation without using overlapping buffers.Andy Polyakov2016-07-311-9/+27
* Note cipher BIO write errors too.Dr. Stephen Henson2016-07-261-0/+1
* Set error if EVP_CipherUpdate fails.Dr. Stephen Henson2016-07-261-0/+1
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Make BIO opaqueMatt Caswell2016-03-291-40/+60
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-15/+21
* remove 0 assignments.Rich Salz2015-09-031-6/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free cleanup almost the finaleRich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-354/+354
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copyDr. Stephen Henson2010-02-071-2/+4
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-11/+22
* Increase offset for BIO_f_enc() to avoid problems with overlapping buffersDr. Stephen Henson2005-04-281-1/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-2/+2
* Encryption BIOs misbehave when used with non blocking I/O.Dr. Stephen Henson2003-02-271-5/+2
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-1/+1
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-4/+4
* Use the maximum block length for the extra size in the encryptDr. Stephen Henson2001-10-031-3/+6
* Make Rijndael work! Those long flights have some good points.Ben Laurie2000-11-121-3/+4
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-2/+2