| # | Line 190 | Line 190 | serverinfo { | |
|---|---|---|
| 190 | * openssl list-message-digest-algorithms | |
| 191 | */ | |
| 192 | # ssl_message_digest_algorithm = "sha256"; | |
| 193 | – | |
| 194 | – | /* |
| 195 | – | * ssl_server_method: |
| 196 | – | * ssl_client_method: |
| 197 | – | * |
| 198 | – | * SSL/TLS methods we provide for incoming (server method) and |
| 199 | – | * outgoing (client method) SSL/TLS connections. |
| 200 | – | * This can be either sslv3 for SSLv3, and/or tlsv1 for TLSv1. |
| 201 | – | */ |
| 202 | – | # ssl_server_method = tlsv1, sslv3; |
| 203 | – | # ssl_client_method = tlsv1; |
| 193 | }; | |
| 194 | ||
| 195 | /* | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |