mirror of
https://github.com/openssl/openssl.git
synced 2026-05-07 20:12:39 +00:00
4a366f620c
This allows ML_KEM/ML_DSA keys to set a "properties" value that is used to refetch the digests. This may be used when doing an import using EVP_PKEY_fromdata(). Note that this is not used by EVP_PKEY_new_raw_private_key_ex() or EVP_PKEY_new_raw_public_key_ex() since the propq used here is associated with the keymanager (i.e. via EVP_PKEY_CTX_new_from_name()) not the propq associated with internal fetches used by the key to fetch digest algorithms. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> MergeDate: Fri Mar 13 17:24:41 2026 (Merged from https://github.com/openssl/openssl/pull/30243)