aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/validator/val_secalgo.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-02-24unbound: update to get the redefinition fixmoneromooo-monero1-0/+0
2018-09-29Update unbound submodule to 7f23967iDunk54001-0/+0
Fixes building in MSYS2 with openssl 1.1.1
2018-07-06Build: bump unbound to 1.7.3anonimal1-0/+0
2018-03-18Unbound: add git submodule for unboundanonimal1-0/+0
2018-03-18Unbound: remove unbound from in-tree sourceanonimal1-1753/+0
We'll instead use a git submodule to pull from our unbound repo.
2017-06-17Upgrade unbound libraryErik de Castro Lopo1-77/+239
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 Spagni1-3/+517
2015-04-02update unbound from upstreamRiccardo Spagni1-4/+5
2014-10-05added unbound to external depsRiccardo Spagni1-0/+1072