summaryrefslogtreecommitdiffstats
path: root/crypto/evp/encode.c
AgeCommit message (Expand)Author
2020-06-25Update copyright yearMatt Caswell
2020-06-19Remove whitespace from 'white space'haykam821
2020-06-16EVP: allow empty strings to EVP_Decode* functionsRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-02-13Added new EVP/KDF API.David Makepeace
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-13Add support for the SRP base64 alphabetMatt Caswell
2018-04-13Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functionsMatt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2016-07-24Add EVP_ENCODE_CTX_copyJakub Zelenka
2016-06-28base64 macro: parenthesize for clarityEmilia Kasper
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-03Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell
2016-05-03Avoid overflow in EVP_EncodeUpdateMatt Caswell
2016-02-08GH641: Don't care openssl_zmallocRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-11Make EVP_ENCODE_CTX opaqueRichard Levitte
2015-09-19Fix indentationViktor Dukhovni
2015-09-17base64 decode: check for high bitEmilia Kasper
2015-09-17RT3757: base64 encoding bugsEmilia Kasper
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-04-30Sanity check EVP_EncodeUpdate buffer lenMatt Caswell
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-05-06evp: prevent underflow in base64 decodingGeoff Thorpe
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2010-06-12Fix warnings.Ben Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2007-10-13Bunch of constifications.Andy Polyakov
2005-06-20Do no try to pretend we're at the end of anything unless we're at the endRichard Levitte
2005-04-03If input is bad, we still need to clear the buffer.Ben Laurie
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-04-15Fix CRLF problem in BASE64 decode.Lutz Jänicke
2000-08-11Abdelilah Essiari <aes@george.lbl.gov> reports that for very smallRichard Levitte
1999-09-06Fix warnings.Ben Laurie
1999-08-18Really undo the base64 change so that make test survivesBodo Möller
1999-08-14Undo base64 decoding change (was not a bug fix).Ulf Möller
1999-08-13Fix faulty base64 decoding of data that was 46 or 47 bytes long.Ulf Möller
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller