@@ -3552,6 +3552,23 @@ See the [list of SSL OP Flags][] for details.
3552
3552
</tr >
3553
3553
</table >
3554
3554
3555
+ [ AEAD algorithms ] : https://en.wikipedia.org/wiki/Authenticated_encryption
3556
+ [ CCM mode ] : #crypto_ccm_mode
3557
+ [ Caveats ] : #crypto_support_for_weak_or_compromised_algorithms
3558
+ [ Crypto constants ] : #crypto_crypto_constants_1
3559
+ [ HTML 5.2 ] : https://www.w3.org/TR/html52/changes.html#features-removed
3560
+ [ HTML5's `keygen` element ] : https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen
3561
+ [ NIST SP 800-131A ] : https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf
3562
+ [ NIST SP 800-132 ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf
3563
+ [ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3564
+ [ Nonce-Disrespecting Adversaries ] : https://github.com/nonce-disrespect/nonce-disrespect
3565
+ [ OpenSSL's SPKAC implementation ] : https://www.openssl.org/docs/man1.1.0/apps/openssl-spkac.html
3566
+ [ RFC 1421 ] : https://www.rfc-editor.org/rfc/rfc1421.txt
3567
+ [ RFC 2412 ] : https://www.rfc-editor.org/rfc/rfc2412.txt
3568
+ [ RFC 3526 ] : https://www.rfc-editor.org/rfc/rfc3526.txt
3569
+ [ RFC 3610 ] : https://www.rfc-editor.org/rfc/rfc3610.txt
3570
+ [ RFC 4055 ] : https://www.rfc-editor.org/rfc/rfc4055.txt
3571
+ [ RFC 5208 ] : https://www.rfc-editor.org/rfc/rfc5208.txt
3555
3572
[ `Buffer` ] : buffer.md
3556
3573
[ `EVP_BytesToKey` ] : https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html
3557
3574
[ `KeyObject` ] : #crypto_class_keyobject
@@ -3602,27 +3619,10 @@ See the [list of SSL OP Flags][] for details.
3602
3619
[ `util.promisify()` ] : util.md#util_util_promisify_original
3603
3620
[ `verify.update()` ] : #crypto_verify_update_data_inputencoding
3604
3621
[ `verify.verify()` ] : #crypto_verify_verify_object_signature_signatureencoding
3605
- [ AEAD algorithms ] : https://en.wikipedia.org/wiki/Authenticated_encryption
3606
- [ CCM mode ] : #crypto_ccm_mode
3607
- [ Caveats ] : #crypto_support_for_weak_or_compromised_algorithms
3608
- [ Crypto constants ] : #crypto_crypto_constants_1
3609
- [ HTML 5.2 ] : https://www.w3.org/TR/html52/changes.html#features-removed
3610
- [ HTML5's `keygen` element ] : https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen
3611
- [ NIST SP 800-131A ] : https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf
3612
- [ NIST SP 800-132 ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf
3613
- [ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3614
- [ modulo bias ] : https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias
3615
- [ Nonce-Disrespecting Adversaries ] : https://github.com/nonce-disrespect/nonce-disrespect
3616
- [ OpenSSL's SPKAC implementation ] : https://www.openssl.org/docs/man1.1.0/apps/openssl-spkac.html
3617
- [ RFC 1421 ] : https://www.rfc-editor.org/rfc/rfc1421.txt
3618
- [ RFC 2412 ] : https://www.rfc-editor.org/rfc/rfc2412.txt
3619
- [ RFC 3526 ] : https://www.rfc-editor.org/rfc/rfc3526.txt
3620
- [ RFC 3610 ] : https://www.rfc-editor.org/rfc/rfc3610.txt
3621
- [ RFC 4055 ] : https://www.rfc-editor.org/rfc/rfc4055.txt
3622
- [ RFC 5208 ] : https://www.rfc-editor.org/rfc/rfc5208.txt
3623
3622
[ encoding ] : buffer.md#buffer_buffers_and_character_encodings
3624
3623
[ initialization vector ] : https://en.wikipedia.org/wiki/Initialization_vector
3625
3624
[ list of SSL OP Flags ] : https://wiki.openssl.org/index.php/List_of_SSL_OP_Flags#Table_of_Options
3625
+ [ modulo bias ] : https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias
3626
3626
[ safe integers ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger
3627
3627
[ scrypt ] : https://en.wikipedia.org/wiki/Scrypt
3628
3628
[ stream ] : stream.md
0 commit comments