From b1ced30ade0bf3f2d04ef3320bc0deb519f98283 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Wed, 5 Jul 2017 15:23:02 +0200 Subject: crypto: added a 'macs' entry to proplist in crypto:supports/0 --- lib/crypto/doc/src/crypto.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/crypto/doc/src/crypto.xml') diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 89ef529c5d..ecc33aafc3 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -165,6 +165,7 @@ cipher_algorithms() = aes_cbc | aes_cfb8 | aes_cfb128 | aes_ctr | aes_gcm | aes_ige256 | blowfish_cbc | blowfish_cfb64 | chacha20_poly1305 | des_cbc | des_cfb | des3_cbc | des3_cfb | des_ede3 | rc2_cbc | rc4 + mac_algorithms() = hmac | cmac public_key_algorithms() = rsa |dss | ecdsa | dh | ecdh | ec_gf2m

Note that ec_gf2m is not strictly a public key algorithm, but a restriction on what curves are supported with ecdsa and ecdh. @@ -835,7 +836,8 @@ _FloatValue = rand:uniform(). % [0.0; 1.0[ AlgorithmList = [{hashs, [hash_algorithms()]}, {ciphers, [cipher_algorithms()]}, - {public_keys, [public_key_algorithms()]} + {public_keys, [public_key_algorithms()]}, + {macs, [mac_algorithms()]}] -- cgit v1.2.3