aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/encode.c
Commit message (Expand)AuthorAgeFilesLines
* Add EVP_ENCODE_CTX_copyJakub Zelenka2016-07-241-0/+8
* base64 macro: parenthesize for clarityEmilia Kasper2016-06-281-1/+1
* Change the return type of EVP_EncodeUpdateMatt Caswell2016-06-161-4/+6
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell2016-05-031-2/+8
* Avoid overflow in EVP_EncodeUpdateMatt Caswell2016-05-031-1/+1
* GH641: Don't care openssl_zmallocRich Salz2016-02-081-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Make EVP_ENCODE_CTX opaqueRichard Levitte2015-12-111-0/+15
* Fix indentationViktor Dukhovni2015-09-191-7/+7
* base64 decode: check for high bitEmilia Kasper2015-09-171-2/+18
* RT3757: base64 encoding bugsEmilia Kasper2015-09-171-98/+84
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Sanity check EVP_EncodeUpdate buffer lenMatt Caswell2015-04-301-1/+1
* ifdef cleanup, part 4a: '#ifdef undef'Rich Salz2015-01-241-32/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-341/+344
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-3/+6
* evp: prevent underflow in base64 decodingGeoff Thorpe2014-05-061-0/+1
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Fix warnings.Ben Laurie2010-06-121-2/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-8/+7
* More size_tification.Ben Laurie2008-11-011-7/+8
* Bunch of constifications.Andy Polyakov2007-10-131-2/+2
* Do no try to pretend we're at the end of anything unless we're at the endRichard Levitte2005-06-201-1/+1
* If input is bad, we still need to clear the buffer.Ben Laurie2005-04-031-1/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-2/+2
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+2
* Fix CRLF problem in BASE64 decode.Lutz Jänicke2002-04-151-0/+7
* Abdelilah Essiari <aes@george.lbl.gov> reports that for very smallRichard Levitte2000-08-111-0/+10
* Fix warnings.Ben Laurie1999-09-061-2/+2
* Really undo the base64 change so that make test survivesBodo Möller1999-08-181-1/+1
* Undo base64 decoding change (was not a bug fix).Ulf Möller1999-08-141-3/+3
* Fix faulty base64 decoding of data that was 46 or 47 bytes long.Ulf Möller1999-08-131-2/+2
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+11
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-33/+11
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-3/+19
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+422