Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 4e1f7d4

Browse files
committed
rabbit_pbe: Mark ChaCha20-Poly1305 as unsupported
[#157964874]
1 parent 779e0de commit 4e1f7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_pbe.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
%% Supported ciphers and hashes
2424

2525
supported_ciphers() ->
26-
NotSupportedByUs = [aes_ctr, aes_ecb, des_ecb, blowfish_ecb, rc4, aes_gcm],
26+
NotSupportedByUs = [aes_ctr, aes_ecb, des_ecb, blowfish_ecb, rc4, aes_gcm, chacha20_poly1305],
2727
SupportedByCrypto = proplists:get_value(ciphers, crypto:supports()),
2828
lists:filter(fun(Cipher) ->
2929
not lists:member(Cipher, NotSupportedByUs)

0 commit comments

Comments
 (0)