aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/validator/val_secalgo.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
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