mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-22 01:56:00 -04:00
The function `EC_KEY_set_asn1_flag` is deprecated in AWS-LC. Fortunately calling it to make sure we use named curve keys is entirely unnecessary. More information for pre-3.0 libcrypto and significant forks are as following: OpenSSL: Named curves were the default between 1.1.0 and 3.6.1 [1],[2] AWS-LC: Library only supports named curves in the first place [3] BoringSSL: Likewise with AWS-LC [4] LibreSSL: `EC_GROUP`s are named by default [5] [1] |
||
|---|---|---|
| .. | ||
| meson.build | ||
| ossl1_1.c | ||
| ossl3.c | ||
| ossl_common.c | ||