summaryrefslogtreecommitdiff
path: root/crypto/evp/encode.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings.ben2010-06-121-2/+1
* Revert the size_t modifications from HEAD that had led to moregeoff2008-11-121-8/+7
* More size_tification.ben2008-11-011-7/+8
* Bunch of constifications.appro2007-10-131-2/+2
* Do no try to pretend we're at the end of anything unless we're at the endlevitte2005-06-201-1/+1
* If input is bad, we still need to clear the buffer.ben2005-04-031-1/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedLEVITTE_after_constlevitte2004-03-151-2/+2
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.geoff2003-10-291-2/+2
* Security fixes brought forward from 0.9.7.ben2002-11-131-0/+2
* Fix CRLF problem in BASE64 decode.jaenicke2002-04-151-0/+7
* Abdelilah Essiari <aes@george.lbl.gov> reports that for very smalllevitte2000-08-111-0/+10
* Fix warnings.ben1999-09-061-2/+2
* Really undo the base64 change so that make test survivesbodo1999-08-181-1/+1
* Undo base64 decoding change (was not a bug fix).ulf1999-08-141-3/+3
* Fix faulty base64 decoding of data that was 46 or 47 bytes long.ulf1999-08-131-2/+2
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).ulf1999-06-041-0/+11
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-1/+1
* Change functions to ANSI C.ulf1999-04-191-36/+30
* Initial revisionrse1998-12-211-0/+422