The key is the MAC key -- a string of bytes.
The digest is the name of the digest that is to be used by the MAC. "sha1", "sha2-256", ...
Pauli
On 4/12/21 10:55 pm, Jeremy Harris
wrote:
Following along with my tidying out of now-deprecated interface uses...
The reference example in
https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_tlsext_ticket_key_cb.html
uses OSSL_MAC_PARAM_KEY and OSSL_MAC_PARAM_DIGEST.
So does the code in master as of 6d770c5ba3. But I don't see definitions
for them. What am I missing about how these should be used?