asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 9720026 was
5674676,
checked in by Daniel Kahn Gillmor <dkg@…>, 7 years ago
|
add SSL_DH_PRIME_BITS to expose the size of the DH modulus to CGI
|
-
Property mode set to
100755
|
File size:
217 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | cat <<EOF |
---|
3 | Content-Type: text/plain |
---|
4 | |
---|
5 | ----Certificate:---- |
---|
6 | $SSL_CLIENT_CERT |
---|
7 | |
---|
8 | ----Verification Status:---- |
---|
9 | $SSL_CLIENT_VERIFY |
---|
10 | |
---|
11 | ----SubjectAltName:---- |
---|
12 | $SSL_CLIENT_S_AN0 |
---|
13 | |
---|
14 | DH prime bits: $SSL_DH_PRIME_BITS |
---|
15 | EOF |
---|
Note: See
TracBrowser
for help on using the repository browser.