summaryrefslogtreecommitdiff
path: root/src/src/tlscert-openssl.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
* OpenSSL: strip spaces & newlines from cert signature expansionJeremy Harris2022-08-151-1/+9
* Copyright updates:exim-4.96-RC0Jeremy Harris2022-04-231-0/+1
* Check query strings of query-style lookups for quoting. Bug 2850Jeremy Harris2022-03-031-3/+3
* tidyingJeremy Harris2019-09-031-9/+8
* Always check return from tls_export_cert()Heiko Schlittermann (HS12-RIPE)2019-08-301-3/+3
* Track tainted data and refuse to expand itJeremy Harris2019-07-251-4/+4
* Fix build with recent LibreSSL, when including DANE. Bug 2386Jeremy Harris2019-04-011-3/+9
* constificationJeremy Harris2019-02-101-1/+1
* Use C99 initialisations for iteratorsJeremy Harris2019-02-101-10/+4
* Use single-bit fields for global flagsJeremy Harris2018-08-221-1/+1
* Update copyright year to 2018Heiko Schlittermann (HS12-RIPE)2018-02-101-1/+1
* OpenSSL: avoid using now-deprecated routines on newer versionsJeremy Harris2017-11-161-5/+8
* Copyright year bumps for substantive changes 2017exim-4_90_RC1Jeremy Harris2017-10-261-1/+1
* Tidy build for OpenBSDJeremy Harris2017-10-141-2/+2
* String handling: refactor the expanding-string routines and users to use a de...Jeremy Harris2017-10-141-12/+9
* Use retval from sprintf while walking buffersJeremy Harris2017-08-011-2/+1
* Transform string_append_listele{,_n}() to proper expanding-string triplet int...Jeremy Harris2017-07-031-11/+10
* Copyright year updates (things touched in 2016)Jeremy Harris2016-04-021-1/+1
* tidying: coverity issuesJeremy Harris2016-03-051-2/+2
* TLS: support build with OpenSSL 1.1.0 Bug 1771Jeremy Harris2016-02-101-1/+9
* Support certificates in base64 expansion operator. Bug 1762Jeremy Harris2015-12-301-0/+20
* Source: Remove trailing whitespaces from src/*.{h,c}Heiko Schlittermann (HS12-RIPE)2015-11-011-9/+9
* Compiler quieteningHeiko Schlittermann (HS12-RIPE)2015-08-091-2/+2
* Before importing a certificate, free any previous one. Bug 1648Jeremy Harris2015-06-221-2/+7
* Before importing a certificate, free any previous one. Bug 1648Jeremy Harris2015-06-211-1/+3
* Copyright year updates (things touched in 2015)Phil Pennock2015-06-041-1/+1
* TLS authenticatorJeremy Harris2015-06-041-10/+9
* Fix crash in ocsp_url extractJeremy Harris2015-01-271-4/+12
* Compiler quieteningJeremy Harris2014-11-181-1/+1
* Handle UTC vs specified-timezone for certificate extractors. Bug 1541Jeremy Harris2014-11-111-19/+54
* Fix Solaris buildJeremy Harris2014-09-291-1/+1
* Tidy up OpenSSL certificate signature & sig_algorithm extractor results.Jeremy Harris2014-06-051-2/+28
* Errorcheck TLS library callsJeremy Harris2014-05-261-7/+44
* Support optional server certificate name checking. Bug 1479Jeremy Harris2014-05-201-1/+9
* Extractors for certificate time fields support integer output modifierJeremy Harris2014-05-131-4/+19
* Extractor for named RDN element types from a certificate DN field.Jeremy Harris2014-05-131-2/+4
* New expansion operator sha256 for certificates. Bug 1170Jeremy Harris2014-05-111-0/+6
* Compiler quietening and testcase consistencyJeremy Harris2014-05-111-5/+5
* Enable operator md5 and sha1 use on certificate variables. Bug 1170Jeremy Harris2014-05-081-0/+36
* Extractors for subject-alternate-name, ocsp-uri, crl-uri return list. Bug 1358Jeremy Harris2014-05-051-28/+61
* Fix build with OpenSSL on earlier versions.Jeremy Harris2014-05-041-0/+1
* Certificate variables and field-extractor expansions. Bug 1358Jeremy Harris2014-05-021-0/+293