aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/validator
Commit message (Collapse)AuthorAgeFilesLines
* Unbound: remove unbound from in-tree sourceanonimal2018-03-1822-18061/+0
| | | | We'll instead use a git submodule to pull from our unbound repo.
* Upgrade unbound libraryErik de Castro Lopo2017-06-1716-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).
* unbound: update some EVP APIs to new namesHoward Chu2017-05-171-4/+4
| | | | | Replace EVP_VerifyInit with EVP_DigestInit, and EVP_VerifyUpdate with EVP_DigestUpdate. Reported/requested by hyc, changed by mooo.
* Fix obsolete OpenSSL API usagehyc2017-04-121-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.
* update unbound, fix unbound openssl issue on OS XRiccardo Spagni2015-12-3012-119/+620
|
* update unboundRiccardo Spagni2015-08-142-11/+22
|
* update libunboundRiccardo Spagni2015-05-312-5/+7
|
* update unbound from upstreamRiccardo Spagni2015-04-0210-28/+117
|
* update unbound from upstreamRiccardo Spagni2014-12-044-15/+36
|
* added unbound to external depsRiccardo Spagni2014-10-0522-0/+17107