~ubuntu-branches/ubuntu/saucy/opendkim/saucy

« back to all changes in this revision

Viewing changes to libopendkim/docs/dkim_sig_getflags.html

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2011-12-26 13:56:20 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20111226135620-xqxpj5abo3ubry88
Tags: 2.4.3+dfsg-0ubuntu1
* New upstream release
  - Repacked tarball to remove non-free IETF drafts and RFCs
  - Updated docs/Makefile.in/am, and README to remove references removed
    non-free documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        <td>The signature has had DNS validation attempted.
57
57
        </td></tr>
58
58
    <tr valign="top"><td><tt>DKIM_SIGFLAG_PASSED</tt></td>
59
 
        <td>DNS validation succeeded.
 
59
        <td>DNS validation succeeded.  See NOTES below.
60
60
        </td></tr>
61
61
    <tr valign="top"><td><tt>DKIM_SIGFLAG_TESTKEY</tt></td>
62
62
        <td>Key's "in test" flag was set.
72
72
<th valign="top" align=left>NOTES</th> 
73
73
<td>
74
74
<ul>
75
 
<li>None.
 
75
<li> The DKIM_SIGFLAG_PASSED flag is set if the header hash, the public key
 
76
     and the digital signature resulted in a successful verification.  It
 
77
     does not reflect whether the computed body hash matched the one found
 
78
     in the signature.  It is necessary for the caller to use the
 
79
     <a href="dkim_sig_getbh.html"><tt>dkim_sig_getbh()</tt></a> as well to
 
80
     test for that case.
76
81
</ul>
77
82
</td>
78
83
</tr>