asyncioproxy-ticket
Last change
on this file since 3deb86e was
0699668,
checked in by Fiona Klute <fiona.klute@…>, 14 months ago
|
Use post_check hook for test 27_OCSP_server
|
-
Property mode set to
100644
|
File size:
273 bytes
|
Line | |
---|
1 | import re |
---|
2 | from mgstest import require_match |
---|
3 | |
---|
4 | def post_check(conn_log, response_log): |
---|
5 | print('Checking if the client actually got a stapled response:') |
---|
6 | print(require_match(re.compile(r'^- Options: .*OCSP status request,'), |
---|
7 | conn_log).group(0)) |
---|
Note: See
TracBrowser
for help on using the repository browser.