aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/bio_enc.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-354/+354
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+1
2010-02-07Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copyDr. Stephen Henson1-2/+4
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-11/+22
2005-04-28Increase offset for BIO_f_enc() to avoid problems with overlapping buffersDr. Stephen Henson1-1/+1
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-2/+2
2003-02-27Encryption BIOs misbehave when used with non blocking I/O.Dr. Stephen Henson1-5/+2
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-1/+1
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte1-1/+1
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson1-4/+4
2001-10-03Use the maximum block length for the extra size in the encryptDr. Stephen Henson1-3/+6
2000-11-12Make Rijndael work! Those long flights have some good points.Ben Laurie1-3/+4
2000-06-21Fixes for Win32 build.Dr. Stephen Henson1-2/+2
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-8/+8
2000-02-20Move the registration of callback functions to special functionsRichard Levitte1-0/+16
1999-08-24Fix for a bug which meant encrypting BIOs sometimes wouldn't read the finalDr. Stephen Henson1-3/+11
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-11/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-24/+8
1999-04-17Massive constification.Ben Laurie1-3/+3
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-1/+6
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+22
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+402