diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-02-27 15:21:05 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-02-27 15:21:05 +1300 |
commit | 2ba8296843fc83256e3e13a23529a915d73a2e2d (patch) | |
tree | a4159b23305a86d7dc02f13cd11440e5b3d9e496 /test/tools/getcn | |
parent | 00942c1431c551e0bded111271be9b69f5261d91 (diff) | |
download | mitmproxy-2ba8296843fc83256e3e13a23529a915d73a2e2d.tar.gz mitmproxy-2ba8296843fc83256e3e13a23529a915d73a2e2d.tar.bz2 mitmproxy-2ba8296843fc83256e3e13a23529a915d73a2e2d.zip |
Better certificate parsing.
Diffstat (limited to 'test/tools/getcn')
-rwxr-xr-x | test/tools/getcn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/getcn b/test/tools/getcn index d17ec0f6..4cc028ca 100755 --- a/test/tools/getcn +++ b/test/tools/getcn @@ -10,4 +10,4 @@ if san: for i in san: print "\t", i - + |