• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-831757

tests/H03-May-2022-32,37921,725

Makefile.amH A D04-Feb-20151.7 KiB4938

Makefile.inH A D12-May-201549 KiB1,074961

READMEH A D14-Nov-20121.1 KiB3222

base32.cH A D24-Oct-20124.2 KiB185113

base64.cH A D24-Oct-20124.1 KiB200131

base64.hH A D24-Oct-2012494 207

dkim-atps.cH A D04-Feb-201510.2 KiB482366

dkim-cache.cH A D06-Dec-201310.9 KiB546364

dkim-cache.hH A D25-Feb-2013832 3315

dkim-canon.cH A D03-May-202243.4 KiB2,1491,484

dkim-canon.hH A D24-Oct-20121.6 KiB4628

dkim-dns.cH A D14-Nov-20126.3 KiB333194

dkim-dns.hH A D24-Oct-2012672 2312

dkim-internal.hH A D12-May-20153.6 KiB15687

dkim-keys.cH A D04-Feb-201511.2 KiB507364

dkim-keys.hH A D24-Oct-2012564 218

dkim-mailparse.cH A D04-Feb-201512 KiB664470

dkim-mailparse.hH A D04-Feb-2015800 2917

dkim-report.cH A D04-Feb-20156.6 KiB313222

dkim-report.hH A D24-Oct-2012499 239

dkim-tables.cH A D12-May-20157.1 KiB236180

dkim-tables.hH A D12-May-20151.2 KiB4932

dkim-test.cH A D04-Feb-20159.3 KiB493353

dkim-test.hH A D24-Oct-2012462 196

dkim-types.hH A D12-May-20159.9 KiB409356

dkim-util.cH A D06-Dec-201311.2 KiB610304

dkim-util.hH A D24-Oct-20121.6 KiB4729

dkim.cH A D03-May-2022197.9 KiB9,2866,103

dkim.hH A D12-May-201551.8 KiB1,918404

opendkim.pc.inH A D11-Oct-2012439 1612

util.cH A D06-Dec-201314.5 KiB928603

util.hH A D24-Oct-20121.5 KiB4631

README

1
2ENVIRONMENT VARIABLES
3=====================
4
5The following environment variables are checked and have some impact on
6what libdkim does:
7
8DKIM_TMPDIR	directory in which temporary files are created; default is
9		/tmp
10
11
12SELF-TEST
13=========
14
15A number of self-test programs are included here for unit-testing the
16library.  To run them, type "make check".  A brief description of each
17test will be provided before its result.  If the description is followed by
18the word SKIPPED, it means support for the function (e.g. an external
19library) to be tested was not available at compile-time and the test was
20not run.
21
22
23CRYPTO LIBRARIES
24================
25
26Cryptography libraries, such as openssl and gnutls, that can be used with
27libopendkim may have initialization requirements.  libopendkim will not
28initialize these libraries for you, as doing so may interfere with other
29aspects of the application calling this library.  It is therefore the
30responsibility of the calling application to initailize the crypto library
31before attempting DKIM signing or validation, or unexpected errors can occur.
32