mirror of https://github.com/openssl/openssl.git
update build instructions for mlx key management
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/27859)
This commit is contained in:
parent
587134913b
commit
b622ae3917
|
@ -86,6 +86,7 @@ providers/common/include/prov/der_sm2.h
|
||||||
providers/common/include/prov/der_ml_dsa.h
|
providers/common/include/prov/der_ml_dsa.h
|
||||||
providers/implementations/keymgmt/ml_dsa_kmgmt.c
|
providers/implementations/keymgmt/ml_dsa_kmgmt.c
|
||||||
providers/implementations/keymgmt/ml_kem_kmgmt.c
|
providers/implementations/keymgmt/ml_kem_kmgmt.c
|
||||||
|
providers/implementations/keymgmt/mlx_kmgmt.c
|
||||||
providers/implementations/signature/ml_dsa_sig.c
|
providers/implementations/signature/ml_dsa_sig.c
|
||||||
providers/implementations/ciphers/ciphercommon.c
|
providers/implementations/ciphers/ciphercommon.c
|
||||||
providers/implementations/ciphers/ciphercommon_ccm.c
|
providers/implementations/ciphers/ciphercommon_ccm.c
|
||||||
|
|
|
@ -50,6 +50,7 @@ DEPEND[]=include/openssl/asn1.h \
|
||||||
include/crypto/bn_conf.h include/crypto/dso_conf.h \
|
include/crypto/bn_conf.h include/crypto/dso_conf.h \
|
||||||
providers/implementations/keymgmt/ml_dsa_kmgmt.c \
|
providers/implementations/keymgmt/ml_dsa_kmgmt.c \
|
||||||
providers/implementations/keymgmt/ml_kem_kmgmt.c \
|
providers/implementations/keymgmt/ml_kem_kmgmt.c \
|
||||||
|
providers/implementations/keymgmt/mlx_kmgmt.c \
|
||||||
providers/implementations/signature/ml_dsa_sig.c \
|
providers/implementations/signature/ml_dsa_sig.c \
|
||||||
providers/implementations/ciphers/ciphercommon.c \
|
providers/implementations/ciphers/ciphercommon.c \
|
||||||
providers/implementations/ciphers/ciphercommon_ccm.c \
|
providers/implementations/ciphers/ciphercommon_ccm.c \
|
||||||
|
@ -91,6 +92,7 @@ GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
|
||||||
|
|
||||||
DEPEND[providers/implementations/keymgmt/ml_dsa_kmgmt.c \
|
DEPEND[providers/implementations/keymgmt/ml_dsa_kmgmt.c \
|
||||||
providers/implementations/keymgmt/ml_kem_kmgmt.c \
|
providers/implementations/keymgmt/ml_kem_kmgmt.c \
|
||||||
|
providers/implementations/keymgmt/mlx_kmgmt.c \
|
||||||
providers/implementations/signature/ml_dsa_sig.c \
|
providers/implementations/signature/ml_dsa_sig.c \
|
||||||
providers/implementations/ciphers/ciphercommon.c \
|
providers/implementations/ciphers/ciphercommon.c \
|
||||||
providers/implementations/ciphers/ciphercommon_ccm.c \
|
providers/implementations/ciphers/ciphercommon_ccm.c \
|
||||||
|
@ -101,6 +103,8 @@ GENERATE[providers/implementations/keymgmt/ml_dsa_kmgmt.c]=\
|
||||||
providers/implementations/keymgmt/ml_dsa_kmgmt.c.in
|
providers/implementations/keymgmt/ml_dsa_kmgmt.c.in
|
||||||
GENERATE[providers/implementations/keymgmt/ml_kem_kmgmt.c]=\
|
GENERATE[providers/implementations/keymgmt/ml_kem_kmgmt.c]=\
|
||||||
providers/implementations/keymgmt/ml_kem_kmgmt.c.in
|
providers/implementations/keymgmt/ml_kem_kmgmt.c.in
|
||||||
|
GENERATE[providers/implementations/keymgmt/mlx_kmgmt.c]=\
|
||||||
|
providers/implementations/keymgmt/mlx_kmgmt.c.in
|
||||||
GENERATE[providers/implementations/signature/ml_dsa_sig.c]=\
|
GENERATE[providers/implementations/signature/ml_dsa_sig.c]=\
|
||||||
providers/implementations/signature/ml_dsa_sig.c.in
|
providers/implementations/signature/ml_dsa_sig.c.in
|
||||||
GENERATE[providers/implementations/ciphers/ciphercommon.c]=\
|
GENERATE[providers/implementations/ciphers/ciphercommon.c]=\
|
||||||
|
|
Loading…
Reference in New Issue