Changed paths:
M .gitignore
M build.info R providers/implementations/keymgmt/dh_kmgmt.c
A providers/implementations/keymgmt/dh_kmgmt.c.in R providers/implementations/keymgmt/dsa_kmgmt.c
A providers/implementations/keymgmt/dsa_kmgmt.c.in
Log Message:
-----------
dh/dsa: rename files in anticipation of using generated param name parsers
Changed paths:
M crypto/dh/dh_backend.c
M crypto/ffc/ffc_params.c
M include/crypto/dh.h
M include/internal/ffc.h
M providers/implementations/keymgmt/dh_kmgmt.c.in M providers/implementations/keymgmt/dsa_kmgmt.c.in
Log Message:
-----------
dsa/dh: update keymanagers for DH and DSA to use generated param parsers
Both are updates to reduce the OSSL_PARAM_locate related searching.
Changed paths:
M crypto/dh/dh_backend.c
M crypto/ffc/ffc_params.c
M include/crypto/dh.h
M include/internal/ffc.h
M providers/implementations/keymgmt/dh_kmgmt.c.in M providers/implementations/keymgmt/dsa_kmgmt.c.in
Log Message:
-----------
rename FFC_PARAM_PTRS to FFC_OSSL_PARAMS