pkcs11: Merged the ECDH into the DH implementation.
This commit is contained in:
@@ -57,7 +57,7 @@ enum diffie_hellman_group_t {
|
||||
ECP_224_BIT = 26,
|
||||
/** insecure NULL diffie hellman group for testing, in PRIVATE USE */
|
||||
MODP_NULL = 1024,
|
||||
/** MODP group with custon generator, prime */
|
||||
/** MODP group with custom generator/prime */
|
||||
MODP_CUSTOM = 1025,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user