diff options
| author | Stef Walter <stef@thewalter.net> | 2014-09-10 09:01:20 +0200 |
|---|---|---|
| committer | Stef Walter <stef@thewalter.net> | 2014-09-10 09:01:20 +0200 |
| commit | 800f310dd3f2fcbf3852a42c67b5dd37e4ef4415 (patch) | |
| tree | 04b8f35a941a6c52297af7b01a35b9c458ea7993 /trust/test-parser.c | |
| parent | eccbcc298f59eb9518b07baf840930cec54c7655 (diff) | |
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.
Diffstat (limited to 'trust/test-parser.c')
| -rw-r--r-- | trust/test-parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
