@@ -4118,10 +4118,9 @@ added: v0.7.5
41184118* Returns: {DiffieHellmanGroup}
41194119
41204120Creates a predefined ` DiffieHellmanGroup ` key exchange object. The
4121- supported groups are: ` 'modp1' ` , ` 'modp2' ` , ` 'modp5' ` (defined in
4122- [ RFC 2412] [ ] , but see [ Caveats] [ ] ) and ` 'modp14' ` , ` 'modp15' ` ,
4123- ` 'modp16' ` , ` 'modp17' ` , ` 'modp18' ` (defined in [ RFC 3526] [ ] ). The
4124- returned object mimics the interface of objects created by
4121+ supported groups are listed in the documentation for [ ` DiffieHellmanGroup ` ] [ ] .
4122+
4123+ The returned object mimics the interface of objects created by
41254124[ ` crypto.createDiffieHellman() ` ] [ ] , but will not allow changing
41264125the keys (with [ ` diffieHellman.setPublicKey() ` ] [ ] , for example). The
41274126advantage of using this method is that the parties do not have to
@@ -6117,7 +6116,6 @@ See the [list of SSL OP Flags][] for details.
61176116[ OpenSSL's SPKAC implementation ] : https://www.openssl.org/docs/man1.1.0/apps/openssl-spkac.html
61186117[ RFC 1421 ] : https://www.rfc-editor.org/rfc/rfc1421.txt
61196118[ RFC 2409 ] : https://www.rfc-editor.org/rfc/rfc2409.txt
6120- [ RFC 2412 ] : https://www.rfc-editor.org/rfc/rfc2412.txt
61216119[ RFC 2818 ] : https://www.rfc-editor.org/rfc/rfc2818.txt
61226120[ RFC 3526 ] : https://www.rfc-editor.org/rfc/rfc3526.txt
61236121[ RFC 3610 ] : https://www.rfc-editor.org/rfc/rfc3610.txt
@@ -6128,6 +6126,7 @@ See the [list of SSL OP Flags][] for details.
61286126[ Web Crypto API documentation ] : webcrypto.md
61296127[ `BN_is_prime_ex` ] : https://www.openssl.org/docs/man1.1.1/man3/BN_is_prime_ex.html
61306128[ `Buffer` ] : buffer.md
6129+ [ `DiffieHellmanGroup` ] : #class-diffiehellmangroup
61316130[ `EVP_BytesToKey` ] : https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html
61326131[ `KeyObject` ] : #class-keyobject
61336132[ `Sign` ] : #class-sign
0 commit comments