blob: bdf3ccd6dfbcd7d0565bfbdfc92852b4fad2f1af [file] [log] [blame]
# Copyright 2021 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
md5_visibility = [
# ________ _________ ________ ________
# |\ ____\|\___ ___\\ __ \|\ __ \
# \ \ \___|\|___ \ \_\ \ \|\ \ \ \|\ \
# \ \_____ \ \ \ \ \ \ \\\ \ \ ____\
# \|____|\ \ \ \ \ \ \ \\\ \ \ \___|
# ____\_\ \ \ \__\ \ \_______\ \__\
# |\_________\ \|__| \|_______|\|__|
# \|_________|
#
# This is an allowlist of targets that use the `md-5` Rust library, which
# implements the insecure and deprecated MD-5 hash function. Code should only
# use this if it's implementing legacy protocols that require MD-5; it should
# never be used for new cryptographic development.
"//src/connectivity/wlan/lib/rsn:*",
]
sha1_visibility = [
# ________ _________ ________ ________
# |\ ____\|\___ ___\\ __ \|\ __ \
# \ \ \___|\|___ \ \_\ \ \|\ \ \ \|\ \
# \ \_____ \ \ \ \ \ \ \\\ \ \ ____\
# \|____|\ \ \ \ \ \ \ \\\ \ \ \___|
# ____\_\ \ \ \__\ \ \_______\ \__\
# |\_________\ \|__| \|_______|\|__|
# \|_________|
#
# This is an allowlist of targets that use the `sha1` Rust library, which
# implements the insecure and deprecated SHA-1 hash function. Code should only
# use this if it's implementing legacy protocols that require SHA-1; it should
# never be used for new cryptographic development.
"//src/connectivity/wlan/lib/rsn:*",
]