mirror of
https://github.com/openssl/openssl.git
synced 2026-01-25 02:56:43 +00:00
Add SNMPKDF implementation
In compliance with SP800-135 and RFC7860 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/29195)
This commit is contained in:
@@ -222,6 +222,7 @@ my %params = (
|
||||
'OSSL_KDF_PARAM_SCRYPT_MAXMEM' => "maxmem_bytes", # uint64_t
|
||||
'OSSL_KDF_PARAM_INFO' => "info", # octet string
|
||||
'OSSL_KDF_PARAM_SEED' => "seed", # octet string
|
||||
'OSSL_KDF_PARAM_SNMPKDF_EID' => "eid", # octet string
|
||||
'OSSL_KDF_PARAM_SSHKDF_XCGHASH' => "xcghash", # octet string
|
||||
'OSSL_KDF_PARAM_SSHKDF_SESSION_ID' => "session_id", # octet string
|
||||
'OSSL_KDF_PARAM_SSHKDF_TYPE' => "type", # int
|
||||
|
||||
Reference in New Issue
Block a user