aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/validator (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-06-17Upgrade unbound libraryErik de Castro Lopo16-156/+482
These files were pulled from the 1.6.3 release tarball. This new version builds against OpenSSL version 1.1 which will be the default in the new Debian Stable which is due to be released RealSoonNow (tm).
2017-05-17unbound: update some EVP APIs to new namesHoward Chu1-4/+4
Replace EVP_VerifyInit with EVP_DigestInit, and EVP_VerifyUpdate with EVP_DigestUpdate. Reported/requested by hyc, changed by mooo.
2017-04-12Fix obsolete OpenSSL API usagehyc1-0/+4
EVP_dss1() was deprecated and EVP_sha1() is the direct replacement. Upstream libunbound already has this patch. Note that I haven't added a test for HAVE_EVP_DSS1 since that was deprecated quite a long time ago in OpenSSL, there's really no reason to support it.
2015-12-30update unbound, fix unbound openssl issue on OS XRiccardo Spagni12-119/+620
2015-08-14update unboundRiccardo Spagni2-11/+22
2015-05-31update libunboundRiccardo Spagni2-5/+7
2015-04-02update unbound from upstreamRiccardo Spagni10-28/+117
2014-12-04update unbound from upstreamRiccardo Spagni4-15/+36
2014-10-05added unbound to external depsRiccardo Spagni22-0/+17107