FreeBSD Manual Pages
Security::TLSCheck::ChUser:Contributed PerSecurity::TLSCheck::Checks::AgeDE(3) NAME Security::TLSCheck::Checks::AgeDE - Checks, if a host has an age-de.xml file SYNOPSIS ... DESCRIPTION This test looks for a file named age-de.xml in the root directory and parses it if exists. age-de.xml is a german standard for age labeling for child protection filter programs. It's very rarely used but will be a standard by german law. The ages are: 0, 6, 12, 16, 18 XML parsing not really started, it's only simple regexes TODO: Parse XML METHODS run_check runs the main check Here: tries to get the age-de.xml file and stores it's content in attribute "age_de_xml". has_age_de_xml Returns true if there is a age_de_xml. Since redirects are accepted, this might be the start page or an error page (when no error code is set) etc. So, this does not mean, that there is really an age-de.xml! has_age_declaration A simple check, if there is really an age-de.xml. default_age Gets the default age from an existing age-de.xml or undef; min_age Gets the minage from an existing age-de.xml or undef; perl v5.32.0 2020-08-Security::TLSCheck::Checks::AgeDE(3)
NAME | SYNOPSIS | DESCRIPTION | METHODS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Security::TLSCheck::Checks::AgeDE&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>