summaryrefslogtreecommitdiff
path: root/src/src/base64.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Mass-update to GPL-2.0-or-laterJeremy Harris2022-11-271-1/+1
* SPDX: license tags (mostly by guesswork)Jeremy Harris2022-11-271-0/+1
* Copyright updates:exim-4.96-RC0Jeremy Harris2022-04-231-1/+1
* Check query strings of query-style lookups for quoting. Bug 2850Jeremy Harris2022-03-031-7/+8
* Copyright updates:exim-4_94_RC0Jeremy Harris2020-04-301-0/+1
* OpenSSL: support authenticator channel-binding. Bug 2467Jeremy Harris2019-11-171-2/+8
* Track tainted data and refuse to expand itJeremy Harris2019-07-251-2/+2
* constificationJeremy Harris2019-02-101-1/+1
* Use C99 initialisations for iteratorsJeremy Harris2019-02-101-2/+2
* Fix dec64table[] OOB read in b64decode()Tomas Hoger2018-03-121-1/+1
* Update copyright year to 2018Heiko Schlittermann (HS12-RIPE)2018-02-101-1/+1
* Fix base64d() buffer size (CVE-2018-6789)Heiko Schlittermann (HS12-RIPE)2018-02-101-2/+6
* DKIM: Ed25519 signatures (GnuTLS 3.6.0 and later)Jeremy Harris2018-02-061-1/+1
* Copyright year bumps for substantive changes 2017exim-4_90_RC1Jeremy Harris2017-10-261-1/+1
* Use exim string facilities rather than custom parser for DKIM pubkeyJeremy Harris2017-08-091-1/+1
* Copyright year updates (things touched in 2016)Jeremy Harris2016-04-021-1/+1
* PDKIM: Fix use of private-keys having trailing '=' in the base-64. Bug 1781Jeremy Harris2016-01-221-21/+19
* TidyingJeremy Harris2016-01-171-30/+30
* DKIM: fix base64 decode to ignore whitespace; needed for private-key inputJeremy Harris2016-01-051-4/+13
* Consolidate base64 encode/decode routines.Jeremy Harris2015-12-301-0/+278