From a70700b963b3dd2a8dd8a1be443064f56be3b079 Mon Sep 17 00:00:00 2001 From: Shubham Jayswal <s.jayswal@student.unimelb.edu.au> Date: Fri, 25 May 2018 19:02:48 +1000 Subject: [PATCH] Update certexample.c --- certexample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certexample.c b/certexample.c index 6a9df3e..0ee84f1 100644 --- a/certexample.c +++ b/certexample.c @@ -383,7 +383,7 @@ void read_csv(char *filename) { san_validation = validate_san(site, cert); /** - * Don't ask how i wrote this huge bunch of if else conditions. I don't know myself!! + * Domain name or wildcards tests, key size tests are performed in these if else */ if (domain_status == 0) { if (san_validation == 0) { -- GitLab