From 800f310dd3f2fcbf3852a42c67b5dd37e4ef4415 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 10 Sep 2014 09:01:20 +0200 Subject: trust: Use term 'attached extensions' instead of 'stapled' The term 'stapled extensions' is confusing because it overloads terminology used with OSCP stapling. Suggested by Daniel Kahn Gillmor. --- trust/test-parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trust/test-parser.c') diff --git a/trust/test-parser.c b/trust/test-parser.c index be5e496..201ed81 100644 --- a/trust/test-parser.c +++ b/trust/test-parser.c @@ -233,7 +233,7 @@ test_parse_openssl_trusted (void) /* * Should have gotten: * - 1 certificate - * - 2 stapled extensions + * - 2 attached extensions */ assert_num_eq (3, test.parsed->num); @@ -317,7 +317,7 @@ test_parse_openssl_distrusted (void) /* * Should have gotten: * - 1 certificate - * - 2 stapled extensions + * - 2 attached extensions */ assert_num_eq (3, test.parsed->num); cert = parsed_attrs (certificate_match, -1); -- cgit v1.1