diff options
author | Bodo Möller <bodo@openssl.org> | 2000-12-17 01:32:49 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-12-17 01:32:49 +0100 |
commit | 959f67d6a4908639adbe52ca28bc365bdff8c2b7 (patch) | |
tree | f5dfc11249081e9be1390ab7b85c5145978d9d3c /FAQ | |
parent | Simplify preprocessor statements. (diff) | |
download | openssl-959f67d6a4908639adbe52ca28bc365bdff8c2b7.tar.xz openssl-959f67d6a4908639adbe52ca28bc365bdff8c2b7.zip |
When mentioning features that don't exist in current releases of
OpenSSL (such as the new undocumented '-prexit' option to s_client),
the FAQ should point out that they don't: The FAQ is not just part
of the release, it's current version is also published on the web.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -278,7 +278,8 @@ print out the servers list of acceptable CAs using the OpenSSL s_client tool: openssl s_client -connect www.some.host:443 -prexit -if your server only requests certificates on certain URLs then you may need +[Note: The '-prexit' option appears in OpenSSL 0.9.8.] +If your server only requests certificates on certain URLs then you may need to manually issue an HTTP GET command to get the list when s_client connects: GET /some/page/needing/a/certificate.html |