├── .gitignore ├── LICENSE ├── README.md ├── hafstats ├── mod_sslhaf.c └── suites.csv /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssllabs/sslhaf/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssllabs/sslhaf/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssllabs/sslhaf/HEAD/README.md -------------------------------------------------------------------------------- /hafstats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssllabs/sslhaf/HEAD/hafstats -------------------------------------------------------------------------------- /mod_sslhaf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssllabs/sslhaf/HEAD/mod_sslhaf.c -------------------------------------------------------------------------------- /suites.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ssllabs/sslhaf/HEAD/suites.csv --------------------------------------------------------------------------------