mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
In LibreSSL 3.5, DSA and RSA internals will become opaque, so they can no longer be accessed directly and the libunbound build will break. The required API, DSA_set0_pqg(), DSA_set0_key() as well as RSA_set0_key(), has been available since LibreSSL 2.7, so this change should not affect any users. From Theo Buehler. |
||
|---|---|---|
| .. | ||
| keyraw.c | ||
| keyraw.h | ||
| parse.c | ||
| parse.h | ||
| parseutil.c | ||
| parseutil.h | ||
| pkthdr.h | ||
| rrdef.c | ||
| rrdef.h | ||
| sbuffer.c | ||
| sbuffer.h | ||
| str2wire.c | ||
| str2wire.h | ||
| wire2str.c | ||
| wire2str.h | ||