nickva commented on a change in pull request #5:
URL: https://github.com/apache/couchdb-mochiweb/pull/5#discussion_r640025615
##########
File path: rebar.config
##########
@@ -2,6 +2,8 @@
{erl_opts, [debug_info,
{platform_define, "^R15", 'gen_tcp_r15b_workaround'},
{platform_define, "^(R14|R15|R16B-)", 'crypto_compatibility'},
+ {platform_define, "^(17|18|19|20|21)", new_crypto_unavailable},
+ {platform_define, "^(R14|R15|R16|17|18|19|20)",
new_ssl_unavailable},
Review comment:
Technically I think cipher suites results as maps became available in 20.
```
% asdf shell erlang 20.3.8.26
% erl
Erlang/OTP 20 [erts-9.3.3.15] [source] [64-bit] [smp:12:12] [ds:12:12:10]
[async-threads:10] [hipe] [kernel-poll:false]
Eshell V9.3.3.15 (abort with ^G)
> ssl:cipher_suites(default, 'tlsv1.1').
[#{cipher => aes_256_cbc,key_exchange => ecdhe_ecdsa,
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]