summaryrefslogtreecommitdiff
path: root/src/src/tlscert-gnu.c
Commit message (Collapse)AuthorAgeFilesLines
* Tidying: char signednessJeremy Harris2018-10-231-2/+2
|
* 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
| | | | | Partly change a single year into a range, starting back in 1995, or later, if indicated by other copyright information.
* Copyright year bumps for substantive changes 2017exim-4_90_RC1Jeremy Harris2017-10-261-1/+1
|
* String handling: refactor the expanding-string routines and users to use a ↵Jeremy Harris2017-10-141-13/+9
| | | | descriptor struct
* Use retval from sprintf while walking buffersJeremy Harris2017-08-011-8/+8
|
* Transform string_append_listele{,_n}() to proper expanding-string triplet ↵Jeremy Harris2017-07-031-6/+8
| | | | | | | interface (but do always maintain a nul-term string result). This avoids always copying the previous list version, and should do fewer allocs too.
* TLS: support older GnuTLS versionsJeremy Harris2016-05-041-13/+13
|
* Support certificates in base64 expansion operator. Bug 1762Jeremy Harris2015-12-301-0/+22
|
* Source: Remove trailing whitespaces from src/*.{h,c}Heiko Schlittermann (HS12-RIPE)2015-11-011-3/+3
|
* Before importing a certificate, free any previous one. Bug 1648Jeremy Harris2015-06-221-3/+8
| | | | Second try
* Before importing a certificate, free any previous one. Bug 1648Jeremy Harris2015-06-211-2/+6
| | | | | Because the SSL libraries do not use Exim's heap management this was a memory-leak in "exim -bp".
* Copyright year updates (things touched in 2015)Phil Pennock2015-06-041-1/+1
| | | | | | | | | | | | | | | | Update current year in docs and banner copyright in src/src/globals.c Rest of changes from: vi $(git whatchanged --since=2015-01-01 | grep '^:100' | sed -n 's/^[^M]*M//p' | sort -u | fgrep -v test/) Note that there are a lot of changes made because of const propagation; I opted to include the copyright year updates in that, but we could be doing a better job with who gets the copyright credit for these changes. Changes visible with: git diff $(git rev-list -n1 --before="2015-01-01" master)
* tidyingJeremy Harris2015-03-241-1/+1
|
* constificationJeremy Harris2015-02-011-1/+1
|
* Compiler quieteningJeremy Harris2014-11-181-1/+1
|
* Handle UTC vs specified-timezone for certificate extractors. Bug 1541Jeremy Harris2014-11-111-5/+10
|
* Errorcheck TLS library callsJeremy Harris2014-05-261-7/+29
|
* Support optional server certificate name checking. Bug 1479Jeremy Harris2014-05-201-2/+3
| | | | Enable EXPERIMENTAL_CERTNAMES to include.
* Extractors for certificate time fields support integer output modifierJeremy Harris2014-05-131-6/+15
|
* Extractor for named RDN element types from a certificate DN field.Jeremy Harris2014-05-131-31/+25
|
* certextract tidyingJeremy Harris2014-05-131-51/+43
|
* New expansion operator sha256 for certificates. Bug 1170Jeremy Harris2014-05-111-0/+6
|
* Enable operator md5 and sha1 use on certificate variables. Bug 1170Jeremy Harris2014-05-081-0/+47
|
* Extractors for subject-alternate-name, ocsp-uri, crl-uri return list. Bug 1358Jeremy Harris2014-05-051-69/+124
|
* Certificate variables and field-extractor expansions. Bug 1358Jeremy Harris2014-05-021-0/+325