summaryrefslogtreecommitdiff
path: root/crypto/evp/bio_enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-8/+8
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+16
* Fix for a bug which meant encrypting BIOs sometimes wouldn't read the finalDr. Stephen Henson1999-08-241-3/+11
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-11/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-24/+8
* Massive constification.Ben Laurie1999-04-171-3/+3
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1998-12-211-1/+6
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+22