@@ -4009,8 +4009,8 @@ changes:
|
4009 | 4009 | * `publicKey` {string | Buffer | KeyObject} |
4010 | 4010 | * `privateKey` {string | Buffer | KeyObject} |
4011 | 4011 | |
4012 | | -Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, |
4013 | | -Ed25519, Ed448, X25519, X448, and DH are currently supported. |
| 4012 | +Generates a new asymmetric key pair of the given `type`. See the |
| 4013 | +supported [asymmetric key types][]. |
4014 | 4014 | |
4015 | 4015 | If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function |
4016 | 4016 | behaves as if [`keyObject.export()`][] had been called on its result. Otherwise, |
@@ -4131,8 +4131,8 @@ changes:
|
4131 | 4131 | * `publicKey` {string | Buffer | KeyObject} |
4132 | 4132 | * `privateKey` {string | Buffer | KeyObject} |
4133 | 4133 | |
4134 | | -Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, |
4135 | | -Ed25519, Ed448, X25519, X448, DH, and ML-DSA[^openssl35] are currently supported. |
| 4134 | +Generates a new asymmetric key pair of the given `type`. See the |
| 4135 | +supported [asymmetric key types][]. |
4136 | 4136 | |
4137 | 4137 | If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function |
4138 | 4138 | behaves as if [`keyObject.export()`][] had been called on its result. Otherwise, |
|