# Copyright (C) 2024 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. package: "com.android.org.conscrypt.flags" container: "com.android.conscrypt" flag { namespace: "core_libraries" name: "certificate_transparency_platform" description: "This flag controls whether conscrypt will interpret the NetworkSecurityConfig for Certificate Transparency" bug: "319829948" # APIs provided by a mainline module can only use a frozen flag. is_fixed_read_only: true } flag { namespace: "core_libraries" name: "certificate_transparency_checkservertrusted_api" description: "This flag controls whether TrustManagerImpl exposes a checkServerTrusted method for CT verification with OCSP and TLS SCT data" bug: "319829948" # APIs provided by a mainline module can only use a frozen flag. is_fixed_read_only: true is_exported: true }