summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp/encode.c
AgeCommit message (Expand)Author
2022-11-26Make internal header file names consistentTheo Buehler
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2020-03-04Check high bit for base64 decodeKinichiro Inoguchi
2020-03-03Fix base64 processing of long linesKinichiro Inoguchi
2019-01-19provide EVP_ENCODE_CTX_{new,free}().Theo Buehler
2018-08-24Convert EVP_EncodeUpdate() to return an int to allow for errorTheo Buehler
2016-05-04fix for integer overflow in encode and encrypt update functions.Ted Unangst
2016-05-04revert the big change from yesterday to prepare for smaller commits.Ted Unangst
2016-05-03prefer limits.h over sys/limits.hBrent Cook
2016-05-03patch from openssl for multiple issues:Ted Unangst
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2014-08-06Allow B64_EOF to follow a base64 padding character. This restores previousJoel Sing
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-15More KNF.Joel Sing
2014-05-03Add checks for invalid base64 encoded data, specifically relating to theJoel Sing
2014-05-03It is definitly not the correct spelling.Joel Sing
2014-05-03KNF.Joel Sing
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternityBob Beck
2011-11-03openssl-1.0.0e: resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2008-09-06resolve conflictsDamien Miller
2006-06-27resolve conflictsDamien Miller
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-03-19OpenSSL 0.9.5 mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker