mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
72bfc95858
With capabilities we can query a provider about what it can do. Initially we support a "TLS-GROUP" capability. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11914)
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
SUBDIRS=der
|
|
|
|
SOURCE[../libcommon.a]=provider_err.c bio_prov.c provider_ctx.c
|
|
$FIPSCOMMON=provider_util.c capabilities.c
|
|
SOURCE[../libnonfips.a]=$FIPSCOMMON nid_to_name.c
|
|
SOURCE[../libfips.a]=$FIPSCOMMON
|