aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/encode.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz1-32/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-341/+344
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-3/+6
2014-05-06evp: prevent underflow in base64 decodingGeoff Thorpe1-0/+1
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1
2010-06-12Fix warnings.Ben Laurie1-2/+1
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-8/+7
2008-11-01More size_tification.Ben Laurie1-7/+8
2007-10-13Bunch of constifications.Andy Polyakov1-2/+2
2005-06-20Do no try to pretend we're at the end of anything unless we're at the endRichard Levitte1-1/+1
2005-04-03If input is bad, we still need to clear the buffer.Ben Laurie1-1/+1
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-2/+2
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-2/+2
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-0/+2
2002-04-15Fix CRLF problem in BASE64 decode.Lutz Jänicke1-0/+7
2000-08-11Abdelilah Essiari <aes@george.lbl.gov> reports that for very smallRichard Levitte1-0/+10
1999-09-06Fix warnings.Ben Laurie1-2/+2
1999-08-18Really undo the base64 change so that make test survivesBodo Möller1-1/+1
1999-08-14Undo base64 decoding change (was not a bug fix).Ulf Möller1-3/+3
1999-08-13Fix faulty base64 decoding of data that was 46 or 47 bytes long.Ulf Möller1-2/+2
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1-0/+11
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-33/+11
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-3/+19
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+422