summaryrefslogtreecommitdiffstats
path: root/crypto/evp/bio_enc.c
AgeCommit message (Expand)Author
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-08-04bio: pass flags on BIO_ctrl to make flush retriableihciah
2022-12-22Fix BIO_f_cipher() flushingMatt Caswell
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-06-17Update copyright yearMatt Caswell
2021-06-02evp: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-20Remove unneeded switch statement to fix warningDane (4cad@silvertoque)
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-12-09Make BIO_METHOD struct definitions consistentDaniel Bevenius
2017-10-18Remove parentheses of return.KaoruToda
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-08-24evp/bio_enc.c: stop using pointer arithmetic for error detection.Andy Polyakov
2016-08-21evp/bio_enc.c: refine non-overlapping logic.Andy Polyakov
2016-07-31evp/bio_enc.c: perform enc_read operation without using overlapping buffers.Andy Polyakov
2016-07-26Note cipher BIO write errors too.Dr. Stephen Henson
2016-07-26Set error if EVP_CipherUpdate fails.Dr. Stephen Henson
2016-05-17Copyright consolidation 04/10Rich Salz
2016-03-29Make BIO opaqueMatt Caswell
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2015-09-03remove 0 assignments.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2010-02-07Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copyDr. Stephen Henson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2005-04-28Increase offset for BIO_f_enc() to avoid problems with overlapping buffersDr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-02-27Encryption BIOs misbehave when used with non blocking I/O.Dr. Stephen Henson
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-03Use the maximum block length for the extra size in the encryptDr. Stephen Henson
2000-11-12Make Rijndael work! Those long flights have some good points.Ben Laurie
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte