Age | Commit message (Collapse) | Author |
|
Broken by my compile quitening; the issue was a variable
declared local in a loop body and used for carrying data
from one iteration to the next. I'd blindly added an
initialiser, destroying the data. However, I *think* that
compilers might be at liberty to not use the same location
for separate iterations; if so the code was broken (and only
worked by chance). Fix by moving the declaration outside
the loop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and returning an AD bit for lookups.
|
|
be dnssec before declaring the lookup was secure.
|
|
|
|
|
|
Not actually excercising DANE yet,
this will take additions in the fakedns and
probably changes in certificates.
|
|
|
|
|
|
|
|
|
|
Insert a custom-munge for the new transport option.
This may be removed once the code goes mainline.
|
|
|
|
|
|
|
|
being explored by the test
|
|
Bug 1489
|
|
|
|
Enable EXPERIMENTAL_CERTNAMES to include.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix an unterminated comment from 018058b
|
|
|
|
|
|
and smtp transport option hosts_request_ocsp
|
|
|
|
|
|
|
|
Typo
|
|
|
|
|
|
Includes docs and test suite
|
|
Requires GnuTLS version 3.1.3 or later.
Under EXPERIMENTAL_OCSP
|