Packages
tls_certificate_check
1.0.0
1.33.0
1.32.4
1.32.3
1.32.2
1.32.1
1.32.0
1.31.0
1.30.0
1.29.0
1.28.0
1.27.0
1.26.0
1.25.0
1.24.0
1.23.0
1.22.1
1.22.0
1.21.0
1.20.0
1.19.0
1.18.1
1.18.0
1.17.4
1.17.3
1.17.2
1.17.1
1.17.0
1.16.0
1.15.0
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
retired
1.5.0
retired
1.4.0
retired
1.3.0
retired
1.2.0
retired
1.1.1
retired
1.1.0
retired
1.0.2
retired
1.0.1
retired
1.0.0
retired
1.0.0-beta
retired
CA store + Partial chain handler
Retired package: Security issue - Outdated Certification Authorities
Current section
Files
Jump to
Current section
Files
tls_certificate_check
rebar.config
rebar.config
{erl_opts,
[debug_info,
warn_export_all,
warn_export_vars,
warn_missing_spec,
warn_obsolete_guards,
warn_shadow_vars,
warn_unused_import,
warnings_as_errors,
{platform_define, "^(1)|(20)", 'NO_CUSTOM_HOSTNAME_CHECK'},
{platform_define, "^(1)|(20)", 'NO_URI_STRING'},
{platform_define, "^19", 'SSL_OLD_CLIENT_OPTIONS'},
{platform_define, "^20", 'SSL_OLD_CLIENT_OPTIONS'},
{platform_define, "^21.[0-2]", 'SSL_OLD_CLIENT_OPTIONS'}
]}.
{minimum_otp_vsn, "19"}.
{deps,
[{certifi, "2.5.2"},
{parse_trans, "3.3.0"},
{ssl_verify_fun, "1.1.6"}
]}.
{erl_first_files,
["src/tls_certificate_pki.erl" % required by `tls_certificate_chain'
]}.
{shell,
[{apps, [tls_certificate_check]},
{config, "shell.config"}
]}.
{dialyzer,
[{plt_include_all_deps, true},
{warnings,
[unmatched_returns,
error_handling,
race_conditions,
underspecs,
unknown
]}
]}.
{xref_checks,
[undefined_function_calls,
undefined_functions,
locals_not_used,
exports_not_used,
deprecated_function_calls,
deprecated_functions
]}.
{profiles,
[{development,
[{deps, [{recon, "2.5.0"}]},
{erl_opts,
[nowarn_missing_spec,
nowarnings_as_errors]}
]},
{publish,
[{plugins, [{rebar3_hex, "6.8.0"}]}
]},
{test,
[{erl_opts,
[debug_info,
nowarn_export_all,
nowarn_missing_spec,
nowarnings_as_errors]}
]}
]}.
{cover_enabled, true}.
{edoc_opts,
[{stylesheet_file, "doc/custom_stylesheet.css"}
]}.